Re: Revolution, MySQL vs FileMaker

2006-09-29 Thread Ruslan Zasukhin
On 9/29/06 3:44 AM, Josh Mellicker [EMAIL PROTECTED] wrote: Hi Josh, 3. If you include one or more of the MySQL drivers in your non-GPL application (so that your application can run with MySQL), you need a commercial license for the driver(s) in question. The MySQL drivers currently include

Re: MySQL version

2006-09-29 Thread Ruslan Zasukhin
On 9/29/06 7:33 AM, Cat Kutay [EMAIL PROTECTED] wrote: I am running Revolution 2.6 and mySQL 5.1.They seem to be incompatable, it that correct? Cat, See my prev email about license of 5.0 mySQL. Even if you use driver in your app -- you should pay them most probably for 5.x -- Best

Re: [OT] Re: Filthy Apples

2006-09-29 Thread Judy Perry
Monte, Don't your neighbors get PO'd? I ask because, I, too, compost much of my household's organic waste. I don't have one of those commercial composting bin thingies, so I just use a 2' x 2' space in my very tiny rear yard and keep it wet and turn it over occasionally. I find that the

Delayed Mouse Clicks

2006-09-29 Thread Trevor Hopkins
I have a button that, when clicked, runs a process that takes a few seconds. I'd like to do a little error prevention and prevent the user from accidentally clicking on it multiple times while it is already processing. Currently, if the button is clicked and then clicked multiple times before

Re: Delayed Mouse Clicks

2006-09-29 Thread Mark Schonewille
Hi Trevor, The easiest solution to take care of multiple clicks is to set the cursor to watch while the script is running. If you are running a handler with messages, you might need to set a property. on mouseUp if the cRunning of me is false then set the cRunning of me to true

Re: how to validate fields

2006-09-29 Thread André.Bisseret
Hello, Èric Chatonet has recently add a new tutorial on his site So Smart Softare that might be of interest to you. You will find it at this address : http://www.sosmartsoftware.com/?r=revolution_indexl=en It is named : How to master users data in entry boxes I think it answers your question.

Re: Revolution, MySQL vs FileMaker

2006-09-29 Thread Luis
True, but in that instance I'd push it all over an encrypted channel. Especially so if it's an externally hosted database. Cheers, Luis. Josh Mellicker wrote: On Sep 28, 2006, at 1:26 AM, Luis wrote: Hiya, You have to be careful with some providers, quite a few of them will not allow

Re: MySQL version

2006-09-29 Thread Sarah Reichelt
On 9/29/06, Cat Kutay [EMAIL PROTECTED] wrote: I am running Revolution 2.6 and mySQL 5.1.They seem to be incompatable, it that correct? Rev's MySQL drivers use the old style passwords. If you can set your MySQL server to allow version 4 passwords, it will work fine. Cheers, Sarah

Re: Delayed Mouse Clicks

2006-09-29 Thread Sarah Reichelt
On 9/29/06, Trevor Hopkins [EMAIL PROTECTED] wrote: I have a button that, when clicked, runs a process that takes a few seconds. I'd like to do a little error prevention and prevent the user from accidentally clicking on it multiple times while it is already processing. Currently, if the button

Re: Delayed Mouse Clicks

2006-09-29 Thread Klaus Major
Hi Sarah and Trevor, On 9/29/06, Trevor Hopkins [EMAIL PROTECTED] wrote: I have a button that, when clicked, runs a process that takes a few seconds. I'd like to do a little error prevention and prevent the user from accidentally clicking on it multiple times while it is already

Re: MySQL version

2006-09-29 Thread Sarah Reichelt
On 9/29/06, Ruslan Zasukhin [EMAIL PROTECTED] wrote: On 9/29/06 7:33 AM, Cat Kutay [EMAIL PROTECTED] wrote: I am running Revolution 2.6 and mySQL 5.1.They seem to be incompatable, it that correct? Cat, See my prev email about license of 5.0 mySQL. Even if you use driver in your app -- you

Re: Delayed Mouse Clicks

