Greenhorn Question

dunbarx at aol.com dunbarx at aol.com
Wed Jul 31 12:24:34 EDT 2013


All answers are spot on.  Greenhorns welcome.


The cursor is temporary, and reset to whatever the default is at idle time. This will be virtually instantaneous if you are simple navigating around the card in browse mode. Try this in a button:


on mouseUp
  set the cursor to hand
  wait until the mouseClick
end mouseUp


Now move around the card at will, and when you get tired of that, click somewhere.


The difference is that the engine is in thrall to the "wait" command, and idle time has not resumed.


Craig Newman


-----Original Message-----
From: Neil Roger <neil at runrev.com>
To: How to use LiveCode <use-livecode at lists.runrev.com>
Sent: Wed, Jul 31, 2013 11:05 am
Subject: Re: Greenhorn Question


As Peter has mentioned... something like this will work.

on mouseEnter
    set the lockCursor to true
    set the cursor to hand
end mouseEnter

on mouseLeave
    set the lockCursor to false
end mouseLeave

Kind Regards,

Neil Roger
-----
RunRev Support Team ~ http://www.runrev.com
------


On 31/07/2013 15:48, Ruediger Wilhelm wrote:
> I hardly dare to ask this most likely trivial
> question to this list.
> Why does the cursor not change on my
> button script:
>
> on mouseEnter
>     set the cursor to hand
> end mouseEnter
>
> Thanks to somebody who cares to help!
>
> Ruediger
>
>
>
> -----Original Message-----
> From: use-livecode [mailto:use-livecode-bounces at lists.runrev.com] On Behalf
> Of Robert Mann
> Sent: Mittwoch, 31. Juli 2013 15:49
> To: use-revolution at lists.runrev.com
> Subject: Re: revOnline and Open Source
>
> Oups! i'm surprised. I thought the opposite would be true :: if nothing
> specified, it's deemed "public knowledge"?
>
> As far as patents are concerned, once a mechanism is documented on line, it
> is deemed to be public knowledge and thus no more patentable (one could do
> it but anybody knowing the prior publication and proving it would be able to
> challenge the patent).
>
> Now it is true that copyrights protect the actual "wording" you use in a
> document, and is applicable to softwares. And copyright applies whether or
> not you actually put the copyright logo name and year.
>
> On the frontier :: if the name of the author is not specified in the stack,
> then it'll be hard to argue against common knowledge.
>
> Clearly it would simplify to be able to add at the publication step a
> corresponding OSS declaration.
>
> I strangely assumed so far that contributions at revOnline were for the
> common good, thus freely re-usable common knowledge. Are there any other
> folks around who though so?
>
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/revOnline-and-Open-Source-tp4
> 668100p4668171.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

 




More information about the use-livecode mailing list