Unclickable Controls In IB Tab Pane Swaps
Unclickable Controls In IB Tab Pane Swaps
- Subject: Unclickable Controls In IB Tab Pane Swaps
- From: adamod <email@hidden>
- Date: Sat, 10 Apr 2004 09:19:30 -0500
I'm using Interface Builder v2.4.1 and OS X v10.3.2 to develop a Carbon .nib
window with a 4-pane tab control. Each pane contains multiple controls,
some of which are interactive. Pane-1 is selected by default at run time
and is fully functional.
If Pane-1 is swapped to Pane-3 or Pane-4 without first swapping to Pane-2,
however, interactive Pane-3/4 controls are "unclickable". To elaborate, an
unclickable control is visible and active. Focus can be shifted to an
unclickable control using the tab key, but clicking in an unclickable
control with the mouse generates ONLY a mouse click CarbonEvent. No control
hit event registers.
The unclickable attribute can only be cleared in Pane-3 interactive controls
by swapping to Pane-2 at some point beforehand. Likewise, clickability in
Pane-4 interactive controls can only be conferred by swapping to Pane-1 AND
Pane-2 (in either order) beforehand.
Short of programming automated swaps to Pane-2/3 at run time, is there an
elegant way in which to confer clickability to all interactive controls in
this .nib at run time?
-Dan
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.