2006-09-29 Thread Eric Chatonet
Hi Sarah, Trevor and Klaus, You might also clear pending events at the mouseUp handler's end: put flushEvents(mouseUp) into tHell ;-) Le 29 sept. 06 à 13:42, Klaus Major a écrit : Hi Sarah and Trevor, On 9/29/06, Trevor Hopkins [EMAIL PROTECTED] wrote: I have a button that, when clicked,

Re: Delayed Mouse Clicks

2006-09-29 Thread Klaus Major
Bonjour Eric, Hi Sarah, Trevor and Klaus, You might also clear pending events at the mouseUp handler's end: put flushEvents(mouseUp) into tHell ;-) Ah, yes, always for get this one! Or the more existentialist approach: put flushEvents(mouseUp) into l_enfer_c_est_nous ## :-D Have a nice

Re: [OT] Re: Filthy Apples

2006-09-29 Thread Wouter
http://www.roughlydrafted.com/RD/Home/E83D58B3-10E0-4A9C-8847- BCE665EE235C.html On 28 Sep 2006, at 21:05, [EMAIL PROTECTED] wrote: http://daringfireball.net/linked/2006/september#tue-26-recycles Gr W. ___ use-revolution mailing list

Re: MySQL version

2006-09-29 Thread Ruslan Zasukhin
On 9/29/06 2:44 PM, Sarah Reichelt [EMAIL PROTECTED] wrote: I am running Revolution 2.6 and mySQL 5.1.They seem to be incompatable, it that correct? Cat, See my prev email about license of 5.0 mySQL. Even if you use driver in your app -- you should pay them most probably for 5.x

Re: Delayed Mouse Clicks

2006-09-29 Thread Pierre Sahores
Aloha Eric 'n Klaus, Thanks for both of your precious reminders ;-) Best, Pierre Le 29 sept. 06 à 13:55, Klaus Major a écrit : Bonjour Eric, Hi Sarah, Trevor and Klaus, You might also clear pending events at the mouseUp handler's end: put flushEvents(mouseUp) into tHell ;-) Ah, yes,

Re: MySQL version

2006-09-29 Thread Viktoras Didziulis
Some useful instructions for new mySQL and Revolution: http://www.sonsothunder.com/devres/revolution/tips/data004.htm Viktoras ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Revolution, MySQL vs FileMaker

2006-09-29 Thread Javier Miranda V.
One more on the subject: Why not install FM Pro Server and then access it via ODBC with Standalones in the client machines? Does it work? I have been able to connect to MySQL with RR's Query Builder but I couldn't do the same to connect to FM Pro with ODBC, I have the drivers and the ODBC

A bug in the revSpeechVoices function?

2006-09-29 Thread Dom
It is in the subject ;-) I run DreamCard 2.6.1 build 152 (sorry!) I wonder if this bug is known - and if it is solved in the newer Revoltion versions... the help says: = revSpeechVoices([voiceGender]) revSpeechVoices() revSpeechVoices(female) put revSpeechVoices(neuter) into button Voices

Rev built-in db access

2006-09-29 Thread ron
Greetings, I already use V4REV external in one application but recently thought I would try Rev's built in access for a new, simpler project. I want to access the Valentina db using just Rev's supplied commands but I can't even open a val db. I am using Rev enterprise 2.7.2 on OS X 10.3.9. The

Re: MySQL version

2006-09-29 Thread Stephen Barncard
I'm not sure. I am using rev 2.7 and mySQL 5.1.11-beta and all is well. Works great. There was a change in the SQL drivers lately, but I thought it was when 2.6 came out. I am running Revolution 2.6 and mySQL 5.1.They seem to be incompatable, it that correct? -- stephen barncard s a n f

Re: Revolution, MySQL vs FileMaker

2006-09-29 Thread Stephen Barncard
all new Dreamhost MySQL connections are v5.0 or greater. They dumped 4.x over a half year ago. * This is why you can note that even host providers do not switch to 5.0 actively. -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - -

Simulating Keystrokes

