AW: AW: Where to write application data

2013-06-10 Thread Tiemo Hollmann TB
Thank you Jacqueline for your clear advice! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von J. Landman Gay Gesendet: Freitag, 7. Juni 2013 19:19 An: How to use LiveCode Betreff: Re: AW: Where to write application data

Re: Works in IDE, doesn't work in standalone (revisited)

2013-06-10 Thread Graham Samuel
Yes, Richard, I really want to do this - it's really the only way forward that makes real sense. Unfortunately it is proving difficult, since the design of this app (not originally mine) is somewhat convoluted, which means teasing out the essentials of the problem (without making it disappear

AW: AW: Where to write application data

2013-06-10 Thread Tiemo Hollmann TB
Noop, I just realized that the path in the original post was read specialFolderPath (Home) ... So this is again a user based path. What I need is a application based path like specialFolderPath (asup) ..., But trying to create a subfolder in asup I get can't create that directory though I am

Re: Works in IDE, doesn't work in standalone (revisited)

2013-06-10 Thread Jan Schenkel
Hi Graham, Do you reset the templateGraphic before choosing the graphic tool? Can you check if the lockLocation of the templateGraphic is true by any chance? We'll get it sorted out, I'm sure :-) Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow

Re: Works in IDE, doesn't work in standalone (revisited)

2013-06-10 Thread Graham Samuel
Thanks for that Jan. I checked the lockLocation of the templateGraphic and it's off, as it should be. Anyway the chosen graphic tool works on cards on other stacks, just not on the one I want it to work on, so to that extent the templateGraphic must be OK. I could go on about this, but I feel

Re: Works in IDE, doesn't work in standalone (revisited)

2013-06-10 Thread Graham Samuel
Yep There is just one 'newGraphic' handler, in the script of a mainstack which is acting as a library. All it does is log information like the cantSelect of objects - logging is just putting text into a field somewhere. When I comment it out, the program behaves as before; BUT I also have a

Re: Successful recipe for LC iPhone apps...

2013-06-10 Thread Paul Maguire
Hey Chip. On 8 Jun 2013, at 01:41, Chipp Walters wrote: btw, there have been some mods made lately to altMobileResizer. Just press the update button. Thanks! Your code really helped me get an understanding of how to build my first multi-platform res-independent app. Kind regards,

Re: I'm a Happy Kickstart Camper . . .

2013-06-10 Thread Thomas McGrath III
The runrev.com site is a responsive site that scales to mobile proportions but the livecode.com site is not responsive. It's like they hired two different companies to build them. Interesting. -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Jun 9, 2013, at 1:51 PM, Mark

Re: is anyone using FieldTrip Rich Text Editor

2013-06-10 Thread Magicgate Software - Skip Kimpel
Beta 1a here. Tom, you have a non-beta version??? On Mon, Jun 10, 2013 at 9:23 AM, Thomas McGrath III mcgra...@mac.comwrote: I have version 1.0 -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Jun 9, 2013, at 4:43 PM, Matthias Rebbe

Re: stuffing a group into a database or other file

2013-06-10 Thread Magicgate Software - Skip Kimpel
Would this be, by chance, be a good case for Andre's *Data Storage Lib?* ** *SKIP* On Sun, Jun 9, 2013 at 8:06 PM, stephen barncard stephenrevoluti...@barncard.com wrote: something like that if it were a BLOB presumably one won't have to binary encode... On Sun, Jun 9, 2013 at 3:37

Re: is anyone using FieldTrip Rich Text Editor

2013-06-10 Thread Thomas McGrath III
No, inside the plugin stack it says 1.0 but the folder name and test stack says beta 1 -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Jun 10, 2013, at 9:52 AM, Magicgate Software - Skip Kimpel s...@magicgate.com wrote: Beta 1a here. Tom, you have a non-beta version???

Re: is anyone using FieldTrip Rich Text Editor

2013-06-10 Thread Curry Kenworthy
Howdy, The current versions are: FieldTrip: Beta 1a (Jan 16, 2013) http://curryk.com/FieldTrip-Beta-1a.zip SpreadLib: 0.2.001 (Apr 17, 2013) http://curryk.com/Spreadlib02001.zip As I mentioned to Matthias, I'll be working on FieldTrip again shortly to make a round of changes and look into

