Re: empty ask result + ok = result:cancel

2005-07-26 Thread xbury . cs
Joel, Thanks, Eric told me offlist about this version problem. I uploaded this morning the fix and it works as expected. I also closed the bug... Thanks for the help Cheers Xavier [EMAIL PROTECTED] wrote on 26/07/2005 09:46:00: > Dear Mister X, > > I mentioned such a bug (#3019) in build 91 a

Re: empty ask result + ok = result:cancel

2005-07-26 Thread Joel Guillod
Dear Mister X, I mentioned such a bug (#3019) in build 91 and it has been wonderfully fixed for the current downloable build. In the msg box, "put version(), buildnumber()" should reply "2.6.5,108". Otherwise download and reinstall Rev 2.6 again. Also I agree with Eric, you should place

Re: empty ask result + ok = result:cancel

2005-07-24 Thread Eric Chatonet
Hi Xavier, May be I'm wrong but your code makes no sense for me :-) You want to get a result but you insert a line of code between the command and the request for the result: can't work. You have to request the result immediately without requesting anything else to the engine in the meantime.

Re: empty ask result + ok = result:cancel

2005-07-24 Thread Dennis Brown
x, This script works fine on my OS X machine with 2.6 (108) That is once I take out that extra end if The empty and cancel are returned as expected. Dennis On Jul 24, 2005, at 2:04 PM, MisterX wrote: local lselection on mouseenter put "viewbar" into f get the selectedtext of fld f put

empty ask result + ok = result:cancel

2005-07-24 Thread MisterX
im implementing a nice search and replace function and well, check it out... local lselection on mouseenter put "viewbar" into f get the selectedtext of fld f put it into lselection end if end mouseenter on mouseUp local f,x,y,txt put "viewbar" into f put fld f into txt ask