setImage for NStepper like NSButton

2008-05-06 Thread
Hi,all We know we can setImage for a Button(NSButton), But now I need setImage for NSStepper. How should I do? Many thanks! ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the l

Palette a NSStepper with tow Buttons and a NSTextField

2008-05-07 Thread
Hi,all I know NSStepper provided by Interface builder. But now I need to setImage like NSButton for a NSStepper, so I use two buttons and a textFiled to make my stepper. and another problem, I need make my stepper as a palette. How should I do? Many thanks __