Re: Easy way to create Win .ico on Mac?

2011-02-22 Thread FlexibleLearning
You haven't got IrfanView (www.irfanview.com)? Basically does everything except pixel editing, including ico save. And it's completely free. Wow... We should have you stuffed as an endangered species! :) Hugh Senior FLCo On Sat, 19 Feb 2011, Richmond wrote: I shall point out again that GIMP

Re: Easy way to create Win .ico on Mac?

2011-02-22 Thread Richmond
On 02/22/2011 10:25 AM, FlexibleLearning wrote: You haven't got IrfanView (www.irfanview.com)? Basically does everything except pixel editing, including ico save. And it's completely free. Wow... We should have you stuffed as an endangered species! :) With a name like Senior you should

Re: Android Tablets

2011-02-22 Thread AndyP
I've had an Archos 101 16Gb for about 2 months now. Fantastic bit of kit for around £300. Very happy with it. Archos are very pro-active with firmware updates to remove bugs and add facilities. Details here http://www.archos.com/products/ta/archos_101it/index.html?country=gblang=en

Re: remote mySQL connection not working

2011-02-22 Thread Mark Schonewille
Hi Ton, Before you do anything else, call your ISP and ask if a direct connection is allowed. Very many ISP's only allow connections from applications running on the same server (such as Apache and Perl). If your ISP does allow direct remote connections, make sure that you have set up a

Getting current OS language

2011-02-22 Thread Klaus on-rev
Hi freinds, some time ago someone posted a very long script to get the current language on Mac OS and Win. Monsieur Medard? Does someone remember that one? Any help appreciated! Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: Getting current OS language

2011-02-22 Thread Klaus on-rev
Hi Zryip, On Tue, Feb 22, 2011 at 2:56 PM, Klaus on-rev kl...@major.on-rev.com wrote: Hi freinds, some time ago someone posted a very long script to get the current language on Mac OS and Win. Monsieur Medard? Does someone remember that one? Any help appreciated! Hi Klaus, Maybe you

Re: Getting current OS language

2011-02-22 Thread zryip theSlug
On Tue, Feb 22, 2011 at 2:56 PM, Klaus on-rev kl...@major.on-rev.com wrote: Hi freinds, some time ago someone posted a very long script to get the current language on Mac OS and Win. Monsieur Medard? Does someone remember that one? Any help appreciated! Hi Klaus, Maybe you looking for

Re: remote mySQL connection not working

2011-02-22 Thread tkuyp...@telenet.be
Hi Mark, No, that's ok, I do have remote access. Did some more testing and the plot thickens... When I use put revOpenDatabase(mysql, myFakeURL.com, DatabaseName, UserName, Password) into dbResult it works fine. But when I use variables (put revOpenDatabase(mysql,dbAddr,dbName,dbUser,dbPass)

Re: remote mySQL connection not working

2011-02-22 Thread Bob Sneidar
Step through your code and make sure your variables are what you expect. They probably are not. Bob On Feb 22, 2011, at 6:42 AM, tkuyp...@telenet.be wrote: Hi Mark, No, that's ok, I do have remote access. Did some more testing and the plot thickens... When I use put

[OT] test

2011-02-22 Thread Richard Gaskin
Sorry for the bandwidth consumption, but I sent a couple messages to this list yesterday that I haven't seen come through so I'm just trying to determine if there's a problem here or just a momentary glitch -- Richard Gaskin Fourth World LiveCode training and consulting:

Re: remote mySQL connection not working

2011-02-22 Thread tkuyp...@telenet.be
I put the variables into the message-box and copied them to my code from there... So sorry, the variables are correct, got no idea why this doesn't work. But because there is nu user-interaction required to set these parameters, I just entered them in the code :-) Met vriendelijke groeten,

Rev player for Windows 7???

2011-02-22 Thread Joseba Aguayo
Hello: ¿Exists a Revolution Player or StackRunner that run a revolution stack in WINDOWS 7? Can I run a revolution stack in a computer with WINDOWS 7? Un saludo. Joseba Aguayo Fernández (jagu...@telur.es) ___ use-livecode mailing list

Re: Rev player for Windows 7???

2011-02-22 Thread Bob Sneidar
Someone told me about Stackrunner which is simply a Livecode standalone which launches stacks for you. Pretty simple when you think about it, because a stack can launch another stack in the IDE, and all a standalone is is a Livecode Runtime Engine glued to your stacks and other resources. Bob

Group problem

2011-02-22 Thread Thomas McGrath III
Any ideas why the first one below will work and the second one doesn't??? -- In a button to create a Navigation Bar at the top of the card. I have a background that works and then two groups one for each of two buttons - the back button group duplicates and is positioned at the top left 6

SelectionChanged and datagrids

