Re: Hide group on click

2011-05-06 Thread Warren Samples
On Friday, May 06, 2011 09:48:07 AM Colin Holgate wrote: and visible should be removed and replaced with visibility Of course this would cause problems with backward compatibility, but I think the argument regarding correct English grammar is specious. the visible refers to a state or

Re: command line examples

2011-05-06 Thread Warren Samples
On Friday, May 06, 2011 10:10:52 AM Todd Geist wrote: Command-line argument variables Hi Todd, It looks as if you have to program your app to respond according to what values any such variable(s) contain, such as 'if $1 is true then doSomeThing' It looks af it will take some craft in order

Re: command line examples

2011-05-06 Thread Warren Samples
On Friday, May 06, 2011 03:28:14 PM Todd Geist wrote: But it does appear in my Dock, as I expected, but don't want. I believe this can be avoided by setting a key value in the .plist file inside the app bundle. I think you'll find this info with a google search. Good luck! Warren

Re: Cleaning Exif Data from an image

2011-05-02 Thread Warren Samples
On Monday, May 02, 2011 04:51:32 PM Andrew Kluthe wrote: I do not know much about image manipulation in livecode or in general. But, I am looking for a way to scrub exif data off an image easily and without loss to the picture. There are libraries in php that let me do this, but I would really

Re: Cleaning Exif Data from an image

2011-05-02 Thread Warren Samples
On Monday, May 02, 2011 11:00:25 PM J. Landman Gay wrote: You can import the image, and then re-export it as jpeg. The engine will decompress the original and strip the exif data. When you export, you may lost some quality, but it may not be noticable. This is a really elegantly simple

Re: Check for first run

