[futurebasic] Re: [FB] More violations of HIG

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2003 : Group Archive : Group : All Groups

From: Bernie Wylde <bernie.w@...>
Date: Mon, 22 Sep 2003 05:48:38 +0100
On Sunday, Sep 21, 2003, at 22:05 Europe/London, Robert Covington wrote:

> You are going to have to use Carbon Events, and in either the Mouse 
> Handler or Control hit handler, depending  where you have it, just 
> ignore hiliting it.
<snip>

Thanks Robert,

I've found a work-around that I can live with for now. A button click 
event now changes the button state to grey whilst I drag/resize it. 
Deselecting the button switches it back to its original state.

Unfortunately, this way means I can't click'n'drag an unselected 
button. I need to first click (to select it) then click'n'drag. Also, 
Robert P's no hilite fix doesn't give me a live drag. The button goes 
invisible during the drag.

Bernie