This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Suite dialog backgrounds
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 28, 2014
05:29 PM
Suite dialog backgrounds
I am having difficulties with using brushes that contain images in suite wizard pages. In IS2012, I had 3 images - header, body and footer. They filled the entire dialog box as they were supposed to and looked like a seamless graphic. In IS2014, the header is offset from the body (raised up) and a different width than the body. I have yet to have the footer show up under the navigation buttons.
I also tried using a single file instead and it smooshed everything together into the body area only. I had assumed it would expand to fill the entire dialog box. Is that not the case? The header and footer contain default colors. Any ideas of what I have set up incorrectly?
I also tried using a single file instead and it smooshed everything together into the body area only. I had assumed it would expand to fill the entire dialog box. Is that not the case? The header and footer contain default colors. Any ideas of what I have set up incorrectly?
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 29, 2014
08:35 AM
To use a single image as your background, make sure that you've specified the image for Full Wizard Background, and left Default Body Background, Header Background, and Navigation Background set to "(No Style)".
(The same behavior was only recently made available in the IDE; previously it was available only through edits to the project file that were described in this InstallTalk blog post. Due to changes in the XML schema they may look a little different today.)
(The same behavior was only recently made available in the IDE; previously it was available only through edits to the project file that were described in this InstallTalk blog post. Due to changes in the XML schema they may look a little different today.)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 29, 2014
02:13 PM
I tried what the InstallTalk blog said to do in IS2012 just see how it worked with the old XML format. I could not get it to work there at all. Nothing showed up as the background. Snippets from the .issuite:
In IS2012 using 3 images (header, body & footer) everything looked good.
In IS2014 using the full wizard background, the header and footer are not showing the graphic that should fill the dialog.
I also tried IS2014 using my 3 images (header, body & footer). Again, the header and footer graphics are not displayed. It looks the same as the previous picture.
I obviously still have something wrong in the .issuite, but no matter what I change, it just doesn't work right.
By the way, while in the IDE, the dialogs look correct. All of the graphics (header, body & footer) are visible, but when I run the Suite, the graphics are wrong.
In IS2012 using 3 images (header, body & footer) everything looked good.
In IS2014 using the full wizard background, the header and footer are not showing the graphic that should fill the dialog.
I also tried IS2014 using my 3 images (header, body & footer). Again, the header and footer graphics are not displayed. It looks the same as the previous picture.
I obviously still have something wrong in the .issuite, but no matter what I change, it just doesn't work right.
By the way, while in the IDE, the dialogs look correct. All of the graphics (header, body & footer) are visible, but when I run the Suite, the graphics are wrong.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 30, 2014
10:50 AM
When the wizard is in Glass mode, neither the header nor footer's background are visible. Setting your Wizard Format to Wizard97 will address this aspect, and the run-time and preview behavior should be more similar.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 30, 2014
11:37 AM
Thank you, thank you, thank you! That took care of the entire problem.