I have a page where the displayed text is one of 4 options, decided at run time on the results of an INI file read.
In order that the intermediate text (mess) doesn't show to the user, I have created an image that overlays the area and 'covers' the text. Once the correct text has been displayed (and the redundant text hidden) the overlay mask is hidden.
Thus the user only sees the correct text once its in place.
HOWEVER; I now find that any 'hot spot' (Normal/Highlight image) action that was at a lower level (and now visible) is not working. Is this correct?
------------------
In order that the intermediate text (mess) doesn't show to the user, I have created an image that overlays the area and 'covers' the text. Once the correct text has been displayed (and the redundant text hidden) the overlay mask is hidden.
Thus the user only sees the correct text once its in place.
HOWEVER; I now find that any 'hot spot' (Normal/Highlight image) action that was at a lower level (and now visible) is not working. Is this correct?
------------------
Comment