Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-23 Thread Bernard Devlin
Jacque, that sounds like the easiest option in order for me to test the device in-store (but at this stage I'm feeling very confident it will work to run Livecode apps). If you could put a simple 'hello world' on to dropbox and send me the URL off list, then I'll give it a go. The various hurdles

Re: Accessing mySQL DB from stack utilizing revserver/irev/on-rev?

2011-07-23 Thread Sarah Reichelt
Hi John, When POSTing variables to the server, you have to identify them, so the script on the server can tell what is what. So your call to the server would need to be something like this: put URLEncode(fld "username") into tUserName put URLEncode(fld "password") into tPassword put "username=" &

pasting text from revbrowser

2011-07-23 Thread Serge Brami
Hello All I try to get the contents of a revbrowser window and paste it into a livecode field the web page is a banking chart first I select manually the text in the revbrowser window Then I Use revbrowserGet selected put the contents into myvariable and paste it into a field (using :s

Re: on-Rev client software

2011-07-23 Thread Martin Koob
Hi Len I started with on-rev a while ago, I had no background in web development other than some basic HTML. The way I figured it out was I downloaded John Craig's .irev scripts and MySQL files from his Splash21 on-rev site that he developed and uploaded them to my own on-rev site as a starting

Re: pasting text from revbrowser

2011-07-23 Thread Jim Ault
On Jul 23, 2011, at 3:48 AM, Serge Brami wrote: I try to get the contents of a revbrowser window and paste it into a livecode field the web page is a banking chart first I select manually the text in the revbrowser window Then I Use revbrowserGet selected put the contents into myvaria

Re: on-Rev client software

2011-07-23 Thread Jim Ault
Just a note about Splash21 The author's name is Scott McDonald, and his web site http://splash21.on-rev.com/ John Craig is the author of MobGUI for LC mobile app programmers. By the way, John is a Scot, living in or near Edinburgh, and the Splash21 Scott lives in Australia. On Jul 23, 2011, at

RE: on-Rev client software

2011-07-23 Thread John Dixon
Hi Jim... I think that you are a little mixed up here..:-) splash21 is 'John Craig' of mobGUI fame and he is also responsible for the website http://splash21.on-rev.com/... He does indeed live fairly near Edinburgh, in Paisley which is closer to Glasgow... be well > Just a note about Splash2

iOS files

2011-07-23 Thread gwendalwood
Anyone know how to read and write files in an iOS application running on an iPad 2? Also, does anyone know how to print from within the iOS application? Any hints would be appreciated. My routines work in the simulator for reading and writing files, but don't work on the iPad 2.

Re: [ANN] LiveCode.tv event #33

2011-07-23 Thread Björnke von Gierke
Dearest friends there is but one hour to go will you watch? On 23 Jul 2011, at 03:01, Björnke von Gierke wrote: > I invite you heartily to join us tomorrow and watch Mario and David. Simply > join ChatRev, and win an eBook about Mac OS X Lion: > Go to > http://bjoernke.com/chatrev/ > or ent

Re: [ANN] LiveCode.tv event #33

2011-07-23 Thread Roger Eller
2011/7/23 Björnke von Gierke > Dearest friends > > there is but one hour to go > > will you watch? > > Perhaps. ... ... ... ... ... ... OK! Yes! :-D ˜Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: [ANN] New plugin AAG|LayerComps

2011-07-23 Thread J. Landman Gay
On 7/22/11 10:26 PM, Mark Wieder wrote: Jacque- Friday, July 22, 2011, 7:49:28 PM, you wrote: On 7/22/11 7:49 PM, Mark Wieder wrote: Jacque- Friday, July 22, 2011, 2:26:00 PM, you wrote: You can set the destroystack property for newly-created stacks in the Files and Memory section of prefs

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-23 Thread J. Landman Gay
On 7/23/11 3:19 AM, Bernard Devlin wrote: Jacque, that sounds like the easiest option in order for me to test the device in-store (but at this stage I'm feeling very confident it will work to run Livecode apps). If you could put a simple 'hello world' on to dropbox and send me the URL off list,

Re: iOS files

2011-07-23 Thread Gerry Orkin
Post your code... Gerry -- Sent from my iPhone. On 24/07/2011, at 2:19 AM, wrote: > Anyone know how to read and write files in an iOS application running on an > iPad 2? > Also, does anyone know how to print from within the iOS application? > Any hints would be appreciated. My routines work

Re: [ANN] New plugin AAG|LayerComps

2011-07-23 Thread Mark Wieder
Jacque- Saturday, July 23, 2011, 11:46:53 AM, you wrote: > On 7/22/11 10:26 PM, Mark Wieder wrote: >> Jacque- >> >> Friday, July 22, 2011, 7:49:28 PM, you wrote: >> >>> On 7/22/11 7:49 PM, Mark Wieder wrote: Jacque- Friday, July 22, 2011, 2:26:00 PM, you wrote: > You can s

Re: Mac OS X Lion

2011-07-23 Thread Judy Perry
I hope so :-) Thanks! (Have been on vacation in Florida) Judy On Thu, 21 Jul 2011, Bob Sneidar wrote: Let be burn you copies of what I have. Will .img files work for you? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Re: [ANN] New plugin AAG|LayerComps

2011-07-23 Thread Richard Gaskin
Mark Wieder wrote: You can also set the destroyStack of the templateStack before creating a script and get the same result. Still, I do wish stack creation would respect the IDE preferences setting so that we wouldn't end up with little surprises like this. If your own scripts contain stacks th

Re: [ANN] New plugin AAG|LayerComps

2011-07-23 Thread Mark Wieder
Richard- Saturday, July 23, 2011, 5:59:03 PM, you wrote: > If your own scripts contain stacks that create other stacks, where would > it find your LiveCode prefs when they become a standalone? Uh oh... busted... good point. > Like my t-shirt sez: > Know the engine. > Trust the engine. > Use th