Re: [ANN] Game Center crowd funding opportunity

2012-11-02 Thread Monte Goulding
I'm very happy to announce that the first person has put some funding into this external. After some discussions I have decided to offer 50% discount on the external (or 20% on the iOS suite) if the funding is $10 or more. Let's make this happen. On 01/11/2012, at 11:11 AM, Monte Goulding

Re: [ANN] Game Center crowd funding opportunity

2012-11-02 Thread Scott Rossi
That's a great deal Monte, thanks for offering this. I've contributed to Monte's effort -- Game Center interaction is almost a requirement for iOS games these days. Am hoping other folks get on board too. Best Regards, Scott Rossi Creative Director Tactile Media, UX Design On 11/1/12 11:16

Re: created Android app cannot be installed on real device, Testing on that device works

2012-11-02 Thread Matthias Rebbe
Thanks Mark and Colin. @Mark: Yes it is enabled. @Colin: I googled a little bit, but was not so successful with that. But your posting made me remember your book. I remembered reading in there something about the Keytool-Application for Android some weeks ago. I was not interested in that

Re: developing for mobile devices

2012-11-02 Thread Christophe Leske
Am 02.11.2012 01:18, schrieb Colin Holgate: Well, these are early days still. A lot of the inconsistencies are where you either have to simulate the native appearance using LiveCode controls and tricks, or you talk to the OS and get native controls. Eventually they will probably allow access

Send a message when the mouse hilites text on an option menu, possible ?

2012-11-02 Thread Rolf Kocherhans
I have an option menu with say 3 entries. When I click the onto the option menu, I can see all 3. When I hover up and down, the one which I am over is hilited. Is it possible to do something with this hilite ? I like to show some additional info about the hilited position. In my case the 3

Re: developing for mobile devices

2012-11-02 Thread Magicgate Software - Skip Kimpel
Christophe, First and foremost, welcome to LiveCode and to this list. It is welcoming to see some familiar names from the Director community! Let me say that from a previous Director advocate, I totally understand your frustration and sense of confusion. LC has so many things going for it

Access files in dropbox on mobile

2012-11-02 Thread Ben Rubinstein
Is there any way to access the files in a user's dropbox on iOS or Android? I see that Monte's awesome external allows my app to download files directly from a user's dropbox account to my app's local storage - but if a user has the standard Dropbox app on their device, and has files

Re: created Android app cannot be installed on real device, Testing on that device works

2012-11-02 Thread Colin Holgate
Thanks for that! In addition to trying to include some interesting examples to follow, I had to include a good chunk of dull information, much of which took some time to track down. I don't remember it all either, and have used my own book a few times to find answers to issues that come up.

Re: Send a message when the mouse hilites text on an option menu, possible ?

2012-11-02 Thread Jan Schenkel
Hi Rolf, There is no engine message that you can trap when you're using the standard option menu. If you use a menu stack instead, then you can trap mouseEnter and mouseLeave messages as they are sent to the menu item buttons, and show extra information (either within the menu stacvk or by

Re: developing for mobile devices

2012-11-02 Thread Colin Holgate
The Help menu has entries for iOS Release Notes and Android Release Notes. Those two have a list of the mobile features you can use, along with example syntax. You can then look in the Dictionary for entries such as mobileCreateControl, where you see a list of the controls that can be made:

Re: developing for mobile devices

2012-11-02 Thread Christophe Leske
Am 02.11.2012 15:01, schrieb Colin Holgate: The Help menu has entries for iOS Release Notes and Android Release Notes. Those two have a list of the mobile features you can use, along with example syntax. You can then look in the Dictionary for entries such as mobileCreateControl, where you

Re: developing for mobile devices

2012-11-02 Thread Colin Holgate
It took seven months to write the book, if I had been asked to write extra chapters that were beyond the scope of the book (like, general LiveCode beginner chapters), I doubt if I would have wanted to! Some others here were writing books too. Not sure how those are coming along. On Nov 2,

Re: Help! PlayCommand Agent X

2012-11-02 Thread Thierry Douez
Hi, If somebody would rewrite shakobox to use sunnYmidi, so that we could still use the sbPlay command, my students could still use it. Thanks again for any suggestions! Jacque Landman-Gay, the creator of shakobox, did an update on her site:

Re: [UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-11-02 Thread RevList
use-livecode@lists.runrev.com on October 31, 2012 at 9:03 AM -0700 wrote: Now adjusted to automatically roll over at midnight (v2.0.1)... It rolled over fine from Oct 31 to Nov1, but not from Nov1 - Nov 2 See image https://www.dropbox.com/sh/49c9nv13305k1yu/ycvtbYXaZ2#f:DigitalClock.jpg

Re: developing for mobile devices

2012-11-02 Thread tbodine
Yep, there were tons of useful Director / Lingo books. I used to buy several per year. It was a great way to jumpstart projects and find detailed instruction that fit your learning level. I really missed having such books to get up to speed on LiveCode. I find the LiveCode resources are piecemeal

iOS (and Android) - register to open certain file-types?

2012-11-02 Thread Ben Rubinstein
Is there a way (on iOS, on Android) to register my LiveCode-built mobile app as capable of opening certain file types? I understand about custom URL schemes; but this is about files, which might be downloaded from a browser, but might also be opened from utilities like Dropbox, Box, or

Re: developing for mobile devices

2012-11-02 Thread Richard Gaskin
tbodine wrote: Heck, I just wish the LC dictionary would be provided in PDF file so we could print it out. Is it just me, or is the built-in search feature of the LC dictionary quite bad? (Example: search array and you get just 2 results, neither of which tells you how to create or work with

Re: developing for mobile devices

2012-11-02 Thread info
Am I the only one who wants dot syntax and short assigments like myVariable = field(foo).text instead of the verbose syntax? I understand that this stems from the fact that LC is really so similar to Director. LC is what Director should have been for mobile development... But then,didn't

Re: iOS (and Android) - register to open certain file-types?

2012-11-02 Thread Richard Gaskin
Ben Rubinstein wrote: Is there a way (on iOS, on Android) to register my LiveCode-built mobile app as capable of opening certain file types? I understand about custom URL schemes; but this is about files, which might be downloaded from a browser, but might also be opened from utilities like

Transitions

2012-11-02 Thread info
While we are at it: Let's talk about transistions between cards/stacks. I am after all the original iOS screen transistions like push left and push right etc. Despite the example inserted in some of the mobGUI example code, i still haven't figured out the correct steps to do this. Do I need

Re: developing for mobile devices

2012-11-02 Thread Ben Rubinstein
On 02/11/2012 16:41, tbodine wrote: Heck, I just wish the LC dictionary would be provided in PDF file so we could print it out. Is it just me, or is the built-in search feature of the LC dictionary quite bad? (Example: search array and you get just 2 results, neither of which tells you how to

Re: iOS (and Android) - register to open certain file-types?

2012-11-02 Thread Ben Rubinstein
On 02/11/2012 17:17, Richard Gaskin wrote: Is there a way (on iOS, on Android) to register my LiveCode-built mobile app as capable of opening certain file types? I understand about custom URL schemes; but this is about files, which might be downloaded from a browser, but might also be opened

Re: developing for mobile devices

2012-11-02 Thread Colin Holgate
Dot syntax has been talked about in the past, and don't forget that it's not even just dot syntax that doesn't exist in LC, you can't even say: a = 1 The answer given, I believe, is that they are focussing even more on making the language human readable, and that's their target audience, not

RE: developing for mobile devices

2012-11-02 Thread John Dixon
And that is how it should be... as you say, you have lots of choice elsewhere if you wish to use dot syntax notation. I for one am glad that livecode are trying, but they have strayed a little, to keep the language as English like as possible.. Dixie Dot syntax has been talked about in

Re: developing for mobile devices

2012-11-02 Thread J. Landman Gay
On 11/2/12 12:02 PM, i...@multimedial.de wrote: Am I the only one who wants dot syntax and short assigments This comes up occasionally by the three or four people who want it. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Transitions

2012-11-02 Thread J. Landman Gay
On 11/2/12 12:22 PM, i...@multimedial.de wrote: I am after all the original iOS screen transistions like push left and push right etc. These are available. Despite the example inserted in some of the mobGUI example code, i still haven't figured out the correct steps to do this. Do I need

Re: [UPDATE] Free 'Clearview' desktop clock v2.0 with Calendar

2012-11-02 Thread FlexibleLearning.com
Was your machine asleep at midnight Nov 1? If so, I suspect that it can only do the check when in an 'active' state. The date below the clock is checked every second whereas the calendar is only checked at midnight (assuming the computer is not asleep). A more frequent calendar check is needed,

RE: developing for mobile devices

2012-11-02 Thread Ralph DiMola
I personally find the lack of data typing and LC arrays instead of dot syntax a breath of fresh air. That and the breath LC syntax and facilities allows me to bang out apps so much faster than VB, C or java it makes my head spin. I wrote an app to geo-code and update a database with Lat/Lon using

Re: developing for mobile devices

2012-11-02 Thread info
Well it doesn't need to be mutually exclusive,does it? Lingo does have the two modes as well - verbose and concise. Ok I stop naming Director as a reference - although this could potentially allure more users to LC... Freundliche Grüße, Christophe Leske multimedial.de PROFILE:

Re: developing for mobile devices

2012-11-02 Thread Colin Holgate
I don't think that's a bad thing. Earlier today I used LiveCode as a reference in discussing a Director ability. On Nov 2, 2012, at 2:58 PM, i...@multimedial.de wrote: Ok I stop naming Director as a reference - although this could potentially allure more users to LC...

Re: Transitions

2012-11-02 Thread Chris Sheffield
Jacque, If explicitVariables is turned on, the compiler requires quotes around visual effects. That's the only reason I've been using them. I haven't normally done so in the past either, but I decided to use explicitVars in this latest project and discovered this. Just FYI. :-) Chris On

Re: iOS (and Android) - register to open certain file-types?

2012-11-02 Thread Monte Goulding
Hi Ben Refer to this for the plist changes you need to make: http://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/RegisteringtheFileTypesYourAppSupports.html#//apple_ref/doc/uid/TP40010411-SW1 To edit the plist you need to find

Re: Transitions

2012-11-02 Thread J. Landman Gay
On 11/2/12 2:49 PM, Chris Sheffield wrote: Jacque, If explicitVariables is turned on, the compiler requires quotes around visual effects. That would explain it. Thanks. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Transitions

2012-11-02 Thread info
I think Jacque is in fact a lady going by the name of Jacqueline. Yet in any case: thank you very much for your clarifications as well as those of the others... Freundliche Grüße, Christophe Leske multimedial.de PROFILE: www.linkedin.com/in/multimedial

Protecting stacks

2012-11-02 Thread Peter Bogdanoff
Hi all, I'm needing to protect both the scripts and the text in fields for a project that is essentially a book--many pages with text. The author of the book is, well very concerned about piracy. I see that in the Standalone Application Settings I can protect scripts of stack files in the

Re: [ANN] Game Center crowd funding opportunity

2012-11-02 Thread Monte Goulding
We're up to three funders now! -- M E R Goulding Software development services mergExt - There's an external for that! On 02/11/2012, at 5:48 PM, Scott Rossi sc...@tactilemedia.com wrote: That's a great deal Monte, thanks for offering this. I've contributed to Monte's effort -- Game Center

RE: Protecting stacks

2012-11-02 Thread Ralph DiMola
Peter, From the dictionary. This will stop prying eyes from either the IDE or text editor. -- password Type: property Syntax: set the password of stack to {passwordString | empty} Objects (or Types): stack

Re: Protecting stacks

2012-11-02 Thread stephen barncard
you could encrypt the text, store in custom properties, convert to an array, and decrypt and display into a locked field on card open. On Fri, Nov 2, 2012 at 4:49 PM, Peter Bogdanoff bogdan...@me.com wrote: Hi all, I'm needing to protect both the scripts and the text in fields for a

Re: Protecting stacks

2012-11-02 Thread Peter Bogdanoff
Thanks Stephan and Ralph! On Nov 02, 2012, at 04:55 PM, stephen barncard stephenrevoluti...@barncard.com wrote: you could encrypt the text, store in custom properties, convert to an array, and decrypt and display into a locked field on card open. On Fri, Nov 2, 2012 at 4:49 PM, Peter

Re: Protecting stacks

2012-11-02 Thread Mark Schonewille
Hi Peter, You can protect stacks with a password, as Ralph suggested. Basically you can't prevent anyone from opening your stack in the IDE and copying all the text, if your stack isn't part of a standalone, and even if it is part of a standalone it isn't too difficult to detach the stack and

Re: Protecting stacks

2012-11-02 Thread Peter Bogdanoff
Thanks Mark. I will mull over this... On Nov 02, 2012, at 05:19 PM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Hi Peter, You can protect stacks with a password, as Ralph suggested. Basically you can't prevent anyone from opening your stack in the IDE and copying all the text,

ANN: GLX2 3.0.12

2012-11-02 Thread Mark Wieder
The GLX2 script editor version 3.0.12 is now available for download. NOTE: it's probably a good idea to toss any existing glx2 files (preferences, macros, plugins) just in case, because things have changed. Yes, we're skipping 3.0.11 - I uploaded it a while back while working on it and there

Re: Protecting stacks

2012-11-02 Thread J. Landman Gay
On 11/2/12 7:19 PM, Mark Schonewille wrote: Hi Peter, You can protect stacks with a password, as Ralph suggested. Basically you can't prevent anyone from opening your stack in the IDE and copying all the text, if your stack isn't part of a standalone, and even if it is part of a standalone it

Re: Protecting stacks

2012-11-02 Thread J. Landman Gay
On 11/2/12 6:49 PM, Peter Bogdanoff wrote: I see that in the Standalone Application Settings I can protect scripts of stack files in the application. However, I have stack files that are NOT in the application--the app just serves to launch files. How do I protect the scripts in those files?

Re: Transitions

2012-11-02 Thread J. Landman Gay
On 11/2/12 5:19 PM, i...@multimedial.de wrote: I think Jacque is in fact a lady going by the name of Jacqueline. It's my nickname, pronounced Jackie, which makes some of the French people here crazy because there is no s on the end. We do have a Jacques here, and he and I sometimes think we

Re: Protecting stacks

2012-11-02 Thread stephen barncard
actually I think the dynamic thing was my suggestion, I think but no matter. Based on conversations on this list, the biggest reason for that choice was to not have the hassle to deal with passwords during development and the possibility of losing everything. On Fri, Nov 2, 2012 at 7:00 PM, J.