Hello.. I was wandering if we can have a Popup visible if we click or Hover over a label which is in display mode 'Disabled'. The idea is that when a user would like to pres a item which is 'disabled' , than a a popup would explain to him why he can't go turther or what he shoud do in order to continue normally the process. Thank you for your help.
I think its always good to use Tooltip (instead of popup) for disabled controls. If you want to tell the user about some process, then place a static text on your screen (kind of instructions for the user).
Hello.. I was wandering if we can have a Popup visible if we click or Hover over a label which is in display mode 'Disabled'. The idea is that when a user would like to pres a item which is 'disabled' , than a a popup would explain to him why he can't go turther or what he shoud do in order to continue normally the process.
Thank you for your help.
I think its always good to use Tooltip (instead of popup) for disabled controls. If you want to tell the user about some process, then place a static text on your screen (kind of instructions for the user).