Re: iOS app simulation rotated?

2013-05-30 Thread Randy Hengst
Graham, Do you have this handler in the stack script? on startUp iphoneSetAllowedOrientations "landscape left,landscape right" end startUp be well, randy - On May 30, 2013, at 4:48 PM, Graham Samuel wrote: > I've been testing an iOS app intended only for iPad landscape, using > Simulato

Re: How Long is a Sound [Without Using Quicktime]?

2013-05-30 Thread Warren Samples
On 05/30/2013 02:36 PM, Ray Horsley wrote: I know this is available with QuickTime using the CurrentTime and TimeScale properties but if the user doesn't have QuickTime installed I'd hate to be stuck. Are there any other ways to get the duration of an audio file? __

Re: OT: Science fiction story in the form of a Twitter bug-report

2013-05-30 Thread Dar Scott
Interesting. In the manga steins;gate, I needed a microwave oven. On May 30, 2013, at 3:31 PM, Mark Wieder wrote: > J. Landman Gay writes: > >> You rang? Is there a link to this mystical bug report? > > Sheesh. Got so excited I forgot to paste it. > > http://twitter.bug.quietbabylon.com/ >

iOS app simulation rotated?

2013-05-30 Thread Graham Samuel
I've been testing an iOS app intended only for iPad landscape, using Simulator 6.1 as the test target. I must have made a change in the setup, but I don't know what, and now when I try to test from the IDE, I get the simulation showing up as landscape with my splash screen correctly positioned,

Re: OT: Science fiction story in the form of a Twitter bug-report

2013-05-30 Thread Mark Wieder
J. Landman Gay writes: > Recipe: push red button. @jacque Doc says don't do that. -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Re: How Long is a Sound [Without Using Quicktime]?

2013-05-30 Thread J. Landman Gay
On 5/30/13 2:36 PM, Ray Horsley wrote: I know this is available with QuickTime using the CurrentTime and TimeScale properties but if the user doesn't have QuickTime installed I'd hate to be stuck. Are there any other ways to get the duration of an audio file? Can you say what the goal is? Mayb

Re: OT: Science fiction story in the form of a Twitter bug-report

2013-05-30 Thread Mark Wieder
J. Landman Gay writes: > You rang? Is there a link to this mystical bug report? Sheesh. Got so excited I forgot to paste it. http://twitter.bug.quietbabylon.com/ -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@l

Re: [OT] DBADPL License

2013-05-30 Thread Andrew Kluthe
Negative. I am not familiar with Nerd Rage, but there is a guy named Andy Kluthe from Collinsville, IL that I know has a portfolio of art he did for various video games. At one point someone trying to troll me on some forum when I was younger tried to "dox" me because the town I am from is so clos

Re: OT: Science fiction story in the form of a Twitter bug-report

2013-05-30 Thread J. Landman Gay
On 5/30/13 3:27 PM, Mark Wieder wrote: Jacque? You out there? Time warp fails, sends dryer sock link to Venus 2+ millenia in the past. Recipe: push red button. Rounding error, or unsigned integer? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: OT: Science fiction story in the form of a Twitter bug-report

2013-05-30 Thread J. Landman Gay
On 5/30/13 3:27 PM, Mark Wieder wrote: Jacque? You out there? You rang? Is there a link to this mystical bug report? It sounds like that game where you pull three slips of paper out of a hat and try to make a story out of what's written on them. -- Jacqueline Landman Gay | jac.

Re: Stack menus

2013-05-30 Thread Peter Haworth
Continuing on somewhat the same topic, is it possible to have a stack menu with cascading subitems? In other words, I'd like it to behave like an option menu with sub items so that if I click on a line that has subitems, the original line stays hilited and the subitems are listed alongside it. Pe

Re: How Long is a Sound [Without Using Quicktime]?

2013-05-30 Thread Dar Scott
I don't have a good solution but here are some crazy ideas... If these are all sounds you supply, you can write a script that times all the sounds in some folder (or stack) and creates a table. If you know these all are the same bit rate and the same number of channels, and there is no compress

OT: Science fiction story in the form of a Twitter bug-report

