Re: [ANN] Seamless Tiles Generator 2

2007-09-13 Thread Mark Smith
I agree...Wilhelm has done amazing work with this. I really wouldn't have thought it practical to do this stuff in Transcript. Best, Mark On 13 Sep 2007, at 03:15, Chipp Walters wrote: Wilhelm, A truly remarkable effort, especially for Rev. I also liked your different matrix filter, but

win standalone v4rev - no driver

2007-09-13 Thread chris livermore
Hi I've made a V4REV/Valentina/MAC OSX standalaone and it works fine. The WINDOWS standalone, however, will not initiate valentina...when I make the standalone Runrev alerts Windows, driver file not found. It doesn't say which one but it appears to be Valentina. My Database Drivers.txt

Mnemonics in Windows

2007-09-13 Thread Ron
Hi, I've tried what I know to do and have failed so perhaps someone can help. Is there a way to add mnemonics to unicode (e.g. Japanese) Windows menuitems? European encoded text still has the lower ascii chars to call out but Japanese etc. does not. I suppose I could catch the control

OSX 10.2 hardware info

2007-09-13 Thread Richmond Mathewson
Well put shell (system_profiler) works with the following: G4 10.4.10 - Rev 2.9 Beta 8, DreamCard 2.6.1, Rev 2.0.1 does not work with Rev 1.1.1, nor with Rev 2.0.1 under Classic sincerely, Richmond Mathewson ___ Yahoo! Answers -

2 slightly silly stacks

2007-09-13 Thread Richmond Mathewson
Just uploaded to RevOnline 2 stacks: 1. MachineDetails.rev ; illustration for the hardware info discussion 2. Finde.rev ; bl**dy silly really, but the by-product of some fairly infantile messing-around I was doing with FIND with a view to getting kids to make their own picture-dictionaries.

Re: Escaping from Repeat loops

2007-09-13 Thread Derek Bump
I'm coming into this thread a little late, but I have a question. I have a repeat loop that looks something like this: repeat xNumberOfTimes global doCancelVariable -- My Code Here wait 1 tick with messages if doCancelVariable = true then exit to top

Re: Escaping from Repeat loops

2007-09-13 Thread Mark Smith
After the 'exit to top', there should be no handlers running...have you tried 'exit repeat' instead? Best, Mark On 13 Sep 2007, at 18:30, Derek Bump wrote: I'm coming into this thread a little late, but I have a question. I have a repeat loop that looks something like this: repeat

Legacy and file format issues

2007-09-13 Thread Howard Bornstein
A few years ago, I wrote an information mapping application for a company that creates information maps (!!) that runs on both Macs and Windows platforms. Recently one of the people from the company contacted me because it no longer worked on his new Intel-Mac. I recompiled the app under 2.8.1 as

Re: Escaping from Repeat loops

2007-09-13 Thread Jim Ault
Why not add a little debug step and see if the value changes? and if so, to what.. could be the test is flawed. This should work since globals are owned by Rev, not the handler. repeat xNumberOfTimes global doCancelVariable -- My Code Here put doCancelVariable =

Re: Escaping from Repeat loops

2007-09-13 Thread Derek Bump
Jim Ault wrote: Why not add a little debug step and see if the value changes? and if so, to what.. could be the test is flawed. This should work since globals are owned by Rev, not the handler. I tried it, and while the value of the global changes while the button is executing, the value in

Re: Legacy and file format issues

2007-09-13 Thread Richard Gaskin
Howard Bornstein wrote: The problem I'm having is that I can not find any way to save stacks in the legacy format from within my program. In a standalone: set the stackFileVersion to 2.4 In the IDE: Set the checkbox in the Files Memory tab labeled Preserve stack file version on

Re: Legacy and file format issues

2007-09-13 Thread Howard Bornstein
On 9/13/07, Richard Gaskin [EMAIL PROTECTED] wrote: Howard Bornstein wrote: The problem I'm having is that I can not find any way to save stacks in the legacy format from within my program. In a standalone: set the stackFileVersion to 2.4 Thanks Richard! That did the trick.

Re: Legacy and file format issues

2007-09-13 Thread Richard Gaskin
Howard Bornstein wrote: On 9/13/07, Richard Gaskin ambassador at fourthworld.com wrote: In a standalone: set the stackFileVersion to 2.4 Thanks Richard! That did the trick. However, I find it interesting that no reference to stackFileVersion is included in the Rev dictionary, neither

