PDA

View Full Version : Checkboxes do not appear in Exit Dialog



richmcc
09-30-2008, 01:03 PM
I have two checkboxes in the exit Dialog one for Readme and one to launch the application.

They are both set to show with condition to hide if "Installed" so it does not show up in the Uninstaller.

However at the end of the install neither checkbox shows until the mouse flies over them. What am i doing wrong?

Also the Readme file is an Html file I tried to launch it with

DOACTION Run Executable.
iexplorer
Arguments
[INSTALLDIR]Doucmentation\ReadMe.html

But I get an error instead

psulek
11-26-2008, 04:34 AM
I found that you cannot use background image where checkbox is, because then checkbox is not showed until mouse is on top of this checkbox.