Actually, I already solved this problem. I needed to call [uiButton displayIfNeeded] instead of setNeedsDisplay
to get it to update for some reason. thanks all -Kevin > On Wed, Mar 19, 2008 at 3:32 PM, Kevin Dixon <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I have two buttons, of the Round Textured Button variety. When I try to >> disable them, I do >> >> [uiButton setEnabled:NO]; >> [uiButton setNeedsDisplay:YES]; >> >> However, the button appears normal (eg enabled) but doesn't click. What >> am >> I doing wrong here? >> >> -Kevin >> _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]