I'm having problems changing the aspect of tbtnbmp object when disable. I'm declaring it something like this:
- Code: Select all Expand view
REDEFINE BTNBMP ::oBtnRec ID 201 OF ::oDlg RESOURCE "voicerec_rec", "voicerec_recDis", "VoiceRec_RecDis" ;
TOOLTIP "Record" NOBORDER UPDATE
Wheather ::oBtnRec is disabled or not, only the first bmp displays. How can I change the image shown on the btnbmp at run time?
Thank you,
Reinaldo.