Re: mouseUp 1 and 3 problems

2008-04-23 Thread J. Landman Gay

rand valentine wrote:

 Hi. I've got a field with text in it. There is an elaborate script for the
field which is sensitive to which mousebutton was clicked, doing one thing
if 1 was clicked, another if 3. I keep getting a problem -- after I right
click something, and the script executes, left-clicking produces no response
in the field -- right-clicking will produce a response, and then
left-clicking works again. So the problem is that I can't seem to
right-click, then left-click. Lots of other fields I have seem to work fine
doing this, so it must be something in the script?! What should I be looking
for, i.e., what could be causing this? Thanks


Are you clicking rapidly? The only thing I can think of is that the 
second click is within the doubleclick time and is registering as a 
double click. Does it work if you wait a second or so between clicks?


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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


Re: mouseUp 1 and 3 problems

2008-04-23 Thread rand valentine
 On 23 Apr 2008, at 01:50, rand valentine wrote:
 
 So the problem is that I can't seem to
 right-click, then left-click. Lots of other fields I have seem to
 work fine
 doing this, so it must be something in the script?! What should I be
 looking
 for, i.e., what could be causing this? Thanks
 
 I don't really know about a fix, but I got strange problems with mouse
 too, maybe you can add something to the bug I filed:
 
 http://quality.runrev.com/qacenter/show_bug.cgi?id=6396

  I'm not sure I understand the specifics of your bug report, but it did
allow me to conceive of a workaround for my problem -- the problem is (as
you say, I think), that a right-click and an if-statement seem to cause
weird problems. So I changed my script from an if..end if to a switch...end
switch, and now it works fine.

rand


___
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


mouseUp 1 and 3 problems

2008-04-22 Thread rand valentine
 Hi. I've got a field with text in it. There is an elaborate script for the
field which is sensitive to which mousebutton was clicked, doing one thing
if 1 was clicked, another if 3. I keep getting a problem -- after I right
click something, and the script executes, left-clicking produces no response
in the field -- right-clicking will produce a response, and then
left-clicking works again. So the problem is that I can't seem to
right-click, then left-click. Lots of other fields I have seem to work fine
doing this, so it must be something in the script?! What should I be looking
for, i.e., what could be causing this? Thanks

rand valentine


___
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


Re: mouseUp 1 and 3 problems

2008-04-22 Thread Björnke von Gierke


On 23 Apr 2008, at 01:50, rand valentine wrote:


So the problem is that I can't seem to
right-click, then left-click. Lots of other fields I have seem to  
work fine
doing this, so it must be something in the script?! What should I be  
looking

for, i.e., what could be causing this? Thanks


I don't really know about a fix, but I got strange problems with mouse  
too, maybe you can add something to the bug I filed:


http://quality.runrev.com/qacenter/show_bug.cgi?id=6396


--

official ChatRev page:
http://chatrev.bjoernke.com

Chat with other RunRev developers:
go stack URL http://homepage.mac.com/bvg/chatrev1.3.rev;

___
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