Re: MAC OS X Lion, shell and language

2011-11-10 Thread René Micout
One line in less ! Thank you Ken ! :-) A little subsidiary question: with: put shell(defaults read NSGlobalDomain) what is in second line the big number like that: ---- = XX ? René Le 10 nov. 2011 à 02:45, Ken Ray a écrit : On Nov 8, 2011, at

Re: Download a stack file

2011-11-10 Thread Peter Bogdanoff
This did work for a while. Now it is not working-- the cached message is not sent. I tried putting a wait until URLStatus is cached but the program waited indefinitely, so it seems that it is not loading from this remote server. The file is available (I used an FTP application to test download

[ANN] MobGUI V0.25 - new scroller

2011-11-10 Thread John Craig
Hi, all. I've added the first version of a new scroller control for android (or iOS or both). I'd be grateful for any feedback on performance on actual devices. Thanks :) J ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: [ANN] MobGUI V0.25 - new scroller

2011-11-10 Thread John Craig
http://forums.runrev.com/viewtopic.php?f=54t=9484 http://youtu.be/9n7sI6UHjBg On 10/11/2011 10:23, John Craig wrote: Hi, all. I've added the first version of a new scroller control for android (or iOS or both). I'd be grateful for any feedback on performance on actual devices. Thanks :)

Re: Mobile apps: Where to store web service login details

2011-11-10 Thread Andre Garzia
On Thu, Nov 10, 2011 at 8:05 AM, Keith Clarke keith.cla...@clarkeandclarke.co.uk wrote: Hi Folks, I'm dipping my to into mobile development and looking for advice on where best to store web service usernames and passwords that are accessed from the device (with security and persistence

Re: Mobile apps: Where to store web service login details

2011-11-10 Thread Keith Clarke
Thanks Andre, I did look at special folders but it appears the only location on iOS and Android with read/write access is the 'documents' special folder. This seems a bit 'open' for login details - both in terms of accessibility and the potential for the file to be deleted. Do I guess

Re: [ANN] MobGUI V0.25 - new scroller

2011-11-10 Thread Keith Clarke
Thanks for the update John. Is there a trick within MobGUI (now or planned) for managing a single stack for iOS and Android deployments, which 'switches' the appropriate native controls - in a similar fashion to the way you have enabled specific layouts by orientation? I'm envisaging a

Re: Mobile apps: Where to store web service login details

2011-11-10 Thread Gerry Orkin
Thanks Andre, I did look at special folders but it appears the only location on iOS and Android with read/write access is the 'documents' special folder. The iOS release notes list these locations as valid for files: home – the (unique) folder containing the application bundle and its

Re: Mobile apps: Where to store web service login details

2011-11-10 Thread Keith Clarke
Thanks Gerry. The Android notes aren't so specific about whether the cache folder persists (and no library folder is currently supported) so I was taking 'documents' as the only generic option. So, it seems that for iOS, the library is the safe, secure, encrypted and backed-up option, whereas

Re: Formatting ChordPro music charts

2011-11-10 Thread Jan Schenkel
Hi Mark, Glad to be of assistance. I just took another look at it, and realized that there's still a case where my algorithm didn't work: when the lyrics under the chord are shorter than the chord. The following adapted version should fix that for you: ## on mouseUp    put

Wasting space on the forum.

2011-11-10 Thread Francis Nugent Dixon
Hi to any culpritsl, Sorry to any of you who include past mails within their new mail ... BUT . You are wasting space ! Some of you go up to 6 or 7 levels, without thinking that we don't need to see the same information 6 or 7 times. If anybody wants to follow whatever

Re: Wasting space on the forum.

2011-11-10 Thread Mark Schonewille
Hi Francis, Usually I don't reply to messages that don't quote the preceding message. If you would like me to answer your questions and take part in discussions that may benefit you, quote the previous message. If you don't want me to reply, don't quote. -- Best regards, Mark Schonewille

Re: Wasting space on the forum.

2011-11-10 Thread dunbarx
Francis. I agree with Mark. It is very convenient to see the recent history of any discussion, laid out below the current entry for quick access. Beats opening other eMails located heaven knows where, or searching the archives. Space is cheap. Craig Newman -Original Message-

Re: [OT?] ADOBE DROPS FLASH for HTML5

2011-11-10 Thread Richard Gaskin
Lynn Fredricks wrote: Right - but here's the rub. Even if application builders (Flash or whatever) export HTML5 versions for use on mobile devices, that's still two different versions of applications that will need supporting, right? I don't think they can make all the same apps with HTML5 that

setting data grid columns by code

2011-11-10 Thread Andre Garzia
Hey Guys, Anyone here knows if there is a way to set the column information of a data grid table by code? I am saying that because I have a list of records and depending on the type of record wanted, I will show different columns. I checked the API but it appears that the only way there is by

Re: setting data grid columns by code

2011-11-10 Thread Andrew Kluthe
columns - Line delimited list of columns in your table. put the dgProp[columns] of group Data Grid into sColumns set the dgProp[columns] of group Data Grid to sColumns It produces and accepts a line delimited list of columns. I have never done this from script but I use it from message box all

Re: [OT?] ADOBE DROPS FLASH for HTML5

2011-11-10 Thread Colin Holgate
In so many ways. It's main two flaws were that it made the common mistake of thinking that all Flash work is just playing of video, and that doing something demanding in HTML5 wouldn't also drain the battery. It also had the side effect of killing products such as LiveCode for iOS for about six

Re: setting data grid columns by code