2006-09-29 Thread Bridger Maxwell
Hey, I know I can simulate keystrokes from Revolution to my stack by sending the keyDown message, but is there any way to send keystrokes to the system or to other programs? I would like to send keystrokes like F9 to activate expose, but it would be very nice to be able to send any keystroke.

Re: A bug in the revSpeechVoices function?

2006-09-29 Thread Ken Ray
On 9/29/06 9:23 AM, Dom [EMAIL PROTECTED] wrote: It is in the subject ;-) I run DreamCard 2.6.1 build 152 (sorry!) I wonder if this bug is known - and if it is solved in the newer Revoltion versions... No Dom, sorry - it's not solved in Rev 2.7.4 and shows the same problem. And apparently

Re: Simulating Keystrokes

2006-09-29 Thread Peter T. Evensen
You can also use the command type to simulate keystrokes. But that doesn't answer your question (I just thought I'd through this out there as it is another way to do simulated keystrokes). You could probably do it with AppleScript. It probably has a mechanism to send keystrokes, or at least

Quicktime question

2006-09-29 Thread Stgoldberg
Lately I've been incorporating Quicktime mp4 movies into my Rev standalones. When distributing the standalones to others, I've included the Quicktime Player installer, in case they do not have Quicktime (especially Windows users). If they forget to install Quicktime, the movie instead

RE: Revolution, MySQL vs FileMaker

2006-09-29 Thread Lynn Fredricks
all new Dreamhost MySQL connections are v5.0 or greater. They dumped 4.x over a half year ago. * This is why you can note that even host providers do not switch to 5.0 actively. I share Stephen's enthusiasm for DreamHost. Several Rev users have gotten RevCGIs to run there. Also, they

re: delayed mouse clicks

2006-09-29 Thread Lars Brehmer
This isn't as elegant as some of the the other solutions, but it gets the job done, especially when you want no clicks anywhere at all while a script is running. I just put a transparent button with no script that covers the entire stack in the top layer. on whatEver show btn

Re: Quicktime question

2006-09-29 Thread Ian Wood
You should be able to do a check for the QT version when launching your app, then prompt them to install if it comes up empty. Just bear in mind that you can't legally distribute the QT installer without a license from Apple. It's a free license, but rather restricted - things like only

Re: [OT] Re: Filthy Apples

2006-09-29 Thread Robert Sneidar
And doesn't t his underscore a very interesting thing about the way Americans have come to think about personal responsibility? If I purchase something that I know will eventually be a problem to get rid of, isn't that my responsibility and not the manufacturers to make sure there is a

[OT] Re: Filthy Apples

2006-09-29 Thread Richmond Mathewson
I had no intention, in my original posting, of implying that Apple computers were filthier than any other manufacturer . . . I am absolutely sure that all computers are filled with filthy muck! And, as another poster pointed out, that is the price for fancy technology. But filthy muck may not

Re: Quicktime question

2006-09-29 Thread Phil Davis
Hi Steve - You can check the QTVersion before starting the player. If the QTVersion = 0.0, QT is not installed. Phil Davis [EMAIL PROTECTED] wrote: Lately I've been incorporating Quicktime mp4 movies into my Rev standalones. When distributing the standalones to others, I've included the

[OT] Re: Filthy Apples

