Página 1 de 1

Icon of a disabled button

Publicado: Jue Abr 12, 2012 9:54 am
por Timm
Hi!
The icon of a disabled Button in a toolbar control is not displayed as shown in oImageListDis. Please take a look at the attached screenshot.
How can I solve this?

Attached files

Icon of a disabled button

Publicado: Jue Abr 12, 2012 10:21 am
por ignacio
Timm escribió el jue, 12 abril 2012 09:54Hi!
The icon of a disabled Button in a toolbar control is not displayed as shown in oImageListDis. Please take a look at the attached screenshot.
How can I solve this?
Timm,
Include this at the beginning of your Main procedure:
XA_SetBmpDisableMode( dmGRAYED )
Regards
Note: Right now is an undocumented Xailer feature. It will be documented on next release.

Icon of a disabled button

Publicado: Jue Abr 12, 2012 11:19 am
por Timm
Ignacio,
works great, many thanks!
Best regards, Timm.