[izpack-users] problem with license panel
Bartz, Klaus
Klaus.Bartz at coi.de
Tue Jun 26 09:48:35 CEST 2007
Hello Push To Test...,
os := unix ?
On windows I cannot reproduce it.
Try with guiprefs modifier, e.g.
<guiprefs width="640" height="480" resizable="yes">
<modifier key="layoutAnchor" value="NORTH_WEST"/>
<modifier key="layoutXStretchType" value="ABSOLUTE"/>
<modifier key="topYGap" value="10"/>
<modifier key="allYGap" value="5"/>
<modifier key="paragraphXGap" value="10"/>
<modifier key="layoutFullLineStretch" value="1.0"/>
<modifier key="layoutFullColumnStretch" value="1.0"/>
</guiprefs>
Cheers
Klaus
-----Original Message-----
From: izpack-users-bounces at lists.berlios.de [mailto:izpack-users-bounces at lists.berlios.de] On Behalf Of Luis Lara
Sent: Tuesday, June 26, 2007 12:08 AM
To: izpack-users at lists.berlios.de
Subject: [izpack-users] problem with license panel
Hello IzPack developer team!
I am developing an Installer for TestMaker and I am having a problem with the license pack; while the information pack shows the text using the entire screen, the license information is shown in a very small TextArea.
Is there a way to solve this problem?.
I have attach a screenshot of both windows.
The xml we use to create the installer is
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<installation version="1.0">
<info>
<appname>PushToTest TestMaker</appname>
<appversion>5.0</appversion>
http://www.pushtotest.com/
<javaversion>1.5</javaversion>
<appsubpath>PushToTest_TestMaker</appsubpath>
http://www.pushtotest.com/tm5install
</info>
<guiprefs height="600" resizable="yes" width="800"/>
<locale>
<langpack iso3="eng"/>
</locale>
<resources>
<res id="HTMLLicencePanel.licence" src="../Installers/distribution/license.txt"/>
<res id="HTMLInfoPanel.info" src="../Installers/distribution/readme.txt"/>
<!-- Add an image to all the panels -->
<res id="Installer.image" src="../TestMaker/docs/images/ptt_installer.jpg"/>
<res id="userInputSpec.xml" src="../Installers/userInputSpec.xml"/>
</resources>
<panels>
<panel classname="HelloPanel"/>
<panel classname="HTMLInfoPanel"/>
<panel classname="HTMLLicencePanel"/>
<panel classname="TargetPanel"/>
<panel classname="PacksPanel"/>
<panel classname="UserInputPanel"/>
<panel classname="InstallPanel"/>
<panel classname="FinishPanel"/>
</panels>
<packs/>
</installation>
Thanks
Push To Test developer Team
_____
¡Descubre una nueva forma de obtener respuestas a tus preguntas!
Entra en Yahoo! Respuestas <http://us.rd.yahoo.com/mail/es/tagline/answers/*http://es.answers.yahoo.com/;_ylc=X3oDMTEzNWwxbTZtBF9TAzIxMTQ3MTQxOTAEc2VjA01haWwEc2xrA3RhZ2xpbmVz> .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20070626/74a94d00/attachment.html
More information about the izpack-users
mailing list