Re: Doing action from subclassed button?
Re: Doing action from subclassed button?
- Subject: Re: Doing action from subclassed button?
- From: Thilo Ettelt <email@hidden>
- Date: Fri, 5 Jul 2002 19:07:11 +0200
Whoops, just firing performClick: helps a lot ;-)
Cheers, Thilo
Am Freitag den, 5. Juli 2002, um 16:19, schrieb Thilo Ettelt:
Hi! I have a little trouble again. I'm writing a little dock app in
that every dock tile is a little window with a button (the button is as
big as the window). In the button's overwritten mouseDown event I look
wether the command key is hold. If so the tile will move while dragging
the mouse. The problem I'm facing is that I cannot do the button's
action (when clicking without modifier flags) as I don't have access to
the main class.
Did somebody face the same problem and has a solution for that? Thanks
in advance!
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.