2006-09-29 Thread Richmond Mathewson
Um . . . morality . . . responsibility . . . With all due respect to Bob Sneidar (who wishes to lay the responsibility for filthy computers completely in the purchaser's lap), I think that this case is mutual . . . The theory that manufacturers will only manufacture what is demanded of them (so

Re: Rev built-in db access

2006-09-29 Thread Ruslan Zasukhin
On 9/29/06 5:23 PM, ron [EMAIL PROTECTED] wrote: Greetings, I already use V4REV external in one application but recently thought I would try Rev's built in access for a new, simpler project. I want to access the Valentina db using just Rev's supplied commands but I can't even open a val db.

Re: how to validate fields

2006-09-29 Thread Rob Cozens
Hi Alverio, I need to validate fields.. for example.. only enter numbers in some fields.. i need for example fields with format for example Q1.000.50 How i can to put these automatic conditions in a field? Validation of user field input is generally triggered by a closeField, enterInField,

Re: Quicktime question

2006-09-29 Thread Mark Schonewille
Hi Steve, If the QTVersion is 0.0, QuickTime is not installed (except on Unix, where QTVersion always returns 2.0). If for some reason this doesn't work for you, you could check for QuickTime application files or check the registry if you are on Windows. Best, Mark -- Economy-x-Talk

Re: Simulating Keystrokes

2006-09-29 Thread Mark Schonewille
Hi Bridger, On Mac OS X, you could use AppleScript GIU scripting. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.biz Op

Re: A bug in the revSpeechVoices function?

2006-09-29 Thread Dom
Ken Ray [EMAIL PROTECTED] wrote: Hopefully this will be addressed in the next version of Rev... L'espoir fait vivre ;-) Hope for the best ;-) ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: A bug in the revSpeechVoices function?

2006-09-29 Thread Dar Scott
On Sep 29, 2006, at 8:23 AM, Dom wrote: in fact, revSpeechVoices() only gives all the voices (OK) revSpeechVoices(female) gives only the female voices (OK)... but revSpeechVoices(male) et revSpeechVoices(neuter) give also the female voices!! A partial workaround is to subtract the two lists

Re: Simulating Keystrokes

2006-09-29 Thread Dar Scott
On Sep 29, 2006, at 10:34 AM, Mark Schonewille wrote: On Mac OS X, you could use AppleScript GIU scripting. Windows has WSH, the windows scripting host that can handle scripting in several languages with VBBcript and JScript built in. Any of the languages have access to the object

Re: Simulating Keystrokes

2006-09-29 Thread Bridger Maxwell
Hey, Thanks for all the suggestions. I think that should work for what I am doing, but I was wondering if there was any way to send keystrokes so it seems to the system to be coming from the keyboard. I realize this would probably be a security hole, but I have seen programs, at least on

GIF format is going to be free

2006-09-29 Thread Glen Bojsza
I don't know if and / or how this affects Revolution but I saw that the GIF format will no longer require fees as of October 1st. http://www.freesoftwaremagazine.com/node/1772 regards ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Simulating Keystrokes

2006-09-29 Thread Dar Scott
On Sep 29, 2006, at 12:21 PM, Bridger Maxwell wrote: I was wondering if there was any way to send keystrokes so it seems to the system to be coming from the keyboard. You should be able to insert keystrokes into the HID stream on XP with an external. To get lower, you can replace the

Quicktime question

2006-09-29 Thread Stgoldberg
Thanks Phil (and Ian Wood and Mark Schonewille)! Knowing that there is no Quicktime version on someone's computer will enable the script to hide the player and see the underlying message. Steve Goldberg In a message dated 9/29/06 2:45:26 PM, [EMAIL PROTECTED] writes: From: Phil Davis

RE: Revolution, MySQL vs FileMaker

2006-09-29 Thread Lynn Fredricks
3. If you include one or more of the MySQL drivers in your non-GPL application (so that your application can run with MySQL), you need a commercial license for the driver(s) in question. The MySQL drivers currently include an ODBC driver, a JDBC driver and the C language library. Does

RE: Revolution, MySQL vs FileMaker

2006-09-29 Thread Stephen Barncard
I'm not sure if I have this right. Rev includes some MySQL drivers with the package. But we can't distribute an application built using those drivers without some kind of license with MySQL inc.? is that right? I have two reads on MySQL licensing; I have a certain bias because of my

Re: Revolution, MySQL vs FileMaker

2006-09-29 Thread Ken Ray
On 9/29/06 4:45 PM, Stephen Barncard [EMAIL PROTECTED] wrote: I'm not sure if I have this right. Rev includes some MySQL drivers with the package. But we can't distribute an application built using those drivers without some kind of license with MySQL inc.? is that right? Sort of... you

RE: Revolution, MySQL vs FileMaker

2006-09-29 Thread Robert Brenstein
I'm not sure if I have this right. Rev includes some MySQL drivers with the package. But we can't distribute an application built using those drivers without some kind of license with MySQL inc.? is that right? Probably yes, although I am not qualified to give legal advice :) The

