cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
William-Webb
Level 4

Dialog Titles hidden when using DialogSetInfo()

Hi all,

As above, we can now successfully define an image using the code below


function OnBegin()
SdInit();
DialogSetInfo( DLG_INFO_ALTIMAGE, SourceDir ^ "Banner.bmp", TRUE );
end;


However when we do this, 50% of our dialogs loose their titles, our project is an InstallScript MSI.

Thanks
Labels (1)
0 Kudos
(3) Replies
RobertDickau
Flexera Alumni

Which part of the title? Can you post a screenshot?
0 Kudos
William-Webb
Level 4

Hi Robert,

I've attached a screenshot as requested.

The title of this dialog was originally shown ontop of the banner, this was our fix by moving all of the dialog titles down.

We also have an issue with the SdSetupCompleteError when the body text vanishes, and the top banner is reverted to the default hard-coded image!

Dont you just love InstallShield? 😄
0 Kudos
RobertDickau
Flexera Alumni

First, a sanity check: could it be a tab-order problem?
0 Kudos