Re: Using Mobile Pick Lists in the IDE

2014-03-07 Thread Earthednet-wp
Me too, Bill William Prothero http://es.earthednet.org > On Mar 7, 2014, at 10:41 PM, PystCat wrote: > > I second that. > >> On Mar 7, 2014, at 10:53 PM, John wrote: >> >> Ralph, >> >> Although I am not working on anything that could use this currently, it >> sounds very useful. As far

Re: Using Mobile Pick Lists in the IDE

2014-03-07 Thread PystCat
I second that. > On Mar 7, 2014, at 10:53 PM, John wrote: > > Ralph, > > Although I am not working on anything that could use this currently, it > sounds very useful. As far as I am concerned, the more time spent debugging > in the IDE, rather than on the device, the better. I, for one,

Re: Crowd Funding Enhancements

2014-03-07 Thread stephen barncard
On Fri, Mar 7, 2014 at 4:54 PM, Mike Kerner wrote: > because it can make the text harder to read. It makes the text blurry. that's an opinion. I think it make fonts look like the characters they are supposed to look like and expect it. I guess if its a feature it should be switchable. *--* *St

Re: Tab Buttons

2014-03-07 Thread J. Landman Gay
On 3/6/14, 3:01 PM, Terence Heaford wrote: how do you hilite tab 1? Is there someway to set it via script. something like set the selectedTab of btn “my tab button” to 1 Close. See "menuHistory" in the dictionary. A tab button is a type of menu button. -- Jacqueline Landman Gay |

Re: Using Mobile Pick Lists in the IDE

2014-03-07 Thread John
Ralph, Although I am not working on anything that could use this currently, it sounds very useful. As far as I am concerned, the more time spent debugging in the IDE, rather than on the device, the better. I, for one, would appreciate you posting the code. Thanks, John On Mar 7, 2014, at

Re: Custom Props Set

2014-03-07 Thread Bob Sneidar
I have a function called Sanitize() which replaces spaces with underscores and does some other useful things. Bob On Mar 5, 2014, at 13:40 , Peter Haworth wrote: > I agree with that in terms of LC names but the original post on this > involved file names and they often have spaces in them qu

Re: Crowd Funding Enhancements

2014-03-07 Thread Mike Kerner
The antialiased text is a problem in script editors on multiple IDE's because it can make the text harder to read. It makes the text blurry. On Fri, Mar 7, 2014 at 3:23 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > On Fri, Mar 7, 2014 at 8:06 AM, Mike Kerner >wrote: > > > ge

Re: [OT] or may be not..

2014-03-07 Thread proth...@earthednet.org
Colin: Tnx for the clarification. Yeah, I meant the music one. Bill William Prothero http://es.earthednet.org On Mar 7, 2014, at 8:31 AM, Colin Holgate wrote: > Bill means the Scratch one, > http://www.youtube.com/watch?v=rDyo4p1qLuE&feature=youtu.be > > Kickstarter girl does have an Action

Re: Crowd Funding Enhancements

2014-03-07 Thread stephen barncard
On Fri, Mar 7, 2014 at 8:06 AM, Mike Kerner wrote: > get rid of antialiasing in the script editor... Why? Go back to jaggy text? *--* *Stephen Barncard - San Francisco Ca. USA - Deeds Not Words* ___ use-livecode mailing list use-livecode@lists.runrev.

Using Mobile Pick Lists in the IDE

2014-03-07 Thread Ralph DiMola
I have some code that makes testing stacks that use mobile picklists in the IDE child's play. If this is useful to anyone I will post the code. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing

Recording Audio on Mobile devices?

2014-03-07 Thread JOHN PATTEN
Hi All! I would like to take advantage of the audio recording ability of mobile devices in our schools to allow students to create recorded feedback. Looking back through the list I see similar request for audio recording on iOS and Android, over a year old though. I have looked at Monte Goul

Re: Inserting Text, photo or video into a circle ?

2014-03-07 Thread Richmond
On 07/03/14 16:57, Francis Nugent Dixon wrote: Hi from Beautiful Brittany, I would like to know if it is possible to insert text, a photo or a video clip into a circle. Somebody out there must have wanted to do this …. Thanks for pointers. -Francis

Re: [OT] or may be not..

2014-03-07 Thread Colin Holgate
Bill means the Scratch one, http://www.youtube.com/watch?v=rDyo4p1qLuE&feature=youtu.be Kickstarter girl does have an ActionScript book in her stack, but it’s heavily outnumbered by Ruby books, and she uses Linux, so I don’t think she uses Flash too much. On Mar 7, 2014, at 10:55 AM, Earthedn

Re: Crowd Funding Enhancements

2014-03-07 Thread Mike Kerner
get rid of antialiasing in the script editor... On Sun, Mar 2, 2014 at 9:56 AM, Mike Kerner wrote: > Hide the *&@^@!~)_# dollar-sign variables > > > On Sat, Mar 1, 2014 at 7:38 AM, Richmond wrote: > >> If you look in the 'Toolset' directory of Livecode 6.6 you will find a >> "revvariablewatcher.

Re: RELEASE LiveCode 6.6 RC1

2014-03-07 Thread Kenji Kojima
Benjamin, I hope I can continue to use the old image filtering. The old image filtering was one of good features of LiveCode. Please add it to the next update. set the oldImageFiltering to true Best regards, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Mar 5, 2014, at 1:27 PM

Re: good practise for debugging PHP called from LC?

2014-03-07 Thread Earthednet-wp
Tiemo, I'm a very occasional php programmer too, so need a decent debugger. First, I get a local server running. I like MAMP, for osx. It is trivial to install and comes with php and MySQL. I'm not at my computer right now, and forget the name of the debugger I used, but it can step through code

Re: [OT] or may be not..

2014-03-07 Thread Earthednet-wp
Interesting. Built in flash. Bill William Prothero http://es.earthednet.org > On Mar 6, 2014, at 9:34 PM, Thierry Douez wrote: > > Hi all, > > Just find these 2 projects so amazing... > > Hope some of you will too , and if not, sorry for the noise :) > > > https://www.kickstarter.com/projec

Re: Inserting Text, photo or video into a circle ?

2014-03-07 Thread Scott Rossi
Hi Francis: Text is more work, but here's a stack that contains a couple of options for masking images. Execute the following in your message box: go url "http://www.tactilemedia.com/site_files/downloads/masking_options.rev"; Video *might* work using one of these techniques if you set the alw

Inserting Text, photo or video into a circle ?

2014-03-07 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, I would like to know if it is possible to insert text, a photo or a video clip into a circle. Somebody out there must have wanted to do this …. Thanks for pointers. -Francis ___ use-livecode mailing list use-livecode@lists.

Re: dg okay with elements larger than the dg itself?

2014-03-07 Thread Trevor DeVore
On Thu, Mar 6, 2014 at 10:18 AM, Richard Gaskin wrote: > > And FWIW, I don't think I say it often enough, but the DG really is quite > a remarkable piece of code. The feature-completeness makes it as exemplary > as its flexibility makes it enjoyable. Great work. Thanks Richard. -- Trevor DeV

good practise for debugging PHP called from LC?

2014-03-07 Thread Tiemo Hollmann TB
Hi, When calling PHP from LC, what is a good practice for debugging the PHP? I know, there are some PHP development tools with debugging features, when using PHP with HTML output. But if you call a PHP with some parameters from LC and return results to LC, how do you debug the PHP part? Up to no