Re: Legacy and file format issues

2007-09-13 Thread Klaus Major
Hi Howard, ,,, So, basically I'm looking for two things: ... 2) How can you determine what format an existing stack has been saved in? you could check the first 8 bytes/chars of the stack file. If in new 2.7 format you will read: REVO2700 Regards Klaus Major [EMAIL PROTECTED]

Re: RealBasic pulls MySQL support

2007-09-13 Thread Sivakatirswami
chris bohnert wrote: Mark, Just my opinion here as issues surrounding MySQL's interpretation of the GPL seem to get foggier by the day. I'd imagine that Runrev avoids having to deal with RealBasics issues by using the older LGPL'd connector (which presumably stops working somewhere in the

breakpoint is suddenly being ignored in IDE

2007-09-13 Thread Mark E. Powell
The subject line says it all: breakpoint is failing to break script in the IDE (2.8.0 Windows XP). As clean test, I create a new button with breakpoint followed by an answer dialog inside a mouseup handler. The answer dialog appears without interruption. Have rebooted. Have searched docs

Re: [ANN] Seamless Tiles Generator 2

2007-09-13 Thread Wilhelm Sanke
On Wed, 12 Sep 2007 Chipp Walters [EMAIL PROTECTED] wrote: Wilhelm, A truly remarkable effort, especially for Rev. I also liked your different matrix filter, but wonder why you excluded blur? Great, great demo stack -Chipp Chipp, Thanks for the feedback. From the more than 200 filters of

RE: RealBasic pulls MySQL support

2007-09-13 Thread Lynn Fredricks
On the other hand, I don't think MySQL is entirely blameless here. Clearly, they arent being good dance partners with REAL. Cooperation between the makers of the IDE and the makers of the database back end is a win for everyone. I completely agree. Cant we have one hand

Re: breakpoint is suddenly being ignored in IDE

2007-09-13 Thread SimPLsol
Mark, There could be several reasons why the breakpoint is being ignored. Without seeing the script it is hard to tell, but a common one is setting the breakpoint inside a conditional which is not called. In other words you have an IF, Then statement; you set the breakpoint inside the Then

Re: breakpoint is suddenly being ignored in IDE

2007-09-13 Thread Mikey
I have also had this issue, but it is completely unrelated to it being inside of a conditional (i.e. they are not). I have not figured out the source of the problem yet. Clearing and resetting the breakpoint SOMETIMES works. Using the command instead of clicking on the location where you want

Re: breakpoint is suddenly being ignored in IDE

2007-09-13 Thread Jim Ault
If you use several function calls or 'send sumptin in 30 milliseconds' setting the breakpoint may not be honored. It has something to do with what the debugger is able to track when changing contexts. I have encountered this and simply used the statement line breakpoint Jim Ault Las Vegas On

Apostrophe in text variable causes SQL syntax error

2007-09-13 Thread Terry Judd
I'm trying to poke some text into a field in a mySQL table using some simple statements like the following... put INSERT INTO screens VALUES(:1,:2,:3) into tQuery revExecuteSQL tID, tQuery, screenID,screenXML,screenText ...(fields 2 and 3 are both TEXT fields) and am getting an SQL syntax error

Re: Apostrophe in text variable causes SQL syntax error

2007-09-13 Thread Terry Judd
Useful information - thanks Mark. Terry... Hi Terry, Yes, this is normal. You need to escape the apostrophe. There should be a list of characters that need to be escaped in your MySQL documentation somewhere. You can write a script that converts the data before sending it to the server.

Re: Apostrophe in text variable causes SQL syntax error

2007-09-13 Thread Mark Schonewille
Hi Terry, Yes, this is normal. You need to escape the apostrophe. There should be a list of characters that need to be escaped in your MySQL documentation somewhere. You can write a script that converts the data before sending it to the server. Best regards, Mark Schonewille --

Can't trap Quit

2007-09-13 Thread Bill Vlahos
When a user selects Quit from the menu in my application the case statement doesn't ever catch it. The other menu items work. On a Mac the application does quit but on Windows nothing happens. The only way I can catch a Quit is to put a on shutdownRequest handler in the stack. My