2011-02-22 Thread Bob Sneidar
Not complaining just a curiosity. I have a selectionChanged handler in my data grid because I want to trap for it and act based one what the user selected. I discovered though, that if I have something selected, and then programmatically set the dgText of the datagrid, effectively deselecting

Re: remote mySQL connection not working

2011-02-22 Thread Terry Judd
Ton - I'd still suspect a problem with the variable or the variable name. Invisible characters have a habit of creeping into the script editor if your fingers are as clumsy as mine. Try deleting the relevant bits of code and retyping them. I make mySQL connections all the time using variables (as

Re: SelectionChanged and datagrids

2011-02-22 Thread Terry Judd
Bob - How about sending selectionChanged to the datagrid immediately after updating the dgText? Terry... On 23/02/11 9:33 AM, Bob Sneidar b...@twft.com wrote: Not complaining just a curiosity. I have a selectionChanged handler in my data grid because I want to trap for it and act based one

Re: SelectionChanged and datagrids

2011-02-22 Thread Peter Haworth
Yes, that's what you need to do. I set the dghilitedline of datagrids by script frequently and that doesn't trigger a selectionChanged event so I have to send one in the script. Pete Haworth On Feb 22, 2011, at 2:51 PM, Terry Judd wrote: Bob - How about sending selectionChanged to the

Re: remote mySQL connection not working

2011-02-22 Thread tkuyp...@telenet.be
Hi Terry, Will give it another try, it must be something like that. Thanks! Met vriendelijke groeten, Ton Kuypers ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: SelectionChanged and datagrids

2011-02-22 Thread J. Landman Gay
On 2/22/11 4:33 PM, Bob Sneidar wrote: I discovered though, that if I have something selected, and then programmatically set the dgText of the datagrid, effectively deselecting anything, the datagrid does NOT get the selectionChanged message, even though the selection DID change. It isn't

Re: SelectionChanged and datagrids

2011-02-22 Thread Bob Sneidar
Ya I can easily do that, but I was commenting on the way it worked. I set the dgText of a datagrid a lot, so I would have to remember to do so each time. I was thinking it ought to be automatic. Bob On Feb 22, 2011, at 2:51 PM, Terry Judd wrote: Bob - How about sending selectionChanged to

Re: SelectionChanged and datagrids

2011-02-22 Thread Bob Sneidar
Ahah! Good to know! Bob On Feb 22, 2011, at 4:37 PM, J. Landman Gay wrote: On 2/22/11 4:33 PM, Bob Sneidar wrote: I discovered though, that if I have something selected, and then programmatically set the dgText of the datagrid, effectively deselecting anything, the datagrid does NOT get

Re: Group problem

2011-02-22 Thread Mark Wieder
Tom- Tuesday, February 22, 2011, 11:47:18 AM, you wrote: Any one ever have a corrupted group? Sounds like a bunch of lobbyists. rimshot -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Splash Screen

2011-02-22 Thread RevList
I have a simple, single stack solution that I want to add another stack as a Splash Screen. Problem is, my solution is currently the main stack and I want the app to open showing the Splash screen then disappear and load the main stack. I can create my Splash Screen stack as a sub stack of my main

Re: Splash Screen

2011-02-22 Thread Terry Judd
You can clone your existing main stack (see the clone command in the dictionary) and then make the clone a substack of your new (main stack) splash stack. HTH, Terry... On 23/02/11 2:16 PM, RevList revl...@createchsol.com wrote: I have a simple, single stack solution that I want to add

Re: Splash Screen

2011-02-22 Thread Thomas McGrath III
Open both stacks. Select the Inspector on the main (non splash screen) stack. Select the mainStack button (3rd one down) and select the splash screen stack. Your done. Now write the code in splash screen to open the non-splash screen -- Tom McGrath III http://lazyriver.on-rev.com

Re: Splash Screen

2011-02-22 Thread Terry Judd
Even easier! Terry... On 23/02/11 2:22 PM, Thomas McGrath III mcgra...@mac.com wrote: Open both stacks. Select the Inspector on the main (non splash screen) stack. Select the mainStack button (3rd one down) and select the splash screen stack. Your done. Now write the code in splash

Re: Splash Screen

2011-02-22 Thread RevList
Thomas McGrath III mcgra...@mac.com on February-22-11 at 7:22 PM -0800 wrote: Open both stacks. Select the Inspector on the main (non splash screen) stack. Select the mainStack button (3rd one down) and select the splash screen stack. Your done. Now write the code in splash screen to open the

Re: Splash Screen

2011-02-22 Thread J. Landman Gay
On 2/22/11 9:16 PM, RevList wrote: I have a simple, single stack solution that I want to add another stack as a Splash Screen. Problem is, my solution is currently the main stack and I want the app to open showing the Splash screen then disappear and load the main stack. I can create my Splash