Sticky/slippery menus

A forum for general AmigaOS 4.x support questions that are not platform-specific
djg
Posts: 30
Joined: Sat Jan 26, 2013 5:00 pm

Re: Sticky/slippery menus

Post 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.
User avatar
gazelle
Posts: 102
Joined: Sun Mar 04, 2012 12:49 pm
Location: Frohnleiten, Austria

Re: Sticky/slippery menus

Post 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.
User avatar
ssolie
Beta Tester
Beta Tester
Posts: 1010
Joined: Mon Dec 20, 2010 8:51 pm
Location: Canada
Contact:

Re: Sticky/slippery menus

Post 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.
ExecSG Team Lead
djg
Posts: 30
Joined: Sat Jan 26, 2013 5:00 pm

Re: Sticky/slippery menus

Post by djg »

@gazelle & @ssolie,

Ok, thanks, I will try that.
Post Reply