Hi!
I created class, derived from CEikCommandButton, with overwrited function HandlePointerEventL.
In HandlePointerEventL I implemented some functionality, but there is no any haptics, or beeps, when pointer event occurs.
But on other standard controls - when you clicking on some UI element(tab, listbox, etc.) there are beep and haptics vibro ( if they are enabled in phone's options ).
How could I to simulate it manually? May be I must to send some event to some control?
And some simple offtopic:
How could I to swap CEikCommandButton's colors? I want to show white text on black background, instead of black on the white, while button is pressed.
Thanks a lot for your answers!



