Re: How to detect Android or iOS

2012-04-11 Thread Monte Goulding
> > Maybe more to the point: > > ???since when has LC Journal had a forum??? > > It's not listed anywhere on the web site. Even more to the point why is my ip banned from it? Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: How to detect Android or iOS

2012-04-11 Thread Mark Wieder
Jacque- Wednesday, April 11, 2012, 9:03:00 PM, you wrote: > On 4/11/12 7:35 PM, Ken Ray wrote: >> >> On Apr 11, 2012, at 5:45 PM, Andre Garzia wrote: >> >>> Oh thank you!!! They updated the function!!! Thanks for spotting it! >> >> For more info, check this out: >> >> http://livecodejournal.com/f

Re: How to detect Android or iOS

2012-04-11 Thread J. Landman Gay
On 4/11/12 7:35 PM, Ken Ray wrote: On Apr 11, 2012, at 5:45 PM, Andre Garzia wrote: Oh thank you!!! They updated the function!!! Thanks for spotting it! For more info, check this out: http://livecodejournal.com/forum/viewtopic.php?f=20&t=41 Cool. I keep missing the LC Journal stuff becaus

Re: [ANN] SQLiteAdmin

2012-04-11 Thread Jim Little
Hello List, Heads Up. This is a real bargain ... $4.99 for members of this list through Friday, a $20 discount. I've had the SQLiteAdmim program for one day and had only limited time for testing but it looks powerful and has worked flawlessly, so far. Congratulations to Pete. Regards,

Re: Can I put advisory text in an 'ask' dialog?

2012-04-11 Thread Mark Smith
Hi Graham, when I need advisory text I often put it into a custom property and use a set of routines I've written for a behavior to handle the display (which can be used on any platform). Here's the routine that displays the advisory text: command ShowPrompt if the cprompt of me is not empty th

Re: Can I put advisory text in an 'ask' dialog?

2012-04-11 Thread Ken Ray
On Apr 11, 2012, at 12:33 AM, FlexibleLearning wrote: > Achievable by rolling your own dialog and trapping keystrokes. If the field > is empty, then set the text of the field to the advisory text. If the field > is the advisory text and the selectedText is not empty, then set the text of > the fi

Re: How to detect Android or iOS

2012-04-11 Thread Ken Ray
On Apr 11, 2012, at 5:45 PM, Andre Garzia wrote: > Oh thank you!!! They updated the function!!! Thanks for spotting it! For more info, check this out: http://livecodejournal.com/forum/viewtopic.php?f=20&t=41 Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://

Re: [ANN] SQLiteAdmin

2012-04-11 Thread Ken Ray
> Taking into account that Valentina Studio which manage >* SQL Lite (local db files) >* Valentina (local db files) >* Valentina DB Server >* Postgre SQL servers > > Starting with 5.0 version becomes totally FREE ... > > And everybody can take this right now if join to our beta te

Re: [ANN] SQLiteAdmin

2012-04-11 Thread Ken Ray
On Apr 10, 2012, at 3:17 PM, Pete wrote: > I'm happy to announce the release of my first commercial Livecode > application, SQLiteAdmin, a db admin tool for SQLite databases. A 30-day > trial version of SQLiteAdmin is available at www.lcsql.com/products.html Congratulations, Pete! Nicely doneā€¦

Re: How to detect Android or iOS

2012-04-11 Thread Andre Garzia
Oh thank you!!! They updated the function!!! Thanks for spotting it! On Wed, Apr 11, 2012 at 7:14 PM, Mike Bonner wrote: > Oh. Nevermind. Look at 'the platform' instead. > > On Wed, Apr 11, 2012 at 4:12 PM, Mike Bonner wrote: > > > Might look at the machine() function. Still have to check whats

Re: How to detect Android or iOS

2012-04-11 Thread Mike Bonner
Oh. Nevermind. Look at 'the platform' instead. On Wed, Apr 11, 2012 at 4:12 PM, Mike Bonner wrote: > Might look at the machine() function. Still have to check whats returned > and figure it out, but can skip the check for 'mobile' and go directly to > looking for ios devices. > > > On Wed, Apr 1

Re: How to detect Android or iOS

2012-04-11 Thread Mike Bonner
Might look at the machine() function. Still have to check whats returned and figure it out, but can skip the check for 'mobile' and go directly to looking for ios devices. On Wed, Apr 11, 2012 at 4:02 PM, Andre Garzia wrote: > Hey Folks, > > As someone who is about to finish some cross-platform

How to detect Android or iOS

2012-04-11 Thread Andre Garzia
Hey Folks, As someone who is about to finish some cross-platform libraries to be released soon, I must ask. Is there any clear way to detect if I am running on iOS or Android? What I have right now is checking the environment to see if it is "mobile" and then I check for all the possible combinati

in-app purchase problem

2012-04-11 Thread Richard Miller
I'm not having any luck getting in-app purchasing to work in my ios app. The first call I make is: mobilepurchasecreate "itemID" This always returns "1", regardless of which itemID I use. This doesn't seem like a valid result. I've double-checked that the itemID is exactly the same as the one

Re: Browse tool. I give up.

2012-04-11 Thread Mike Kerner
It's funny how many of us are left over from a bygone black-and-white era. As long as fellow old-school HC'ers are reading this thread, does anybody still have a copy of Connections? I'm actually being serious. -- On the first day, God created the heavens and the Earth On the second day, God cr

Re: play sound from url on iOS

2012-04-11 Thread Klaus on-rev
Hi Tom, Am 11.04.2012 um 03:31 schrieb Thomas McGrath III: > Klaus, > > I have downloaded files and I have played downloaded sounds but I have not > played downloading sounds while downloading i.e. streaming. > I also can not get the play command with mediaPicker to play iCloud music, > but th

Re: [ANN] SQLiteAdmin

2012-04-11 Thread Ruslan Zasukhin
On 4/10/12 11:17 PM, "Pete" wrote: > I'm happy to announce the release of my first commercial Livecode > application, SQLiteAdmin, a db admin tool for SQLite databases. A 30-day > trial version of SQLiteAdmin is available at www.lcsql.com/products.html Well, Taking into account that Valentina