Re: Re: Problem with FocusIn

2007-11-05 Thread Claus Dreischer
Hello Devin, i think i do want to use the closeField message :-) because i want to know when a field *has* changed. Context: The card has several fields like name, company, street, address, etc. a save button, to buttons for up and down paging, a new button and a delete button. What i'd like

Re: Klaus' problem with focus

2007-11-05 Thread Claus Dreischer
Hello Peter, it was so very obvious to me that it has to be something with focus that i would have sworn Klaus' left hand for that ... Glad he wasn't around ;-) Regards, Claus. This is another classic example of what Ken expressed so clearly. I read the entry in the dictionary several

Re: Problem with FocusIn

2007-11-05 Thread Eric Chatonet
Hello Claus, I think you are right when wanting to use closeField. In the script of the card: local lChangedFlag -- local script variable on closeField put true into lChangedFlag -- will be set to true for any change in any field in the card end closeField on closeCard if lChangedFlag

Re: Klaus' problem with focus

2007-11-05 Thread Klaus Major
Hi Claus, Hello Peter, it was so very obvious to me that it has to be something with focus that i would have sworn Klaus' left hand for that ... Glad he wasn't around ;-) I'm ALWAYS around! :-D Regards, Claus. Best Klaus Major [EMAIL PROTECTED] http://www.major-k.de

Re: Asus eee laptop?

2007-11-05 Thread Andre Garzia
Chipp, I've seen a review at download squad telling that Asus modified Xandros OS does not offer a way to add custom software to their launcher... you can still use a terminal to launch applications but there's no way to add software to those panels... very very very strange... Andre On

Re: Problem with FocusIn

2007-11-05 Thread Devin Asay
Hi Claus, I see that I misread your message, and that closeField was what you needed. Very often in situations like yours I write both a closeField and exitField handler so that I can account for all possible outcomes. Sorry for misreading; hope I didn't add to the confusion. :-P Devin

Question on RunRev/SQLite

2007-11-05 Thread Dave
Hi All, According to the SQLite Documentation, it seems you can use a pragma statement to select the character encoding for the database when it is created. Using the RunRev interface how and when do I specify this pragma? The URL for the SQLite documentation is:

Re: Question on RunRev/SQLite

2007-11-05 Thread Björnke von Gierke
On 05 Nov 2007, at 16:22, Dave wrote: Using the RunRev interface how and when do I specify this pragma? Try the revExecuteSQL command For example this should work (untested): revExecuteSQL theDatabaseID, PRAGMA auto_vacuum = 0 -- official ChatRev page: http://chatrev.bjoernke.com Chat

Re: Asus eee laptop?

2007-11-05 Thread Chipp Walters
Hi Andre. Yeah, but there are workarounds..and I expect someone like you or Chris could figure out the launcher issue in a sec-- it's been out less than a week. Probably some custom config file with associated icons. Check out: http://forum.eeeuser.com/viewtopic.php?id=808 Also, people are

Re: Built with rev studio

2007-11-05 Thread John Stone
Thanks Ken, and by the way it was only possible so quickly (in my case) because of all the help yourself and others have made freely available on this forum and your webspaces, so Thank YOU Ken. Nicely done, John! Congratulations on your first commercial Rev app! :-) Ken Ray Sons of

openstack

2007-11-05 Thread Jonathan Scott
Hi, My name is songe. I'm new to runrev. I'm trying to do something simple and can't figure out how to do it. I need a button to be activated as soon as the stack is opened. So, in the stack script I put the following line: send mouseUp to bg btn id XXX. When I quit out of it all

Re: openstack

2007-11-05 Thread Devin Asay
Hi Jonathan, Welcome to the Revolution. I see a couple of possible problems. One is that in Revolution, as opposed to HyperCard, you don't normally refer to objects as background or card objects, just field, button, group, image, whatever. (The exception is when you have directly

put into URL() on windows

2007-11-05 Thread R. Hillen
Hello list, On OS X I often wrote such like: put aa.txt into myfilename put seconds() into url(file:// myfilename), which worked ok. Standalones for OS X also worked, but a standalone for windows put the result can´t open file. What is wrong? Thank you for your help.

Re: Question on RunRev/SQLite

2007-11-05 Thread Trevor DeVore
On Nov 5, 2007, at 10:22 AM, Dave wrote: According to the SQLite Documentation, it seems you can use a pragma statement to select the character encoding for the database when it is created. Using the RunRev interface how and when do I specify this pragma? For PRAGMA calls that return

Rev cgi on Win 2K server, anyone ?

2007-11-05 Thread jbv
Hi list, I need to install Rev cgi on a Win 2003 server, with connections to mySQL 5+. I'm doing this because I want to reuse some older scripts and lack the time (and motivation) to rewrite everything in php. I've found some advices / tutorials in the list archives, but most of them are at

Re: put into URL() on windows

2007-11-05 Thread Mark Smith
Richard, the file:// should be simply file: - I'm surprised it worked at all, maybe Windows is a bit pickier than OS X Best, Mark On 5 Nov 2007, at 16:16, R. Hillen wrote: Hello list, On OS X I often wrote such like: put aa.txt into myfilename put seconds() into url(file://

Has anybody run into this problem?

2007-11-05 Thread Charles Szasz
I have testing my application on both the Mac and Windows. I am using Rev. 2.8.1 Built 472. I am testing my Windows app using Parallels on OS 10.4.11. The Mac app runs fine. The Windows app runs once on Windows 98 but then it will not run again. You have to reboot to run it again. And then you

Re: Built with rev studio

2007-11-05 Thread Chipp Walters
Nice job John. Hope you have much success! ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution