Re: Trapping for the Return Key on keypad of a Windows machine

2007-02-05 Thread [EMAIL PROTECTED]
I suggest you can use: rawkeydown or rawkeyup on rawKeyDown theKeyNumber if theKeyNumber is 65308 then increaseScroll -- mouse wheel down pass rawKeyDown -- if the key should have further effects. For blocking the key comment this line. else if theKeyNumber is 65309 then decreaseScroll -- mouse w

Re: Please verify bug-- takes 2 secs

2007-02-05 Thread Chipp Walters
Well, Bonus points for Jerry for fixing the debugger in Galaxy. Now, if we can only get Rev to fix it on their end. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscript

Re: Please verify bug-- takes 2 secs

2007-02-05 Thread Sarah Reichelt
I've run into a really weird bug which I'm not sure how to get around. It involves invoking the debugger from a background group script from a card which the script has been placed on. It's basically a very simple thing to describe. I want to be able to set a breakpoint in a background group scri

Please verify bug-- takes 2 secs

2007-02-05 Thread Chipp Walters
Hi all, I've run into a really weird bug which I'm not sure how to get around. It involves invoking the debugger from a background group script from a card which the script has been placed on. It's basically a very simple thing to describe. I want to be able to set a breakpoint in a background g

Re: just noticed another potential bug

2007-02-05 Thread Mark Wieder
Klaus- Monday, February 5, 2007, 9:34:44 AM, you wrote: > I tried to add this comment to bug 4054, but could not because I was > accused by the QualtityCenter to have tried to change the > "Hardware component" from "Mac" to "all", which I did not, of course, > nor is there any popup menue or what

Re: revSpeech related question

2007-02-05 Thread Sarah Reichelt
On 2/6/07, Trevor Hopkins <[EMAIL PROTECTED]> wrote: I have an application that I would like to parse into a menu, all of the voices that are currently installed on a user's Mac. The user can then select one of these voices from the menu and have Rev set the voice, check the selected menuItem, an

Re: Variable in SQL Statement

2007-02-05 Thread Sarah Reichelt
On 2/6/07, Jeff Honken <[EMAIL PROTECTED]> wrote: I've been trying to put a wildcard "%" into a SQL statement that contains a variable. I just can't seem to find the right format. Here's the SQL statement: put revQueryDatabase(gConID, "SELECT ClaimNum FROM AccountEntry WHERE ClaimNum LIKE '" &

Re: revSpeech related question

2007-02-05 Thread Stephen Barncard
from the docs: Use the revSpeechVoices function to find out what voices can be used to speak text on the current system. Parameters: The voiceGender is one of "male", "female", or "neuter". If you don't specify a voiceGender, all voices are returned. I have an application that I would like

RE: Variable in SQL Statement

2007-02-05 Thread Jeff Honken
Ken, that worked great. Thanks, Jeff -Original Message- From: Ken Ray [mailto:[EMAIL PROTECTED] Sent: Monday, February 05, 2007 5:43 PM To: How to use Revolution Subject: Re: Variable in SQL Statement On Mon, 5 Feb 2007 17:30:19 -0500, Jeff Honken wrote: > I've been trying to put a wil

Re: Wide PNG's displaying only coloured stripes?

2007-02-05 Thread Scott Rossi
Recently, David Bovill wrote: > Here is an example: > > http://docs.rev-co.de/radial.png How do you intend to display this image? Do you show it at full size and expect a user to scroll it around the screen, or do you scale it down? FYI, I can't get it to display in a stack -- the size excee

revSpeech related question

2007-02-05 Thread Trevor Hopkins
I have an application that I would like to parse into a menu, all of the voices that are currently installed on a user's Mac. The user can then select one of these voices from the menu and have Rev set the voice, check the selected menuItem, and then uncheck all other voices in the menu. Just

Re: Wide PNG's displaying only coloured stripes?

2007-02-05 Thread David Bovill
Found it (bug report): http://quality.runrev.com/qacenter/show_bug.cgi?id=4026 4091 is that the image object displays a corrupt image. And that seems to fix the problem. NB anyone know how to convert inches to pixels? There is this Url: but I can"t figure the dpi I need it is not 72dpi...

Re: Variable in SQL Statement

2007-02-05 Thread Ken Ray
On Mon, 5 Feb 2007 17:30:19 -0500, Jeff Honken wrote: > I've been trying to put a wildcard "%" into a SQL statement that > contains a variable. I just can't seem to find the right format. > Here's the SQL statement: > > put revQueryDatabase(gConID, "SELECT ClaimNum FROM AccountEntry WHERE > Clai

Re: Variable in SQL Statement

2007-02-05 Thread Ruslan Zasukhin
On 6/2/07 12:30 AM, "Jeff Honken" <[EMAIL PROTECTED]> wrote: > I've been trying to put a wildcard "%" into a SQL statement that > contains a variable. I just can't seem to find the right format. > Here's the SQL statement: > > put revQueryDatabase(gConID, "SELECT ClaimNum FROM AccountEntry WHERE

Variable in SQL Statement

2007-02-05 Thread Jeff Honken
I've been trying to put a wildcard "%" into a SQL statement that contains a variable. I just can't seem to find the right format. Here's the SQL statement: put revQueryDatabase(gConID, "SELECT ClaimNum FROM AccountEntry WHERE ClaimNum LIKE '" & QueryDate & "'&% ORDER BY ClaimNum DESC LIMIT 1") in

Re: Rotate Graphic Image Smoothly?

2007-02-05 Thread [EMAIL PROTECTED]
==On February 5, 2007 3:41:12 PM EST Bill Marriott wrote: ==If your ultimate objective is to have a smoothly rotating graphic on the ==web, than Rev is probably not the best tool for this. The ==smoothest-appearing option would be something in Flash format. An animated ==GIF can also work well

Re: Wide PNG's displaying only coloured stripes?

2007-02-05 Thread David Bovill
Well yes - the image example is 4772 x 1492. I"ll try within 4096 - is there a bug report - it would be good to know wha tthe maximum i can safely scale the images to? On 05/02/07, Sarah Reichelt <[EMAIL PROTECTED]> wrote: On 2/6/07, David Bovill <[EMAIL PROTECTED]> wrote: > With the graphing a

Re: Wide PNG's displaying only coloured stripes?

2007-02-05 Thread David Bovill
That sounds like the problem - is there a way around it - setting a background colour? Here is an example: http://docs.rev-co.de/radial.png On 05/02/07, Scott Rossi <[EMAIL PROTECTED]> wrote: Recently, David Bovill wrote: > With the graphing application I have a problem i do not understand

Re: Wide PNG's displaying only coloured stripes?

2007-02-05 Thread Sarah Reichelt
On 2/6/07, David Bovill <[EMAIL PROTECTED]> wrote: With the graphing application I have a problem i do not understand. With smaller graphs everything is OK, but with large or rather wide graphs they do not dislay correctly - I get coloured bands. Has anyone else seen this - I do not think jpegs

altsqlite3, dbsqlite3.dll

2007-02-05 Thread Viktoras Didziulis
Just upgraded my Revolution (WindowsXP, RevStudio 2.7.4), downloaded the 3 alt plugins. Installations went smoothly. But put revdb_connect("sqlite3", "C:/path/test.db","[EMAIL PROTECTED]","my pswd goes here") into tConID produces an error: the application or DLL ...\dbsqlite3.dll is not a

Re: Rotate Graphic Image Smoothly?

2007-02-05 Thread Bill Marriott
Rick, >>> Is there a way to SMOOTHLY rotate a graphical image around it's center point in Rev? If so, then how could I make this image do this on the web? Do I need to create it as an animated .gif file, or is there a better way? <<< If your ultimate objective is to have a smoothly rotating gr

Re: Wide PNG's displaying only coloured stripes?

2007-02-05 Thread Scott Rossi
Recently, David Bovill wrote: > With the graphing application I have a problem i do not understand. With > smaller graphs everything is OK, but with large or rather wide graphs they > do not dislay correctly - I get coloured bands. > > Has anyone else seen this - I do not think jpegs or other for

Wide PNG's displaying only coloured stripes?

2007-02-05 Thread David Bovill
With the graphing application I have a problem i do not understand. With smaller graphs everything is OK, but with large or rather wide graphs they do not dislay correctly - I get coloured bands. Has anyone else seen this - I do not think jpegs or other formats work much better - they display fin

Re: just noticed another potential bug

2007-02-05 Thread J. Landman Gay
Jim Ault wrote: On 2/5/07 11:17 AM, "J. Landman Gay" <[EMAIL PROTECTED]> wrote: I got hit with this weeks ago, and submitted a bug report about the bug reports. It's been verified, but not fixed. As it stands now, no one can add any comments to a ticket they did not originally submit, which mak

Re: just noticed another potential bug

2007-02-05 Thread Jim Ault
On 2/5/07 11:17 AM, "J. Landman Gay" <[EMAIL PROTECTED]> wrote: > I got hit with this weeks ago, and submitted a bug report about the bug > reports. It's been verified, but not fixed. As it stands now, no one can > add any comments to a ticket they did not originally submit, which makes > it impos

Re: just noticed another potential bug

2007-02-05 Thread J. Landman Gay
I got hit with this weeks ago, and submitted a bug report about the bug reports. It's been verified, but not fixed. As it stands now, no one can add any comments to a ticket they did not originally submit, which makes it impossible to add content that might help the team diagnose a particular b

Re: game-based learning

2007-02-05 Thread Tereza Snyder
On Feb 2, 2007, at 12:32 PM, Richard Gaskin wrote: Somewhere out there is a game waiting to be created, something that will open up the world of entertainment software to a whole new audience that isn't currently into games. Or as I once put it at a game developer meeting: Where is the

Re: just noticed another potential bug

2007-02-05 Thread Mark Smith
It accused me of the same crime - I, also, was innocent. I fought the QA Center, and the QA Center won. :( Mark On 5 Feb 2007, at 17:34, Klaus Major wrote: I was accused by the QualtityCenter to have tried to change the "Hardware component" from "Mac" to "all", which I did not, of course _

Re: just noticed another potential bug

2007-02-05 Thread Stephen Barncard
re-posted to Bugzilla (sorry QA center) This must be engine related, since this does also happen with MetaCard, latest engine (Reev 2.7.4) and latest MC GUI. Klaus Major -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - __

Re: just noticed another potential bug

2007-02-05 Thread Klaus Major
Hi Jim, On 2/5/07 9:34 AM, "Klaus Major" <[EMAIL PROTECTED]> wrote: Hi all, This must be engine related, since this does also happen with MetaCard, latest engine (Reev 2.7.4) and latest MC GUI. I tried to add this comment to bug 4054, but could not because I was accused by the QualtityCenter t

Re: just noticed another potential bug

2007-02-05 Thread Jim Ault
On 2/5/07 9:34 AM, "Klaus Major" <[EMAIL PROTECTED]> wrote: > Hi all, > This must be engine related, since this does also happen with > MetaCard, latest engine (Reev 2.7.4) and latest MC GUI. > > I tried to add this comment to bug 4054, but could not because I was > accused by the QualtityCenter t

Visibility Problem Update

2007-02-05 Thread Charles Szasz
I used a different program, Disco, to burn a hybrid disc to transfer my latest version of my app for Windows XP to Parallels running Windows XP. This time all of the labels fields were visible and data could be entered into the entry fields. The previous versions I used Toast 6 with burning

Re: just noticed another potential bug

2007-02-05 Thread Klaus Major
Hi all, On 2/5/07 8:54 AM, "Stephen Barncard" <[EMAIL PROTECTED]> wrote: I've seen this in 2.7.5 beta 1 and filed a Bug report. Confirmed by Marcus. http://quality.runrev.com/qacenter/show_bug.cgi?id=4054 On 2/5/07 1:58 AM, "David Bovill" <[EMAIL PROTECTED]> wrote: Confirmed here - in gener

Re: just noticed another potential bug

2007-02-05 Thread Jim Ault
On 2/5/07 8:54 AM, "Stephen Barncard" <[EMAIL PROTECTED]> wrote: > I've seen this in 2.7.5 beta 1 and filed a Bug report. Confirmed by Marcus. > http://quality.runrev.com/qacenter/show_bug.cgi?id=4054 > >>On 2/5/07 1:58 AM, "David Bovill" <[EMAIL PROTECTED]> wrote: >> Confirmed here - in general c

Re: just noticed another potential bug

2007-02-05 Thread Stephen Barncard
I've seen this in 2.7.5 beta 1 and filed a Bug report. Confirmed by Marcus. http://quality.runrev.com/qacenter/show_bug.cgi?id=4054 Confirmed here - in general commandkey short cuts can stop working all though they continue to work direct from the menu. On 05/02/07, Jim Ault <[EMAIL PROTECTED

Re: just noticed another potential bug

2007-02-05 Thread David Bovill
Confirmed here - in general commandkey short cuts can stop working all though they continue to work direct from the menu. On 05/02/07, Jim Ault <[EMAIL PROTECTED]> wrote: Mac OSX 10.4.8, Mac G5 dual processor, Rev Enteprise 2.7.2 This is probably the same bug reported before. Previous bug repo

Re: A hard challenge anyone?

2007-02-05 Thread Brian Yennie
One other possible approach: use the "token" chunk... while there may still be caveats to getting exactly the information you want, it does a very good job of picking out the function names since it's based on the actual script parser. repeat for each token t in "aFunction(bFunction(1)) + c

Re: Trapping for the Return Key on keypad of a Windows machine

2007-02-05 Thread Martin Blackman
It should be triggering an 'enterinfield' On 04/02/07, Charles Szasz <[EMAIL PROTECTED]> wrote: Does anyone have a suggestion on how to trap the Return key on the keypad of a Windows machine running Windows 2000 and XP? In my application, the last text entry when it is completed is supposed to e

just noticed another potential bug

2007-02-05 Thread Jim Ault
Mac OSX 10.4.8, Mac G5 dual processor, Rev Enteprise 2.7.2 This is probably the same bug reported before. Previous bug report was the cmd-V for paste stops working in script editor window, then will start working again. Temporary fix is close the window and reopen it. Otherwise use the mouse to