Re: is anyone using FieldTrip Rich Text Editor

2013-06-10 Thread Matthias Rebbe
Curry, just for your information: The spreadlib.rev in the Spreadlib02001.zip is dated 30th october 2012 not 17th april 2013. Regards, Matthias Am 10.06.2013 um 16:34 schrieb Curry Kenworthy cu...@pair.com: Howdy, The current versions are: FieldTrip: Beta 1a (Jan 16, 2013)

preparing a stack for printing

2013-06-10 Thread Björnke von Gierke
Hi I'm trying to print a kind of report, and am weirded out by all the different rectangles and widths that are available (printRectangle, printPaperRectangle, printPaperSize, printMargins, etc.) All I want is the printable area, so I can set the width and height of my stack to that amount,

Re: is anyone using FieldTrip Rich Text Editor

2013-06-10 Thread Curry Kenworthy
dated 30th october 2012 not 17th april 2013. Crikey! FTP reupload date. CK ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: is anyone using FieldTrip Rich Text Editor

2013-06-10 Thread Magicgate Software - Skip Kimpel
So does that mean there is something newer to play with? On Mon, Jun 10, 2013 at 11:47 AM, Curry Kenworthy cu...@pair.com wrote: dated 30th october 2012 not 17th april 2013. Crikey! FTP reupload date. CK __**_ use-livecode mailing list

Re: Works in IDE, doesn't work in standalone (revisited)

2013-06-10 Thread Mark Wieder
Graham- Monday, June 10, 2013, 3:55:41 AM, you wrote: There is just one 'newGraphic' handler, in the script of a mainstack which is acting as a library. All it does is log information like the cantSelect of objects - logging is just putting text into a field somewhere. When I comment it out,

Re: stuffing a group into a database or other file

2013-06-10 Thread Dr. Hawkins
On Mon, Jun 10, 2013 at 6:58 AM, Magicgate Software - Skip Kimpel s...@magicgate.com wrote: Would this be, by chance, be a good case for Andre's *Data Storage Lib?* It doesn't look like it--I'll already be using a database, and providing updates to client's databases, so I want things to live

Re: is anyone using FieldTrip Rich Text Editor

2013-06-10 Thread Curry Kenworthy
So does that mean there is something newer to play with? There will be soon! If a few people would like to try release candidates a couple of weeks ahead of official releases, while platform testing and documentation/demo changes are still underway, let me know offlist. WordLib is already

Re: is anyone using FieldTrip Rich Text Editor

2013-06-10 Thread Matthias Rebbe
Curry, it´s not the date of the zip file. I meant the date of the file spreadlib.rev inside the Zip. Am 10.06.2013 um 17:47 schrieb Curry Kenworthy cu...@pair.com: dated 30th october 2012 not 17th april 2013. Crikey! FTP reupload date. CK

Re: [OT] What's happening here in Turkey...

2013-06-10 Thread Richmond
On 06/10/2013 03:05 PM, Paul Maguire wrote: On 9 Jun 2013, at 16:34, Richmond wrote: And it must be stopped. And why, forbye? Because it's delusional affectation of the highest order. And rather silly. And there shall be no silliness here, for this is a place where silliness has no abode.

[OT] Google Drive and Stack Files

2013-06-10 Thread Peter Haworth
Wondering if anyone has used Google drive to store their stack files. I've had my stack files on Google Drive for quite a while but until the last few days have always accessed them from the same computer. Recently, I've been accessing a stack file from a different computer for , with my usual

finding hte position in the field when backspaceKey hit

2013-06-10 Thread Dr. Hawkins
I'm handling backspaceKey (and others) in a combobox. by the time it is hit, another field will be displayed nearby. After the handler, in which the label is reset (I need the label changed for handling before giving up control, so I can't pass the message to get it done), the cursor is placed at

Re: finding hte position in the field when backspaceKey hit

2013-06-10 Thread Devin Asay
On Jun 10, 2013, at 12:43 PM, Dr. Hawkins wrote: I'm handling backspaceKey (and others) in a combobox. by the time it is hit, another field will be displayed nearby. After the handler, in which the label is reset (I need the label changed for handling before giving up control, so I can't

working with unicodeFormattedText

2013-06-10 Thread Dr. Hawkins
I'm still wrapping my head around this. If I have non-unicode, should I be able to write, put the unicodeFormattedText of fld myField into myData I'm doing this before working with the database, but I still get ERROR: invalid byte sequence for encoding UTF8: 0xd0 0x20 -- Dr. Richard E.

Re: working with unicodeFormattedText

2013-06-10 Thread Dar Scott
That sequence is not really invalid UTF-8. NUL-SPACE is valid in a strict sense, just unlikely. However, it does look very much like UTF-16BE. You need to convert this to UTF-8 using uniDecode(). The property unicodeFormattedText will give you UTF-16 in native ordering. (And

Jeffrey Potts

2013-06-10 Thread Mark Schonewille
Jeffrey, Please contact me. The contact info I have on record is incorrect. -- 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,

Re: preparing a stack for printing

2013-06-10 Thread J. Landman Gay
On 6/10/13 10:24 AM, Björnke von Gierke wrote: Hi I'm trying to print a kind of report, and am weirded out by all the different rectangles and widths that are available (printRectangle, printPaperRectangle, printPaperSize, printMargins, etc.) All I want is the printable area, so I can set the

Re: working with unicodeFormattedText

2013-06-10 Thread Dr. Hawkins
On Mon, Jun 10, 2013 at 12:37 PM, Dar Scott d...@swcp.com wrote: That sequence is not really invalid UTF-8. NUL-SPACE is valid in a strict sense, just unlikely. However, it does look very much like UTF-16BE. It came, at some point, from a mac keyboard, hung around in an openoffice

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Dr. Hawkins
On Mon, Jun 10, 2013 at 12:30 PM, Mike Kerner mikeker...@roadrunner.comwrote: Well, now that we are going to get multitasking, I would love to see some new tweaks from LC so we can take advantage, like, for example, being able to push data updates live, while the device's owner is doing

Re: finding hte position in the field when backspaceKey hit

2013-06-10 Thread Dr. Hawkins
On Mon, Jun 10, 2013 at 11:49 AM, Devin Asay devin_a...@byu.edu wrote: Did you try the selectedChunk? Yes, but the result is nonsensical: with bac typed, and hitting backspace, put the selected chunk of btn abrev yields, char 1 to 27 of button 13 -- Dr. Richard E. Hawkins, Esq.

Re: working with unicodeFormattedText

2013-06-10 Thread Dar Scott
Try this. To put a UTF-8 string into the field... set the unicodeText of field unicodeText to uniEncode(UTF8String,UTF8) To get a UTF-8 string from the field... put uniDecode( the unicodeText of field Unicode Text, UTF8 ) into UTF8String I combined two operations into single lines; I

Re: working with unicodeFormattedText

2013-06-10 Thread Dar Scott
I neglected to explain why. The short why is that what you get from unicodeText is UTF-16 (16-bit characters, mostly) in native byte order, that is, the order the computer likes. Those same characters can be represented in UTF-8, which is nice for text that is mostly ASCII, is robust

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Dar Scott
Perhaps this can be exploited to allow the event model to work better. Better and more messages and callbacks can allow the event model to get things done while people are doing other things. On the desktop, we might be getting command-line LiveCode back. This means that some tasks can be

Android and iOS embedded fonts used in native browser control…

2013-06-10 Thread Paul Maguire
Hello again. I can't work this out! I still can't get embedded fonts to display in Android native browser. I can get embedded fonts to appear in the UI when I set up UI controls. All works fine in iOS. I stripped almost everything away and have a test stack here:

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Mike Kerner
I'm not immediately as worreid about getting multithreading/multitasking in LC, because there are ways around that, if necessary. On mobile, though, there are significant advantages to having better/more capability while the app is not in the front. On Mon, Jun 10, 2013 at 5:06 PM, Dar Scott

Re: finding hte position in the field when backspaceKey hit

2013-06-10 Thread Dar Scott
I missed some important part of this. Isn't a combo box a field? On Jun 10, 2013, at 2:35 PM, Dr. Hawkins wrote: On Mon, Jun 10, 2013 at 11:49 AM, Devin Asay devin_a...@byu.edu wrote: Did you try the selectedChunk? Yes, but the result is nonsensical: with bac typed, and hitting

Re: Jeffrey Potts

2013-06-10 Thread Potts Jeff
Hi Mark, Sorry about that, we recently moved.Our new address is 66 Paul St Picton, Ontario k0k2t0 613-645-2212 On Mon, Jun 10, 2013 at 3:43 PM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Jeffrey, Please contact me. The contact info I have on record is incorrect. -- Best

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Dar Scott
Whoops, I misunderstood. Yeah, I agree. First, for externals, perhaps, and then some message/callback handlers in scripts. (I would characterize getting around as a different style or paradigm, though.) Dar On Jun 10, 2013, at 3:23 PM, Mike Kerner wrote: I'm not immediately as worreid

Re: Jeffrey Potts

2013-06-10 Thread Mark Schonewille
Thanks for the reply, Jeff. I replied off-list. -- 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 and

Re: finding hte position in the field when backspaceKey hit

2013-06-10 Thread Dar Scott
This hander in the combo box scripts seems to provide the position before the character is actually removed. on backspaceKey put the selectedChunk into field log pass backspaceKey end backspaceKey However, I have a feeling I don't really understand what you are doing. Dar On Jun 10,

Re: finding hte position in the field when backspaceKey hit

2013-06-10 Thread Dr. Hawkins
On Mon, Jun 10, 2013 at 2:26 PM, Dar Scott d...@swcp.com wrote: I missed some important part of this. Isn't a combo box a field? It's a button with a field-like-thingy that receives most field messages. It's contents, though, are the list of pre-allowed values, and it's label is what you

Re: working with unicodeFormattedText

2013-06-10 Thread Dr. Hawkins
On Mon, Jun 10, 2013 at 1:52 PM, Dar Scott d...@swcp.com wrote: I neglected to explain why. The short why is that what you get from unicodeText is UTF-16 (16-bit characters, mostly) in native byte order, that is, the order the computer likes. Those same characters can be represented in

Re: finding hte position in the field when backspaceKey hit

2013-06-10 Thread Dr. Hawkins
On Mon, Jun 10, 2013 at 2:57 PM, Dar Scott d...@swcp.com wrote: on backspaceKey put the selectedChunk into field log pass backspaceKey end backspaceKey However, I have a feeling I don't really understand what you are doing. You are getting a different result than I am, at least if I

Re: finding hte position in the field when backspaceKey hit

2013-06-10 Thread Mike Bonner
The problem seems to be that since its a combo box, the whole curent line is considered selected no matter where the cursor is. IF you put the cursor in the field of the combo box on any line and set your backspace handler to get the selectedtext it returns the whole line even if there is no

Re: finding hte position in the field when backspaceKey hit

2013-06-10 Thread J. Landman Gay
On 6/10/13 5:07 PM, Dr. Hawkins wrote: On Mon, Jun 10, 2013 at 2:57 PM, Dar Scott d...@swcp.com wrote: on backspaceKey put the selectedChunk into field log pass backspaceKey end backspaceKey However, I have a feeling I don't really understand what you are doing. You are getting a

Re: working with unicodeFormattedText

2013-06-10 Thread Dar Scott
You don't have to think UTF-16, maybe the why is distracting. Those lines I gave you should work. Again... To put a UTF-8 string into the field... set the unicodeText of field unicodeText to uniEncode(UTF8String,UTF8) To get a UTF-8 string from the field... put uniDecode( the unicodeText

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 7:23 AM, Mike Kerner wrote: I'm not immediately as worreid about getting multithreading/multitasking in LC, because there are ways around that, if necessary. On mobile, though, there are significant advantages to having better/more capability while the app is not in the

Re: finding hte position in the field when backspaceKey hit

2013-06-10 Thread Mark Wieder
Jacque- Monday, June 10, 2013, 3:30:43 PM, you wrote: If you're stepping through in the debugger, the field being referenced is the script editor and the selectedchunk is the hilited line you're looking at. But note that the built-in debugger has a problem dereferencing the selectedchunk, so

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Colin Holgate
There are a number of techniques they're using. Apparently, the OS watches for when you tend to use apps, and will keep them updated based on that. Also, if you wake up your device for any reason, the OS will make sure that any app that needs an update will get it then, while power is on. I

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 9:34 AM, Colin Holgate wrote: There are a number of techniques they're using. Apparently, the OS watches for when you tend to use apps, and will keep them updated based on that. Also, if you wake up your device for any reason, the OS will make sure that any app that

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Colin Holgate
Suppose you need to know the user's location, you may not get that while the device is shut down, or asleep, but if the user turns it on to get the latest weather, your LiveCode app would get a location update. Or something on those lines. On Jun 10, 2013, at 7:46 PM, Monte Goulding

LC Community - Script Limits

2013-06-10 Thread Kay C Lan
To Richard Gaskin, I'm posting in this public domain as there are clearly far more new LC users visitng the List and so I felt it appropriate to hilight your excellent article on the Message Path: http://www.fourthworld.com/embassy/articles/revolution_message_path.html Considering Mark Weider's

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Mike Kerner
For those of you at didn't know, ios 7 beta is now available for download on newer iphones and ipod touches at the beta dev center. On Monday, June 10, 2013, Colin Holgate wrote: Suppose you need to know the user's location, you may not get that while the device is shut down, or asleep, but

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 9:46 AM, Monte Goulding wrote: On 11/06/2013, at 9:34 AM, Colin Holgate wrote: There are a number of techniques they're using. Apparently, the OS watches for when you tend to use apps, and will keep them updated based on that. Also, if you wake up your device for any

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 9:54 AM, Colin Holgate wrote: Suppose you need to know the user's location, you may not get that while the device is shut down, or asleep, but if the user turns it on to get the latest weather, your LiveCode app would get a location update. Nope, that's already

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Colin Holgate
So far so good. Strangely, I haven't found a way to search for an app, Spotlight seems to have gone. I didn't yet install Xcode 5 to see how LiveCode apps will work. Will do that in a while. On Jun 10, 2013, at 8:00 PM, Mike Kerner mikeker...@roadrunner.com wrote: For those of you at

Re: LC Community - Script Limits

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 9:56 AM, Kay C Lan wrote: No. There are no script limits and the limits on the number of frontscripts etc have also been removed. I think that's only for community. -- M E R Goulding Software development services Bespoke application development for vertical markets

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 10:10 AM, Colin Holgate wrote: I didn't yet install Xcode 5 to see how LiveCode apps will work. Will do that in a while. There won't be any device builds agains the iOS 7 sdk yet in LiveCode so you won't need Xcode 5 to test... just build using Xcode 4.6. -- M E R

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Colin Holgate
It's more the dragging onto my iPhone part that I'm thinking about. On Jun 10, 2013, at 8:19 PM, Monte Goulding mo...@sweattechnologies.com wrote: There won't be any device builds agains the iOS 7 sdk yet in LiveCode so you won't need Xcode 5 to test... just build using Xcode 4.6.

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 10:15 AM, Colin Holgate wrote: It's more the dragging onto my iPhone part that I'm thinking about. Hmm... Xcode organiser should work with all sdks... -- M E R Goulding Software development services Bespoke application development for vertical markets mergExt - There's an

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 10:14 AM, Monte Goulding wrote: I'm guessing each will allow the app to run for an extra 10 minute interval when invoked. OK, was wrong here... looks like you need to retain a completion handler then execute it when you're done with the fetch. iOS then recognises if your

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Colin Holgate
I think things are works. I could drag apps onto Xcode to install them ok. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Gerry Orkin
Colin So they install, but are they working ok? I'm tempted to download the iOS 7 beta but not if my LC apps stop working :) Gerry On 11/06/2013, at 10:37 AM, Colin Holgate co...@verizon.net wrote: I think things are works. I could drag apps onto Xcode to install them ok.

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Colin Holgate
The thing I tried was laid out for iPad 3, and I could see the the top area on iPhone 5, so I think it was working correctly. On Jun 10, 2013, at 8:58 PM, Gerry Orkin gerry.or...@gmail.com wrote: So they install, but are they working ok? I'm tempted to download the iOS 7 beta but not if my

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Colin Holgate
Sadly no, you always need the latest Xcode to drag onto the latest iOS. On Jun 10, 2013, at 8:25 PM, Monte Goulding mo...@sweattechnologies.com wrote: Hmm... Xcode organiser should work with all sdks... ___ use-livecode mailing list

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Gerry Orkin
Ok, but being cautious - can anyone else confirm that iPhone apps built with LC 6.x and installed with the xCode 5 beta are working fine on iOS 7? Cheers Gerry On 11/06/2013, at 11:34 AM, Colin Holgate co...@verizon.net wrote: The thing I tried was laid out for iPad 3, and I could see

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 11:35 AM, Colin Holgate wrote: Sadly no, you always need the latest Xcode to drag onto the latest iOS. Maybe that's just for beta... I can't remember the last time I dragged an app onto a device though... I have mergTestFlight which builds and puts it on my phone via

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Colin Holgate
I have other similar options, and those do work. It's just Xcode that requires you to have the latest version. On Jun 10, 2013, at 10:13 PM, Monte Goulding mo...@sweattechnologies.com wrote: Maybe that's just for beta... I can't remember the last time I dragged an app onto a device

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Colin Holgate
I think I was saying that it does work. Do you have more than one device, I'm just using my iPhone 5 on iOS 7. On Jun 10, 2013, at 9:55 PM, Gerry Orkin gerry.or...@gmail.com wrote: Ok, but being cautious - can anyone else confirm that iPhone apps built with LC 6.x and installed with the

Re: LC Community - Script Limits

2013-06-10 Thread Dr. Hawkins
On Mon, Jun 10, 2013 at 5:17 PM, Monte Goulding mo...@sweattechnologies.com wrote: I think that's only for community. That would seem to be a *really* bad idea for the distributed version--doesn't that encourage creating programs that *cannot* be run with the commercial version??? -- Dr.

returning a result *and* closing the modal stack?

2013-06-10 Thread Dr. Hawkins
I've created my own modal dialog. I would now like it to return a result. It seems that these are mutually exlusive, though--both return and close this stack halt execution. I could, I suppose, set a custom property, but is there a way to make the simple way work? -- Dr. Richard E. Hawkins,

Re: returning a result *and* closing the modal stack?

2013-06-10 Thread stephen barncard
check out dialogData in the dict On Mon, Jun 10, 2013 at 7:58 PM, Dr. Hawkins doch...@gmail.com wrote: I've created my own modal dialog. I would now like it to return a result. It seems that these are mutually exlusive, though--both return and close this stack halt execution. I could, I

Re: returning a result *and* closing the modal stack?

2013-06-10 Thread J. Landman Gay
Dr. Hawkins doch...@gmail.com wrote: I've created my own modal dialog. I would now like it to return a result. It seems that these are mutually exlusive, though--both return and close this stack halt execution. I could, I suppose, set a custom property, but is there a way to make the simple

Re: LC Community - Script Limits

2013-06-10 Thread J. Landman Gay
Dr. Hawkins doch...@gmail.com wrote: On Mon, Jun 10, 2013 at 5:17 PM, Monte Goulding mo...@sweattechnologies.com wrote: I think that's only for community. That would seem to be a *really* bad idea for the distributed version--doesn't that encourage creating programs that *cannot* be run with

Re: LC Community - Script Limits

2013-06-10 Thread Monte Goulding
On 11/06/2013, at 12:54 PM, Dr. Hawkins wrote: That would seem to be a *really* bad idea for the distributed version--doesn't that encourage creating programs that *cannot* be run with the commercial version??? Possibly... given I'm the one that asked for it's removal on the vendors list

Re: LC Community - Script Limits

2013-06-10 Thread Monte Goulding
Well... it depends on if there's a different mode_standalone.cpp for commercial standalones it's not something I've bothered testing perhaps someone wants to build a desktop app with LC 6.0.2 to see what the scriptlimits are? On 11/06/2013, at 2:06 PM, J. Landman Gay wrote: I thought

RE: Android and iOS embedded fonts used in native browser control.

2013-06-10 Thread Ralph DiMola
Hmmm... Played with your stack for a while today. Me thinks my QC guy lied to me. I can't seem to get any fonts except for the standard web fonts to work. Works in iOS but not Android. I will look at this again tomorrow.Film at 11 Ralph DiMola IT Director Evergreen Information Services

Re: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Gerry Orkin
I wasn't doubting you, but multiple information sources make for safer decisions :) g On 11/06/2013, at 12:22 PM, Colin Holgate co...@verizon.net wrote: I think I was saying that it does work. Do you have more than one device, I'm just using my iPhone 5 on iOS 7. On Jun 10, 2013, at