Re: [Possible BUG] Can someone confirm that calling RevBrowserClose with wrong id will crash app in MacOS X

2010-07-26 Thread Terry Judd
Hi Andre - no problem here. I just get an error message... External execution error: Error description: unknown browser id Rev 4.5.0-dp-3, OSX 10.6.4 Terry... On 27/07/10 7:32 AM, "Andre Garzia" wrote: > Hello, > Can someone confirm that calling RevBrowserClose with wrong id will crash > app

[Possible BUG] Can someone confirm that calling RevBrowserClose with wrong id will crash app in MacOS X

2010-07-26 Thread Andre Garzia
Hello, Can someone confirm that calling RevBrowserClose with wrong id will crash app in MacOS X? Here on 4.5.0-dp-3 if I call RevBrowserClose with a bad id it will lock the process and die. :-/ silly external... -- http://www.andregarzia.com All We Do Is Code. _

Re: Possible Bug

2010-05-25 Thread Bob Sneidar
No bug. You pasted the contents of your clipboard into your menu. I have a great saying: Computers do not do what you want them to. They only do what you tell them to. ;-) Bob On May 25, 2010, at 11:42 AM, lunchnme...@aol.com wrote: > Hi Everyone, > > They say when you make something idiot p

Possible Bug

2010-05-25 Thread LunchnMeets
Hi Everyone, They say when you make something idiot proof all you get are smarter idiots. Here's the idiotic thing I did. I was trying to add a "Control-V" shortcut to a menuItem in the menu manager. Instead of using "Shift-V" to insert the "V" I used "Command-V" it added the code that was on

Re: Possible bug in Revolution 3.0: merge command is missing array elements...

2008-09-11 Thread Andre Garzia
Friends, guess what, I think they "fixed" their parsing routine for merge the merge of: "hello [[myVar["name"]]]" --- empty "hello [[myVar["name"]]" --- empty (worked before) "hello [[myVar["name"] ]]" --- works! So anyone working with merge commands and arrays, be sure to add a

Possible bug in Revolution 3.0: merge command is missing array elements...

2008-09-11 Thread Andre Garzia
Folks, can anyone confirm that we can still use arrays inside the merge command, like: put "andre" into myvar["name"] put the merge of format("hello [[ myVar[\"name\"]], welcome!") Before anyone says that there's a missing closing ] in the string, be aware that in previous revolution versions th

Re: Possible bug with internet time on servers?

2008-03-12 Thread Richard Gaskin
Mark Wieder wrote: Richard- Dreamhost is based in Los Angeles, yet when my CGIs hosted there use "the internet date" the time zone portion is always "+", e.g.: Wed, 12 Mar 2008 08:42:26 + Is there a valid reason that should be the case, or is this a bug in the engine in which it's

Re: Possible bug with internet time on servers?

2008-03-12 Thread Mark Wieder
Richard- > Dreamhost is based in Los Angeles, yet when my CGIs hosted there use > "the internet date" the time zone portion is always "+", e.g.: > > Wed, 12 Mar 2008 08:42:26 + > > Is there a valid reason that should be the case, or is this a bug in the > engine in which it's failing to

Possible bug with internet time on servers?

2008-03-12 Thread Richard Gaskin
Dreamhost is based in Los Angeles, yet when my CGIs hosted there use "the internet date" the time zone portion is always "+", e.g.: Wed, 12 Mar 2008 08:42:26 + Is there a valid reason that should be the case, or is this a bug in the engine in which it's failing to get the appropriate

Re: Possible Bug

2008-03-06 Thread Richard Gaskin
Chipp Walters wrote: When you 'enter a group', Rev does some fancy 'behind the scenes' stuff to make it look like you're actually editing a group. But IIRC, they've created a new stack with the same objects and let you edit them there. The old (original) stack is now gone and only comes back whe

Re: Possible Bug

2008-03-06 Thread Chipp Walters
When you 'enter a group', Rev does some fancy 'behind the scenes' stuff to make it look like you're actually editing a group. But IIRC, they've created a new stack with the same objects and let you edit them there. The old (original) stack is now gone and only comes back when you get out of group e

Re: Possible Bug

2008-03-06 Thread Mark Schonewille
Hi Brad, Yes, I'd call that a bug. I have checked it and observe that same as you. If this hasn't been reported yet, please do. Best regards, Mark Schonewille -- Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Convert colours between diff

Possible Bug

