Page 2 of 2

Re: Sticky/slippery menus

Posted: Thu Jul 11, 2013 10:08 pm
by djg
chris wrote:
djg wrote:Maybe not, but isn't that the whole point of the verify flag?
No - the point of it is so you can back-up parts of the screen that are likely to get destroyed by Intuition, and potentially change the pen colours (or does Intuition do that itself? Can't remember)
I see. Well, I guess it is a pity I cannot use it the way I did without this side effect.

Re: Sticky/slippery menus

Posted: Fri Jul 12, 2013 12:45 am
by gazelle
djg wrote:I see. Well, I guess it is a pity I cannot use it the way I did without this side effect.
You could use clipboard.device/CBD_CHANGEHOOK to install a hookfunction which will be called when the data in the clipboard changes.

Re: Sticky/slippery menus

Posted: Fri Jul 12, 2013 4:12 pm
by ssolie
gazelle wrote:
djg wrote:I see. Well, I guess it is a pity I cannot use it the way I did without this side effect.
You could use clipboard.device/CBD_CHANGEHOOK to install a hookfunction which will be called when the data in the clipboard changes.
There is information about this at Monitoring Clipboard Changes.

Re: Sticky/slippery menus

Posted: Sat Jul 13, 2013 11:20 am
by djg
@gazelle & @ssolie,

Ok, thanks, I will try that.