2011-11-10 Thread Andre Garzia
On Thu, Nov 10, 2011 at 1:29 PM, Andrew Kluthe and...@rjdfarm.com wrote: columns - Line delimited list of columns in your table. put the dgProp[columns] of group Data Grid into sColumns set the dgProp[columns] of group Data Grid to sColumns It produces and accepts a line delimited list of

RE: iOS forcing interface rotation

2011-11-10 Thread FlexibleLearning
Did anyone figure how to do this? I need exactly the same thing: All stack windows are landscape, except 1 which must be portrait. How do we force an orientation change without requiring the user to physically rotate the device? Hugh Senior FLCo On Tue Aug 2 09:23:51 CDT 2011 Scott Morrow

Re: [OT?] ADOBE DROPS FLASH for HTML5

2011-11-10 Thread Chipp Walters
Well said, Colin. On Thursday, November 10, 2011, Colin Holgate co...@verizon.net wrote: In so many ways. It's main two flaws were that it made the common mistake of thinking that all Flash work is just playing of video, and that doing something demanding in HTML5 wouldn't also drain the

Re: Wasting space on the forum.

2011-11-10 Thread stephen barncard
I think the biggest reason people leave the stuff in and don't trim is because many people use Google mail, which not only arranges threads nicely, but obfuscates long chains of conversations completely - out of sight, out of mind. I personally have a pet peeve against the whole chain showing up

Re: Wasting space on the forum.

2011-11-10 Thread RevList
How to use LiveCode use-livecode@lists.runrev.com on Thursday, November 10, 2011 at 10:32 AM -0800 wrote: I think the biggest reason people leave the stuff in and don't trim is because many people use Google mail, which not only arranges threads nicely, but obfuscates long chains of conversations

Re: Wasting space on the forum.

2011-11-10 Thread René Micout
Like that ? Bon souvenir de Paris René :-) Le 10 nov. 2011 à 19:32, stephen barncard a écrit : I personally have a pet peeve against the whole chain showing up in every email, and when replying, I usually only include a small portion of what started the thread or the last point raised. I do a

Re: Wasting space on the forum.

2011-11-10 Thread Pete
I wonder how much hard drive space we've wasted commenting on this :-) Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Nov 10, 2011 at 10:42 AM, RevList revl...@createchsol.com wrote: How to use LiveCode use-livecode@lists.runrev.com on Thursday, November 10, 2011 at 10:32 AM

Re: [OT?] ADOBE DROPS FLASH for HTML5

2011-11-10 Thread Roger Eller
On Nov 10, 2011, at 12:42 PM, Chipp Walters ch...@chipp.com wrote: Well said, Colin. On Thursday, November 10, 2011, Colin Holgate co...@verizon.net wrote: In so many ways. It's main two flaws were that it made the common mistake of thinking that all Flash work is just playing of video, and

RE: [OT?] ADOBE DROPS FLASH for HTML5

2011-11-10 Thread Lynn Fredricks
Well said, Colin. On Thursday, November 10, 2011, Colin Holgate co...@verizon.net wrote: In so many ways. It's main two flaws were that it made the common mistake of thinking that all Flash work is just playing of video, and that doing something demanding in HTML5 wouldn't also drain

Re: [OT?] ADOBE DROPS FLASH for HTML5

2011-11-10 Thread Scott Rossi
Exactly. The original premise of Flash did and still does makes sense: reduced data and instructions that get rendered on the client side. I'm no Flash fanboy, for sure -- I dislike the direction Adobe took with ActionScript. But watching people hate on Flash seems like any other mob dis,

Re : Wasting space on the forum.

2011-11-10 Thread Francis Nugent Dixon
Hi to any out there who agree, or who don't agree. I have better things to do than scan down repeated messages. I thought that some of you may agree ! (previous threads on this subject got better responses, and I thought that a reminder was a good idea ). It is your prerogative to fill the

Re: [OT?] ADOBE DROPS FLASH for HTML5

2011-11-10 Thread Colin Holgate
I wonder if there's some space down on Wall Street for someone with a We Want Flash! banner... On Nov 10, 2011, at 2:46 PM, Scott Rossi wrote: But watching people hate on Flash seems like any other mob dis, making claims about something for no good reason other than to claim me too.

RE: iOS forcing interface rotation (FlexibleLearning)

2011-11-10 Thread Frans
On 10.11.2011, at 19:00, use-livecode-requ...@lists.runrev.com wrote: I am working with an iOS UI that allows portrait and landscape rotation on one card but requires that the UI be presented in portrait on all other cards. no matter what the actual device rotation is. The problem arises

Re: [OT?] ADOBE DROPS FLASH for HTML5

2011-11-10 Thread Richmond
On 11/10/2011 10:17 PM, Colin Holgate wrote: I wonder if there's some space down on Wall Street for someone with a We Want Flash! banner... I'm sure there's always, brief, space for a flasher . . . :) On Nov 10, 2011, at 2:46 PM, Scott Rossi wrote: But watching people hate on Flash

Re: OT? Strange behaviour with Parallels/Lion/LC

2011-11-10 Thread Bob Sneidar
There used to be an issue with WindowServer going full throttle if you launched Parallels and started a VM in a remote desktop session. This was Remote Desktop Mac not the windows one. Apparently the interaction with VNC and Parallels was giving WindowServer fits. If you quit the remote session

Re: Wasting space on the forum.

2011-11-10 Thread Peter M. Brigham, MD
I also prefer to see something about the current thread in the reply itself, at least enough to recognize the context. It drives me crazy to see a short reply to something and then View this message in context:... -- mostly I ignore such messages when the subject header doesn't immediately

Re: [OT?] ADOBE DROPS FLASH for HTML5

2011-11-10 Thread Mark Wieder
Richard- Adobe has also killed off AIR for linux. So not only no linux development, but no linux deployment either. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to