2011-04-17 Thread Warren Samples
On Sunday, April 17, 2011 01:42:28 AM Maarten Koopmans wrote: Hi, Is there a best practice for checking if the application is on a first run for a standalone(especially one that will go to an App store eventually)? I simply need to ask the user a few questions on first run (and set up a

Re: mySQL and defaults

2011-03-17 Thread Warren Samples
On Thursday, March 17, 2011 12:18:19 PM Bob Sneidar wrote: From the MySQL reference manual on TEXT types: In most respects, you can regard a BLOB column as a VARBINARY column that can be as large as you like. Similarly, you can regard a TEXT column as a VARCHAR column. BLOB and

Re: What's wrong with this sql picture?

2011-03-11 Thread Warren Samples
On Fri, 2011-03-11 at 21:33 -0800, Bob Sneidar wrote: error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(30), Bob, Isn't trying to tell you that datetime(30) is not a valid declaration? Should it just

Re: Help with mySQL

2011-03-07 Thread Warren Samples
On Mon, 2011-03-07 at 12:04 -0600, Warren Samples wrote: On Mon, 2011-03-07 at 08:53 -0800, Peter Haworth wrote: Folks, Thanks for the pointers on mySQL admin tools. I'm trying out a couple, Workbench and Sequel Pro and having a problem getting off the ground. I've been using SQLite

Re: On-Rev antispam ( reCAPTCHA)

2011-03-05 Thread Warren Samples
On Sat, 2011-03-05 at 16:46 +0100, Medard wrote: Bonjour ! After all, on my modest On-Rev blog, I am beginning to get some spam ;- In my blog, comments are written to separate text files -- so it's easy to delete and regenerate them when they are filled with spam ;-) But it is turning

Re: Following up on shell(locale) problem

2011-03-02 Thread Warren Samples
On Tue, 2011-03-01 at 18:10 -0800, Peter Haworth wrote: That's definitely an option if I don't find a solution to getting the locale info from within LiveCode. Unfortunately, I know nothing about python. I've been sent some pretty cool LC scripts to do this formatting in response to my

Re: Following up on shell(locale) problem

2011-03-02 Thread Warren Samples
On Wed, 2011-03-02 at 10:37 -0600, Warren Samples wrote: On Tue, 2011-03-01 at 18:10 -0800, Peter Haworth wrote: That's definitely an option if I don't find a solution to getting the locale info from within LiveCode. Unfortunately, I know nothing about python. I've been sent some

Re: Following up on shell(locale) problem

2011-03-01 Thread Warren Samples
On Tue, 2011-03-01 at 13:00 -0800, Peter Haworth wrote: Hoping someone might come up with some help. To recap, if I execute the command locale -k LC_NUMERIC ...from Terminal on my Mac, the output is decimal_point=. thousands_sep=, grouping=3;3 However, if I use the LC Shell

Re: Following up on shell(locale) problem

2011-03-01 Thread Warren Samples
because that makes me think it's an LC bug even more. I'm currently researching if there's a way to get this info using Applescript (without issuing a shell command I mean) as a means to work around the problem. Pete Haworth On Mar 1, 2011, at 1:42 PM, Warren Samples wrote: Hi Peter

Re: revMail

2011-02-07 Thread Warren Samples
On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: I wonder why: on mouseUp revMail x...@gmail.com, ,Important Information,The sun is shining end mouseUp doesn't seem to send an email to x...@gmail.com (on Linux, at least)? I have tried this for 2 e-mail addresses with no joy.

Re: revMail

2011-02-07 Thread Warren Samples
On Mon, 2011-02-07 at 23:02 +0200, Richmond wrote: On 02/07/2011 10:58 PM, Warren Samples wrote: On Mon, 2011-02-07 at 22:36 +0200, Richmond wrote: I wonder why: on mouseUp revMail x...@gmail.com, ,Important Information,The sun is shining end mouseUp doesn't seem to send

Re: How to get current text hiliteColor in Linux?

2011-02-02 Thread Warren Samples
On Wed, 2011-02-02 at 05:40 -0800, Richard Gaskin wrote: Warren Samples wrote: This gives a reasonable approximation, certainly much better than the default, but it raises a question for me. Is there a way to set the foreground color of the selection? I don't find it in the dictionary

Re: How to get current text hiliteColor in Linux?

2011-02-01 Thread Warren Samples
On Tue, 2011-02-01 at 11:53 -0800, Jim Lambert wrote: Richard wrote: Currently the LiveCode engine uses the Windows hiliteColor when selecting text, ignoring whatever highlight color may be in use by the current theme. Is there a shell query I can run to determine the current text

Re: How to get current text hiliteColor in Linux?

2011-02-01 Thread Warren Samples
On Tue, 2011-02-01 at 16:33 -0600, Warren Samples wrote: On Tue, 2011-02-01 at 11:53 -0800, Jim Lambert wrote: Richard wrote: Currently the LiveCode engine uses the Windows hiliteColor when selecting text, ignoring whatever highlight color may be in use by the current theme

Re: How to get current text hiliteColor in Linux?

2011-02-01 Thread Warren Samples
On Tue, 2011-02-01 at 16:57 -0600, Warren Samples wrote: On Tue, 2011-02-01 at 16:33 -0600, Warren Samples wrote: On Tue, 2011-02-01 at 11:53 -0800, Jim Lambert wrote: Richard wrote: Currently the LiveCode engine uses the Windows hiliteColor when selecting text, ignoring

Re: How to get current text hiliteColor in Linux?

2011-02-01 Thread Warren Samples
On Tue, 2011-02-01 at 17:14 -0600, Warren Samples wrote: On Tue, 2011-02-01 at 16:57 -0600, Warren Samples wrote: On Tue, 2011-02-01 at 16:33 -0600, Warren Samples wrote: On Tue, 2011-02-01 at 11:53 -0800, Jim Lambert wrote: Richard wrote: Currently the LiveCode engine uses

Re: How to get current text hiliteColor in Linux?

2011-02-01 Thread Warren Samples
On Tue, 2011-02-01 at 16:18 -0800, Richard Gaskin wrote: Warren Samples wrote: Try this in your terminal: 'gconftool-2 -g /desktop/gnome/interface/gtk_color_scheme' Here's what it gives me: warren at mint-i7 ~ $ gconftool-2 -g /desktop/gnome/interface/gtk_color_scheme

Re: Linux standalone

2011-01-31 Thread Warren Samples
On Mon, 2011-01-31 at 15:20 -0500, Mike Arnold wrote: I am working on the multi-platform distribution of a simple application that uses revBrowser function. The mac standalone (development system too) is working, Windows in about 95% (still haven't figured out how to handle separators

Re: OT - GOOGLE NOT WORKING FOR ME

2011-01-31 Thread Warren Samples
On Mon, 2011-01-31 at 21:12 -0800, Joe Lewis Wilkins wrote: Hi All, Using a MacPro with Snow Leopard and I'm getting no action when I try to Google. Any thoughts? Joe Lewis Wilkins Architect Director of Product Development for GSI www.glsysinc.com Is this a complaint?

Re: OT - GOOGLE NOT WORKING FOR ME

2011-01-31 Thread Warren Samples
On Mon, 2011-01-31 at 21:12 -0800, Joe Lewis Wilkins wrote: Hi All, Using a MacPro with Snow Leopard and I'm getting no action when I try to Google. Any thoughts? Joe Lewis Wilkins Architect Director of Product Development for GSI www.glsysinc.com google is reachable here,

Re: OT - GOOGLE NOT WORKING FOR ME

2011-01-31 Thread Warren Samples
On Mon, 2011-01-31 at 21:19 -0800, Joe Lewis Wilkins wrote: I guess Warren, since I prefer FireFox to Safari by lots! Joe Lewis Wilkins Architect Director of Product Development for GSI www.glsysinc.com On Jan 31, 2011, at 9:16 PM, Warren Samples wrote: On Mon, 2011-01-31 at 21:12

Re: File naming convention

2011-01-25 Thread Warren Samples
On Tue, 2011-01-25 at 11:01 -0800, Bob Sneidar wrote: To further complicate matters, in a server share environment, it is possible to copy files with bad characters to a server, and then have the server complain that it cannot find the file, or the file doesn't exist. So follow the

Re: Creative Common Copyright Notice in Standalones

2011-01-10 Thread Warren Samples
On Mon, 2011-01-10 at 12:46 -0800, Jan Schenkel wrote: --- On Sat, 1/8/11, David Bovill da...@vaudevillecourt.tv wrote: [snip] Thanks for taking the time to respond - my interest is in real business models built around licenses, or other legal innovations - and not the politics

Re: [OT] Why is Brazil like Bulgaria?

2011-01-05 Thread Warren Samples
On Wed, 2011-01-05 at 11:07 -0200, Andre Garzia wrote: People outside imagine Brazil being some banana republic where carismatic leader can do any ruthless thing and get away with it but this is not the case, they can get away with robbing any amount of money, passing any kind of idiotic

launch URL in Linux

2011-01-04 Thread Warren Samples
Hi, I am finding that here, running Livecode 4.5.2 in Linux Mint, launch URL renders Livecode unresponsive until the browser window is closed. This happens in the message box and in scripts in both the IDE and standalones and with whichever browser I've set as system default. Input is still

Re: launch URL in Linux

2011-01-04 Thread Warren Samples
On Tue, 2011-01-04 at 15:42 -0200, Andre Garzia wrote: just tried that here and did not experience the bug. I am not using 4.5.2 though. If you're a Developer Program member, try one of the recent 4.5.x betas or try 4.5.0 and see if it happens again. I am running (from) Ubuntu 10.10

Re: extract by delimiter

2010-12-28 Thread Warren Samples
On Tue, 2010-12-28 at 17:58 -0500, Thomas McGrath III wrote: I am stuck. I've been trying to extract text from an RSS feed and so far I have the information I need but am stuck at extracting it into a better format. Here is what I have so far: location city=Bethel Park region=PA

Re: Problem with launch on OSX 10.5

2010-12-23 Thread Warren Samples
On Fri, 2010-12-24 at 14:40 +1100, Terry Judd wrote: I have a big problem with the launch command on OSX 10.5. I have a bunch of old Director executables that I¹m trying to launch from LiveCode that refuse to launch using the launch command while I¹m running 10.5 but work fine under 10.6.

Re: Valentina db under Linux ???

2010-12-18 Thread Warren Samples
On Sat, 2010-12-18 at 15:16 -0800, Mark Wieder wrote: OK. Has Valentina *ever* worked on linux? Is this a new build? Hi Mark, Yes, I finally got v4rev installed and working in Linux, although I have to admit I'm a little nervous about installing the new build from today (the 18th) over the one

Re: Valentina db under Linux ???

2010-12-16 Thread Warren Samples
On Thu, 2010-12-16 at 09:33 +0200, Ruslan Zasukhin wrote: On 12/16/10 5:26 AM, Warren Samples war...@warrensweb.us wrote: Hello! Does anyone have the ADK embedded version of Valentina installed and working in Linux? I have had no luck getting this to work. The new version 4.8 gives

Re: Crash the IDE Easter Egg

2010-12-15 Thread Warren Samples
) or OS X. Warren Samples ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: msg box Bug?

2010-12-15 Thread Warren Samples
On Thu, 2010-12-16 at 00:05 +0200, Richmond wrote: What a depressing confession! The tangential information one can garner from this use-list is almost as valuable as the Livecode-relevant information; and usually, far more amusing. If all you do it think along ramrod straight lines

Valentina db under Linux ???

2010-12-15 Thread Warren Samples
a script error regarding the function Valentina_Init. I'm running Linux Mint, which is compatible with Ubuntu. Any help would be appreciated! Warren Samples ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Warren Samples
On Mon, 2010-12-06 at 19:31 +, Kevin Miller wrote: Hi folks, 4.5.2 is now available. And LiveCode for iOS is now available! To download them, please log into your account. If you¹re interested, you may also want to check out our new front door http://www.runrev.com/ Kind

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Warren Samples
On Mon, 2010-12-06 at 14:11 -0600, Warren Samples wrote: On Mon, 2010-12-06 at 19:31 +, Kevin Miller wrote: Hi folks, 4.5.2 is now available. And LiveCode for iOS is now available! To download them, please log into your account. If you¹re interested, you may also want

Re: Where does all the stuff go?

2010-12-01 Thread Warren Samples
On Wed, 2010-12-01 at 18:03 -0600, J. Landman Gay wrote: On 12/1/10 5:32 PM, Bob Sneidar wrote: That is a good idea. But now what happens when I go to run an updater? Is the installer going to put the new files where it thinks it should, or where I tell it to in the preferences? The app

<    1   2   3   4