2010/1/15 Nicolas Cueto :
>
> Copy-pasted your script and it worked in a stack (didn't test a
> standalone) on my Vista Rev4.0 Build950 set-up.
Not working for me.
2010/1/15 Sarah Reichelt :
> I haven't tried this, but I assume it is an error in the docs. It may
> not be included for speed reaso
On Fri, Jan 15, 2010 at 10:12 AM, zryip theSlug wrote:
> Hi all,
>
> Maybe I'm doing something wrong but I can't trap the mouse button
> number in a mouseStillDown handler.
>
> local lmyLoop
>
> on mouseStillDown pMouseBtnNumber
> add 1 to lmyLoop
> put "Test "&&lmyLoop&&"Button pressed"&&pMou
Error !
I don't correctly understood the question.
For me it is like for you...
René
Le 15 janv. 2010 à 01:12, zryip theSlug a écrit :
> Hi all,
>
> Maybe I'm doing something wrong but I can't trap the mouse button
> number in a mouseStillDown handler.
>
> local lmyLoop
>
> on mouseStillDown p
Hello TheSlug,
Here with Mac OS X 10.6.2
RunRev Studio 4.0.0.
All is right with button script :
on mouseStillDown
pass mouseStillDown
end mouseStillDown
Bon souvenir de Paris
René
Le 15 janv. 2010 à 01:12, zryip theSlug a écrit :
> Hi all,
>
> Maybe I'm doing something wrong but I can't trap
Hello -Zryip TheSlug,
Copy-pasted your script and it worked in a stack (didn't test a
standalone) on my Vista Rev4.0 Build950 set-up.
--
Nicolas Cueto
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, un
Hi all,
Maybe I'm doing something wrong but I can't trap the mouse button
number in a mouseStillDown handler.
local lmyLoop
on mouseStillDown pMouseBtnNumber
add 1 to lmyLoop
put "Test "&&lmyLoop&&"Button pressed"&&pMouseBtnNumber into fld "Field"
end mouseStillDown
My pMouseBtnNumber rem