2013-05-30 Thread Mark Wieder
Jacque? You out there? -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/list

How Long is a Sound [Without Using Quicktime]?

2013-05-30 Thread Ray Horsley
I know this is available with QuickTime using the CurrentTime and TimeScale properties but if the user doesn't have QuickTime installed I'd hate to be stuck. Are there any other ways to get the duration of an audio file? ___ use-livecode mailing list u

Re: How Many Pages are in a PDF?

2013-05-30 Thread Ray Horsley
David - works like a charm. Richard, I imagine your method might work just as well. I'm just not that familiar with unix commands. Thanks! On May 29, 2013, at 1:26 PM, dfepst...@comcast.net wrote: > > > 1 + (the duration of player myPlayerName)/ 75 > > > > David Epstein > _

Re: Point in Poly

2013-05-30 Thread Ray Horsley
Just a quick thanks to all those who took the time to contribute to this thread! Let of great ideas. On May 29, 2013, at 2:22 PM, J. Landman Gay wrote: > On 5/29/13 11:33 AM, Roger Guay wrote: >> What a cool idea! I also wonder if blending will work? > > It does. In fact, when I need an opaque

RE: LC Users - in the Bristol, Southhampton,Taunton triangle

2013-05-30 Thread Dave Kilroy
Hi John & Peter Yes! I'm based in Plymouth Dave > Know of one who hopes shortly to be in Truro. > >> mmm... let's extend the area a little then... Are there any liveCode users >> in the South-West of England ? ___ use-livecode mailing list use-live

Re: selectedObjects

2013-05-30 Thread Peter Haworth
Thanks Mark, that does indeed fix the problem. Pete lcSQL Software On Thu, May 30, 2013 at 9:27 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hi Peter, > > Apparently, the selectedObjects are parsed as objects rather than a > string. The solution is to

Re: selectedObjects

2013-05-30 Thread Mike Bonner
put parens around (the selectedobjects) so that eval is forced to complete before the count. On Thu, May 30, 2013 at 10:20 AM, Peter Haworth wrote: > I guess it's my week for running into LC oddities, here's the latest. > > Open any stack and select 1 or more controls on it. > > In the message

Re: selectedObjects

2013-05-30 Thread Mark Schonewille
Hi Peter, Apparently, the selectedObjects are parsed as objects rather than a string. The solution is to put parentheses around the selectedObjects. This parses it as a string. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-ta

selectedObjects

2013-05-30 Thread Peter Haworth
I guess it's my week for running into LC oddities, here's the latest. Open any stack and select 1 or more controls on it. In the message box: put the selectedObjects You'll see the long ids of the controls you selected, one per line. So far so good. Now in the message box : put the number of

Re: [OT] DBADPL License

2013-05-30 Thread tbodine
Funny. Hey, Andrew, are you the Andy Kluthe of Nerd Rage fame? -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-DBADPL-License-tp4665598p4665613.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: [ANN] Book "Programming LiveCode for the Real Beginner" sold out!

2013-05-30 Thread tbodine
Congrats! And I also think an ebook version would have lots of upside for you and the buyer. Please consider! -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-Book-Programming-LiveCode-for-the-Real-Beginner-sold-out-tp4665594p4665612.html Sent f

RE: LC Users - in the Bristol, Southhampton,Taunton triangle

2013-05-30 Thread John Dixon
Well, I suppose it's a start !...LOL > Date: Thu, 30 May 2013 02:36:04 -0700 > From: palcibiades-fi...@yahoo.co.uk > To: use-revolut...@lists.runrev.com > Subject: RE: LC Users - in the Bristol, Southhampton,Taunton triangle > > Know of one who hopes shortly to be in Truro. > > Peter > > > >

RE: LC Users - in the Bristol, Southhampton,Taunton triangle

2013-05-30 Thread Peter Alcibiades
Know of one who hopes shortly to be in Truro. Peter -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LC-Users-in-the-Bristol-Southhampton-Taunton-triangle-tp4665554p4665610.html Sent from the Revolution - User mailing list archive at Nabble.com.