Re: Can I develop my IOS app away from my home computer?

2012-09-21 Thread J. Landman Gay
On 9/21/12 12:33 AM, Guglielmo Braguglia wrote: Hi Howard, the solution is AirLaunch : http://hyperactivesw.com/airlaunch/index.html ... a very useful plugin for LiveCode. :-) Funny, I was thinking the same thing. :) But Howard would still need to install the developer profiles via XCode.

Re: [OT] listing installed software on Linux

2012-09-21 Thread Richmond
On 09/21/2012 01:02 AM, Mark Wieder wrote: Richmond richmondmathewson@... writes: dpkg --get-selections installed-software dpkg: failed to open package info file `/var/lib/dpkg/status' for reading: No such file or directory My guess is you're running one of those ubuntu-thingies. Yes.

Re: Can I develop my IOS app away from my home computer?

2012-09-21 Thread Pierre Sahores
Hi, Should this helps ? http://www.diawi.com/index.php Cheers, Le 21 sept. 2012 à 07:16, Howard Bornstein a écrit : I need to be somewhere away from home for several weeks and want to continue to develop my IOS app while away. I can bring LC and the SDK to this computer. So I know I can

[OT] listing installed software on Linux

2012-09-21 Thread Richmond
@ Mark Weider On an RPM based system you could use rpm -q --all. debian-based would be *dpkg -l * Screaming Bananas Richmond.* * ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: More preOpenCard Problems

2012-09-21 Thread Robert Brenstein
On 20.09.2012 at 18:02 Uhr -0700 Peter Haworth apparently wrote: I also notice that things work differently, but still incorrectly, when the stack is run as a plugin than when it is run toplevel. This could indicate that your object references are failing when your stack is not the frontmost

Re: detect keyboard height on mobile

2012-09-21 Thread ha...@exformedia.se
What I do is to place every form control in a group and then when a control gets the focus you scroll the group so the field is visible, then when the keyboard is dismissed you scroll the group back to its original position. You can also add user scrolling to the group so the user can scroll up

SNAFU...

2012-09-21 Thread John Dixon
Err... a problem I have some apps in the iTunes store... When they are downloaded onto an iphone running iOS 6 they crash !... Anyone seeing the same ?... All my apps were built using Snow Leopard 10.6.8, LC 5.5.1, xCode 4.2.. the settings in standalone settings were for 'ipod iphone',

Re: SNAFU...

2012-09-21 Thread William de Smet
Hi Dixie, This is a Livecode problem. The same thing happened last year with iOS 5. My apps crash on iOS 6 as well. last night I installed Xcode 4.5 and the Simulators 5.0 and 5.1. I will test tonight if the apps compiled from LC 5.5.2 will work with iOS 6. Otherwise Runrev needs to make an

Re: lock/unlock screen

2012-09-21 Thread Peter M. Brigham
You could always use a workaround, when you absolutely positively have to unlock the screen: on reallyUnlockScreen repeat until the lockscreen = false unlock screen end repeat end reallyUnlockScreen -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Sep

Re: SNAFU...

2012-09-21 Thread Matthias Rebbe
Hi John, use xCode 4.4 instead of 4.2 and it will work. I would not recommend to use 4.5 at the moment. Here´s a posting from Runrev in the dev list about using xCode 4.5. I think it is okay to post it here: After some testing and discussions with the team I can confirm that LiveCode 5.5.2

Re: Can I develop my IOS app away from my home computer?

2012-09-21 Thread Dr. Hawkins
On Thursday, September 20, 2012, J. Landman Gay wrote: But Howard would still need to install the developer profiles via XCode. It's a one-time task though. Is that an iPad/iPhone install, or just on the Mac? I signed up for the iOS developer package, but haven't gotten around to doing it

Re: Oval Bug in iOS

2012-09-21 Thread Bob Earp
Roger, I noticed your post previously and wondered why you did not get any responses. Pity... I can't check what you are experiencing not having messed around with an iOS delivery yet, but it sounds like it is a bug tied to a refresh problem. Remember we used to get these issues going back

Re: More preOpenCard Problems

2012-09-21 Thread Peter Haworth
Thanks Robert, that's a good thing for me to check. A while back I had some issues because I was using this stack in some references. I thought I had changed them to specifically name the stack but maybe I missed one. Pete lcSQL Software http://www.lcsql.com On Fri, Sep 21, 2012 at 2:15 AM,

Re: Show/hide problem

2012-09-21 Thread Peter Haworth
Hi Jacque, It is the stack you're thinking of. I had the same thought regarding the front script and did move it to be the very last thing in the script but still no joy. I'm wondering whether the problem is also causing the issue we discussed regarding your license checking software. Trying to

Re: Oval Bug in iOS

2012-09-21 Thread Roger Guay
Thanks for your reply, Scott. Coincidentally, I upgraded my Xcode to version 4.5, and now my simulator is not working, and I am not yet able to investigate why your stack seems to work and mine doesn't. Would you know about this new problem? My LiveCode shows only grayed out simulators under

Re: SNAFU...

2012-09-21 Thread J. Landman Gay
On 9/21/12 6:38 AM, William de Smet wrote: Hi Dixie, This is a Livecode problem. The same thing happened last year with iOS 5. My apps crash on iOS 6 as well. last night I installed Xcode 4.5 and the Simulators 5.0 and 5.1. I will test tonight if the apps compiled from LC 5.5.2 will work with

Re: Can I develop my IOS app away from my home computer?

2012-09-21 Thread J. Landman Gay
On 9/21/12 10:02 AM, Dr. Hawkins wrote: On Thursday, September 20, 2012, J. Landman Gay wrote: But Howard would still need to install the developer profiles via XCode. It's a one-time task though. Is that an iPad/iPhone install, or just on the Mac? I signed up for the iOS developer

Export Snapshot

2012-09-21 Thread Graham Samuel
The following give a compiler error (bad image or image type expression) but I can't see why: export snapshot from rect theRect of img C25 to img targetImage as JPG I suppose it's obvious, but I can't work out from the LiveCode dictionary what I've done wrong. Anybody? TIA Graham

Re: Export Snapshot

2012-09-21 Thread Mark Schonewille
Hi Graham, You can export to a file or variable, not to a control. -- 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,

Re: Export Snapshot

2012-09-21 Thread Richmond
On 09/21/2012 10:58 PM, Graham Samuel wrote: The following give a compiler error (bad image or image type expression) but I can't see why: export snapshot from rect theRect of img C25 to img targetImage as JPG presumably ??? to FILE targetImage as JPEG I suppose it's obvious, but I can't

Creating Audio Files

2012-09-21 Thread Peter Bogdanoff
Hi, I'm wanting to create a QuickTime file from a portion of another QT file. I have a player with the playSelection set to play a portion of a file. I'd like to be able to save that portion to a new file. Is this possible? thanks, Peter Bogdanoff UCLA

Re: Creating Audio Files

2012-09-21 Thread Klaus on-rev
Hi Peter, Am 21.09.2012 um 22:16 schrieb Peter Bogdanoff bogdan...@me.com: Hi, I'm wanting to create a QuickTime file from a portion of another QT file. I have a player with the playSelection set to play a portion of a file. I'd like to be able to save that portion to a new file. Is this

[ANN] lcStackBrowser V1.0.3

2012-09-21 Thread Peter Haworth
Version 1.0.3 of lcStackBrowser, an alternative to the IDE Application Browser, is now available at www.lcsql.com. You can find full details of the bug fixes and enhancements in this release herehttps://docs.google.com/document/d/1gPK6EQ1qXxr_-g9zLkRDa7thmV62jW_5_ylgkpKAOAc/edit . I'm pleased to

Re: Oval Bug in iOS

2012-09-21 Thread Roger Guay
Scott, you are absolutely right . . . your stack works just fine in iOS, but mine does not. And the reason? my script is something like the following: on growOval put the loc of grc OvalThing into theloc lock screen add 2 to the width of grc Ovalthing add 2 to the

Re: Oval Bug in iOS

2012-09-21 Thread Scott Rossi
Roger: It really shouldn't make any difference how the oval is scaled, unless there's some newly introduced bug in LC or some incompatibility in the latest Xcode. Asking the obvious: are you sure the settings on your oval are startAngle of 0 and arcAngle of 360? Regards, Scott Rossi Creative

Re: Creating Audio Files

2012-09-21 Thread Monte Goulding
I will have avfoundation video composition creation for iOS soon and OS X a bit later if you are interested. Cheers -- M E R Goulding Software development services mergExt - There's an external for that! On 22/09/2012, at 8:04 AM, Klaus on-rev kl...@major.on-rev.com wrote: Hi Peter, Am

Drag/Drop in modal dialogs

2012-09-21 Thread Peter Haworth
I think I've run into this before but it seems that drag/Drop operations in a modal stack don't work, basically nothing happens. This is drag/drop from one control to another within the modal stack. Pretty sure RunRev support told me this couldn't be done a few months back but before I accept

Re: lock/unlock screen

2012-09-21 Thread Kay C Lan
On Fri, Sep 21, 2012 at 5:47 AM, Bob Sneidar b...@twft.com wrote: Face it Richmond. It's you and me against the world. ;-) If you can't sleep at night because you're worried about multiple lock screen, or keeping track of pairs, why not: if the lockScreen is false then lock screen If you