I have never used the repeating buttons. I have need
for one but cannot get it to repeat.
The ctlRepeat event does not seem to be repeated while
the pen is down. What is required to get the repeat
event to work.
I have a function (DoSomething) that is to be repeated
when the repeat button is pressed. It executes once
but does not repeat. What else is required?
case ctlRepeatEvent:
if (event->data.ctlRepeat.controlID == rptC1L ) {
DoSomething();
handled = 1;
break;
}
Also, the button remains highlighted. After the
first tap. Only subsequent taps clears the highlight.
I would expect it to clear by itself. What is
required to get the button to repeat and clear
highlight upon releasing it?
Thanks
Mike
--
-----------------------------------------------------------------
Discussion Group: http://www.halcyon.com/ipscone/wwwboard/
Protect your constitutional rights. Your favorite one may be next!
-----------------------------------------------------------------