Element | Option | Possible/Answer | IzPack Panels | Custom Panels | Comment | Screen shot / Example |
---|
Window Title | Custom text | YES | YES | | Change the value of corresponding variables: installer.title or installer.reversetitle \footnote 1 | |
Text formating: | OS dependent | YES | | Text formatting of the window title depends on the operating system's settings. |
IzPack Title and Subtitle
| Custom text | YES | YES | | - Title 0..1, Subtitle 0..n. (hmm!?)
- Panel titles can be switched by the guiprefs modifier useHeadingPanel (global). To change the panel title for the IzPack panel modify the corresponding language pack variable <PanelName>.headline (e.g.: <str id="HelloPanel.headline" txt="This is my custom title"/>).
| |
Text formating: - size
- TODO font (glaube nicht)
| YES | YES | | Code Block |
---|
theme | Eclipse |
---|
language | html/xml |
---|
title | Font size (global) |
---|
collapse | true |
---|
| <guiprefs>
...
<modifier key="headingFontSize" value="3.0"/>
...
</guiprefs> |
| |
Color: | YES | YES | | Code Block |
---|
theme | Eclipse |
---|
language | html/xml |
---|
title | Font size (global) |
---|
collapse | true |
---|
| <guiprefs>
...
<modifier key="headingBackgroundColor" value="0x00FF7F7F"/>
<modifier key="headingForegroundColor" value="0x000000FF"/>
...
</guiprefs> |
| |
Image: | YES | | | Code Block |
---|
theme | Eclipse |
---|
language | html/xml |
---|
title | Image right side |
---|
collapse | true |
---|
| <resources>
...
<res id="Heading.image" src="images/heading_image.png"/>
...
</resources> |
Code Block |
---|
theme | Eclipse |
---|
language | html/xml |
---|
title | Image left side |
---|
collapse | true |
---|
| <guiprefs>
...
<modifier key="headingImageOnLeft" value="yes"/>
...
</guiprefs>
<resources>
...
<res id="Heading.image" src="images/heading_image.png"/>
...
</resources> |
|
|
Installation progress: | YES | YES | | Code Block |
---|
theme | Eclipse |
---|
language | html/xml |
---|
title | Installation progress (choose one) |
---|
collapse | true |
---|
| <guiprefs>
...
<modifier key="layoutAnchor" value="NORTWEST"/>
...
</guiprefs> |
|
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Image | Are images on panels mandatory | NO | | | | |
Custom image per panel | YES | | | | |
Multiple images per panel | YES | | | | |
Allowed positions | | | | | |
is the size of the image predefined | NO | | | | |
Panel | Custom text | | | | | |
Text formating (e.g.: size, bold, italic, color...) | YES(size) | | | Size: Use guiprefs modifier labelFontSize (global). | |
Layout variations: - NORTH
- NORTHWEST
- SOUTHWEST
- SOUTH
- CENTER (default)
| YES (global)
| Code Block |
---|
theme | Eclipse |
---|
language | html/xml |
---|
title | Layout |
---|
collapse | true |
---|
| <guiprefs>
...
<modifier key="layoutAnchor" value="NORTWEST"/>
...
</guiprefs> |
| NORTHWEST | NORTH | | | CENTER | | SOUTHWEST | SOUTH | |
|
Icons | Visibility | YES (global)
| Code Block |
---|
theme | Eclipse |
---|
language | html/xml |
---|
title | Icon visibility switch |
---|
collapse | true |
---|
| <guiprefs>
...
<modifier key="useLabelIcons" value="yesno"/>
...
</guiprefs> |
| |
size | | | | | |
Buttons | Custom text | | | | | |
Icons visibility variable: | YES (global)
| Code Block |
---|
theme | Eclipse |
---|
language | html/xml |
---|
title | Icon visibility switch |
---|
collapse | true |
---|
| <guiprefs>
...
<modifier key="useButtonIcons" value="yes"/>
...
</guiprefs> |
| |
Custom buttons | | | | | |
Custom gui items | label | | | | | |
radio button | | | | | |
check button | | | | | |
push button | | | | | |
icon... | | | | | |
IzPack Installer Dialog | Size: | YES (global ) | for all panals) | Code Block |
---|
<guiprefs width="640" height="480" resizable="yes">
</guiprefs> |
| |
| |
| |