Hinageswaragunupudi wrote:I use different bitmaps for enabled and disabled status
I think so.
I don't know this is FWH problem or bug.
Old Bar/Btnbmp version work fine.
So I hope Antonio have solution for it.
Regards,
Richard
Code: Select all
DEFINE BUTTON OF oBar ACTION oBar:aControls[ 1 ]:Disable() ; // Print() ;
RESOURCE "attach" PROMPT "Attach"
Hi Antonio,Antonio Linares wrote:Richard,
Please make this change in samples\Test2007.prg:Here it works fine and disable the first button, though the bitmap is shown the same, but the button can't be selectedCode: Select all
DEFINE BUTTON OF oBar ACTION oBar:aControls[ 1 ]:Disable() ; // Print() ; RESOURCE "attach" PROMPT "Attach"