NeXT TypedStream Data | 1994-06-07 | 2.2 KB | 29 lines
typedstream
IBObjectData
Object
CustomObject
WindowTemplate
iiii***@s@
$Wave's wicked useful Labeled Sliders
Panel
Responder
[14@]
WLabeledSlider
Slider
Control
SliderCell
ActionCell
dddf@d@d
TextField
TextFieldCell
Futura-Bold
Helvetica
xThese three sliders all have their minText, maxText and valText outlets connected. Do a test interface (cmd-r) and play
Note that if you want the min, max, and val values to show up when you're in IB and you haven't touched the slider yet, you have to type them in manually, like I did for the bottom slider. This is because IB doesn't have the equivalent to -awakeFromNIB, which would let me know that all the other objects had initialized themselves and that my outlets were now connected. Bummer, huh? Send mail to NeXT to get them to fix it. Should be called - awakeInIB or somesuch...