2008-03-06 Thread Brad Sampson
Hello, I was in the script of an object, and then entered a group. However, when I clicked on the script to edit it, it gave an error saying that my object had been mysteriously deleted. Can you not edit the script of an object while inside a different group? Thanks, Brad Sampson

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Klaus Major
Hi Andre, Klaus, here it started working if I set the libURLSetStatusCallback before trying the load command. Then it worked as expected. :-/ Hmm, thanks, will try that. In case it will will work for me, too, we might have narrowed a possible bu er... inconvenience :-) Andre Adeus

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Andre Garzia
Klaus, here it started working if I set the libURLSetStatusCallback before trying the load command. Then it worked as expected. :-/ Andre On Apr 19, 2007, at 3:32 PM, Klaus Major wrote: Hi Andre, Here it is very strange, if I step with the debugger, it works, if I allow it to run by i

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Klaus Major
Hi Andre, Here it is very strange, if I step with the debugger, it works, if I allow it to run by itself, the message is never dispatched. strange... bug is on my side, so, I'll solve it. Thanks Trevor I encountered this one, too! Even "urlstatus turl" does not work. I did this test: ...

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Andre Garzia
Here it is very strange, if I step with the debugger, it works, if I allow it to run by itself, the message is never dispatched. strange... bug is on my side, so, I'll solve it. Thanks Trevor andre On Apr 19, 2007, at 2:12 PM, Trevor DeVore wrote: On Apr 19, 2007, at 9:44 AM, Andre Garzia

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Trevor DeVore
On Apr 19, 2007, at 9:44 AM, Andre Garzia wrote: Hello folks, can someone confirm that in Rev 2.8.1-dp-2 Mac OS X Intel has a problem with load url with messages? The load works but the message is never sent. Andre, load url is working fine with messages on my end (OS X intel). -- Trev

possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Andre Garzia
Hello folks, can someone confirm that in Rev 2.8.1-dp-2 Mac OS X Intel has a problem with load url with messages? The load works but the message is never sent. Cheers andre ___ use-revolution mailing list use-revolution@lists.runrev.com Please vi

Re: possible bug

2005-06-03 Thread Ken Ray
> You've got a little longer to wait - the domain doesn't expire until 6 > March 2006. Longer still, I'm afraid... the owner of the domain renews it every year, even though he doesn't do anything with it. (sigh) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.son

Re: possible bug

2005-06-03 Thread Mark Wieder
Ken- Friday, June 3, 2005, 6:05:45 PM, you wrote: KR> No you're right... Mark provided: KR> http://www.sonsofthunder.com, and KR> unfortunately my domain is 'sonsothunder' not 'sonsofthunder' (I've been KR> trying to get that domain for 5 years!), so perhaps you should go to: Sheesh... seems lik

Re: possible bug

2005-06-03 Thread Ken Ray
> Perhaps when you go there. When I go to your original URL, all I saw > was a 404 URL not found error screen No you're right... Mark provided: http://www.sonsofthunder.com, and unfortunately my domain is 'sonsothunder' not 'sonsofthunder' (I've been trying to get that domain for 5 years!),

Re: possible bug

2005-06-03 Thread Jon
Perhaps when you go there. When I go to your original URL, all I saw was a 404 URL not found error screen :) Mark Wieder wrote: Jon- Friday, June 3, 2005, 4:45:58 AM, you wrote: J> Here is a better URL for RevZilla: J> http://www.sonsothunder.com/devres/revolution/downloads/RevZilla.

Re: possible bug

2005-06-03 Thread Mark Wieder
Jon- Friday, June 3, 2005, 4:45:58 AM, you wrote: J> Here is a better URL for RevZilla: J> http://www.sonsothunder.com/devres/revolution/downloads/RevZilla.htm Sure, but if you go straight there you miss all the other cool stuff on Ken's site. -- -Mark Wieder [EMAIL PROTECTED]

Re: possible bug

2005-06-03 Thread Jon
Here is a better URL for RevZilla: http://www.sonsothunder.com/devres/revolution/downloads/RevZilla.htm Mark Wieder wrote: Jon- Thursday, June 2, 2005, 5:54:18 PM, you wrote: J> My failing to disable the Geometry when I wrote the on Resize handler J> is obviously a bug on my part. My only

Re: possible bug

2005-06-02 Thread Mark Wieder
Jon- Thursday, June 2, 2005, 5:54:18 PM, you wrote: J> My failing to disable the Geometry when I wrote the on Resize handler J> is obviously a bug on my part. My only question/comment is to ask J> whether the Rev run-time system might have detected an attempt to J> manually alter a value that

possible bug

2005-06-02 Thread Jon
I complained recently about stacks that suddenly locked up to the point where Rev had to be killed at the Windows task manager level. I may have figured out why this happened. What follows are only my thoughts: I've not actually tested this theory yet. The first stack I tried to write was an

Sort : Rev cgi versus mySQL (+ possible bug)

2004-12-28 Thread jbv
I've spent the whole afternoon playing (well actually trying to write the fastest script for a client) with Rev cgi and mySql, especially with sorting of data; IOW : ORDER BY vs sort lines of myVar... in case of a sort with multiple parameters, I've found successive sort cmds in the Rev cgi scri

Re: Possible bug in "selectedLines" in 2.0.x

2003-08-27 Thread Klaus Major
Hi Barry, I haven't checked 2.1 yet but, in 2.0.1, I've found something a little strange. I can eMail the stack if you're interested as it's very small (8K). I was testing that wonderful little "drag&drop" example provided by Klaus. (Yes, your script works perfectly! Thank you.) Thank YOU ;-)

Possible bug in "selectedLines" in 2.0.x

2003-08-27 Thread Barry Levine
I haven't checked 2.1 yet but, in 2.0.1, I've found something a little strange. I can eMail the stack if you're interested as it's very small (8K). I was testing that wonderful little "drag&drop" example provided by Klaus. (Yes, your script works perfectly! Thank you.) The stack has a field "f