Re: IDE versus MSG Box - Field Tabstops

2013-08-17 Thread J. Landman Gay
On 8/17/13 7:51 PM, Mark Wieder wrote: Geoff- Saturday, August 17, 2013, 4:04:38 PM, you wrote: And there is the question of what to return if asked for Name and there is no name for the exact color. The nearest color? RGB instead? theColorThatShallNotBeNamed :) It's name is Argie Bee, b

Re: IDE versus MSG Box - Field Tabstops

2013-08-17 Thread Mark Wieder
Geoff- Saturday, August 17, 2013, 4:04:38 PM, you wrote: > And there is the question of what to return if asked for Name and there is > no name for the exact color. The nearest color? RGB instead? theColorThatShallNotBeNamed -- -Mark Wieder mwie...@ahsoftware.net ___

Re: IDE versus MSG Box - Field Tabstops

2013-08-17 Thread Geoff Canyon
On Fri, Aug 16, 2013 at 12:57 PM, Jim Lambert wrote: > > get the backcolor of someControl as {colorName | RGBcolor | HEXcolor} I definitely like the "as" syntax. Not to stir up a dead conversation, but the tabs situation could be cleanly solved in the same way: set the tabs of fld 3 to myList

Re: Control From Outside

2013-08-17 Thread Mark Schonewille
Hi Mike, On Windows and Linux, you can start a standalone from the command line with parameteres. The parameters can be found in $0, $1 etc. You can do the same on Mac OS X, but you will have probems with the GUI. On Windows, you can also use the relaunch message to decide how a standalone shou

RE: Sprite Kit, Box2D, Performance and LiveCode's Approach to Game Coding

2013-08-17 Thread Lynn Fredricks
> As you know, Apple introduced a new framework named Sprite > Kit targeting mainly game developing, 2D of course. > It's quite promising and not just for games, either. > Particle systems and physics engine could serve business > apps, too, with nice little effects and sleek animations. > It p

Re: Mac/WIndows ASCII characters

2013-08-17 Thread Peter Haworth
Thanks Mark. I decided to go the htmltext route so I don't have to worry about platforms. Pete lcSQL Software On Sat, Aug 17, 2013 at 11:38 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hi Pete, > > You can treat Linux in the same way as Windows. > >

Re: Mac/WIndows ASCII characters

2013-08-17 Thread Peter Haworth
Thanks Warren, that works. Do you happen to know if all the entities mentioned there are supported within htmltext? Per my other post, they're not all mentioned in the dictionary entry for htmltext Pete lcSQL Software On Sat, Aug 17, 2013 at 11:05 AM, Warren Samples wrot

Re: Mac/WIndows ASCII characters

2013-08-17 Thread Richmond
On 08/17/2013 09:38 PM, Mark Schonewille wrote: Hi Pete, You can treat Linux in the same way as Windows. Really? That's odd as I didn't know it was that similar! LOL. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com T

Re: Mac/WIndows ASCII characters

2013-08-17 Thread Mark Schonewille
Hi Pete, You can treat Linux in the same way as Windows. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab

Re: Mac/WIndows ASCII characters

2013-08-17 Thread Warren Samples
On 08/17/2013 12:34 PM, Peter Haworth wrote: hopefully there's an html equivalent of that. http://www.html-entities.org/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: Mac/WIndows ASCII characters

2013-08-17 Thread Peter Haworth
Looking into this further, it appears the list of namd html entities in the dictionary entry for htmltext is very incomplete. I just tried ↵ and … and they both work fine but are not listed in the dictionary. Does anyone have an up to date list of what LC recognizes in htmltext for ascii chars >

Re: Control From Outside

2013-08-17 Thread Mike Kerner
I thought there was a way to launch a LC app with parameters, i.e. stdin. Maybe I'm thinking of another IDE. Launching the app isn't the problem. It's passing the parameters to it at launch. I could also create a file somewhere for the app to read. On Fri, Aug 16, 2013 at 7:31 PM, Mark Schonew

Re: Mac/WIndows ASCII characters

2013-08-17 Thread Peter Haworth
Thanks Curry. That might be the easiest way to go - no platform check involved. I'm also putting a horizontal ellipsis character in the text so hopefully there's an html equivalent of that. Pete lcSQL Software On Fri, Aug 16, 2013 at 10:51 PM, Curry Kenworthy wrote: >

Re: Mac/WIndows ASCII characters

2013-08-17 Thread Peter Haworth
Thanks for the clarification Mark. Am I right in thinking no special action is necessary for Linux? Pete lcSQL Software On Fri, Aug 16, 2013 at 6:53 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hi Pete, > > Either use isoToMac(numToChar(182)) or numT