We have used the Feedback Slider for that matter but the event which we capture for this is ctlSelectEvent only, is this the problem???? is there some different event to it.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:bounce-palm-dev-forum-52655@;news.palmos.com]On Behalf Of Ben Combee Sent: Friday, October 25, 2002 10:33 AM To: Palm Developer Forum Subject: Re: Slider Control Problem...... At 10:37 2002-10-25 +0530, you wrote: >Hi All, > > We have developed a Serial Communication >Application which interacts with a Music Box. We have >put up a slider control to increase and decrees the >volume through the music box. The problem is when I >drag the slider from one position to another and I >lift the pen then only the change in volume is sensed >by the Box, I want that will dragging only the change >can be felt, can this be done??..........pls revert for >any clarification. You need to use a Feedback Slider, rather than the standard slider control. The feedback slider will send events as its being moved that you can use to send notifications to the music box. The standard slider only send a change event when the user it done moving it. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
