Create Popup Message on Disabled Element
Instructions
Add the steps involved:
- Create the disable layer as you normally would
- Make it invisible and set it to advance on click

- On the same step, create another sub-step that will 'show on hover'.
- Set the target element for this tip to .stDisableDiv

The way OGL disables an element is by placing a "transparent" layer on top of it. If for example we disable a button when the end users click on the button they are in fact clicking on that transparent layer and the button never "sees" the click and is hence unusable.
When you set a tip to show on hover, OGL waits for the end-user to put their mouse over the relevant element and show the tip then; but if the element is also disabled, the mouse will never be over the element but only on that "transparent" layer mentioned above.
The solution is to have the tip show when the mouse goes over the layer instead of the element itself.