Re: Revolution, MySQL vs FileMaker

2006-09-29 Thread Ruslan Zasukhin
On 9/30/06 1:04 AM, Ken Ray [EMAIL PROTECTED] wrote: On 9/29/06 4:45 PM, Stephen Barncard [EMAIL PROTECTED] wrote: I'm not sure if I have this right. Rev includes some MySQL drivers with the package. But we can't distribute an application built using those drivers without some kind of

Re: Revolution, MySQL vs FileMaker

2006-09-29 Thread Stephen Barncard
- P.S. (sorry for kind of advertise, which I consider as information): yes, I need to know this. Ruslan, I've gone a long way into my project. I have questions: 1. Does Valentina run the main MySQL syntax as is, or is it very different. 2. Is there a tool like CocoaMySQL (macintosh)

Re: Revolution, MySQL vs FileMaker

2006-09-29 Thread Ken Ray
On 9/29/06 6:12 PM, Ruslan Zasukhin [EMAIL PROTECTED] wrote: In general there are (IMHO) two free uses of mySQL: (1) distributing a fully GPL-compliant application, and (2) accessing a mySQL DB at an ISP via browser-based input (or the equivalent), so that the drivers and database are fully

Re: GIF format is going to be free

2006-09-29 Thread Chipp Walters
I think GIF export has been in Rev for sometime now. GIF import has always worked (to my knowledge). best, Chipp ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Quicktime question

2006-09-29 Thread David Bovill
A quick question - I have a QuickTime mp4 - which plays fine in QuickTime Player - but with Rev o the intel PowerMac I have here - the fan goes really crazy and the film stutters a bit. Whats the low down on the difference in getting QuickTime to play movies from QuickTime Player or Rev?

Re: Quicktime question

2006-09-29 Thread Ken Ray
On 9/29/06 9:15 PM, David Bovill [EMAIL PROTECTED] wrote: A quick question - I have a QuickTime mp4 - which plays fine in QuickTime Player - but with Rev o the intel PowerMac I have here - the fan goes really crazy and the film stutters a bit. Whats the low down on the difference in getting

RE: Revolution, MySQL vs FileMaker

2006-09-29 Thread Lynn Fredricks
D) Note, that commercial license do not say that IF you use driver but store db on some ISP host you get it for free. Commercial license says: IF your non-GPL app uses driver - you must pay. Point. Yes, this is how dreamhost lets you have all those nice apps - like Ken said, you don't lay

RE: Revolution, MySQL vs FileMaker

2006-09-29 Thread Lynn Fredricks
In general there are (IMHO) two free uses of mySQL: (1) distributing a fully GPL-compliant application, and (2) accessing a mySQL DB at an ISP via browser-based input (or the equivalent), so that the drivers and database are fully in the hands of the ISP and there's nothing for you to

RE: Revolution, MySQL vs FileMaker

2006-09-29 Thread Lynn Fredricks
Note that the license is usually negotiated with the customer, so it may end up being one, two, or all of the above, depending. MySQL AB, although they are (as I think Lynn put it) profiting on the confusion of the licensing arrangements, they are also quite flexible in their licensing

Re: [OT] Re: Filthy Apples

2006-09-29 Thread Judy Perry
I believe that here in California, there is a new state law that requires depositing all such used computing equipment at a state-designated/approved recycling/disposal facility. Judy On Fri, 29 Sep 2006, Richmond Mathewson wrote: I had no intention, in my original posting, of implying that

Re: [OT] Re: Filthy Apples

2006-09-29 Thread Stephen Barncard
And even better, this year consumers in California pay about $10/item more on purchase price for recycling monitors and computers. My local 'sanitary engineers', Sunset Scavenger, is now only two happy to take my old monitors now... I believe that here in California, there is a new state