[izpack-users] problem with license panel

Luis Lara l3c_lara at yahoo.es
Tue Jun 26 00:07:30 CEST 2007


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://es.answers.yahoo.com/info/welcome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20070625/a539eb70/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: information.png
Type: image/png
Size: 75117 bytes
Desc: not available
Url : https://lists.berlios.de/pipermail/izpack-users/attachments/20070625/a539eb70/attachment.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: license.png
Type: image/png
Size: 75044 bytes
Desc: not available
Url : https://lists.berlios.de/pipermail/izpack-users/attachments/20070625/a539eb70/attachment-0001.png 


More information about the izpack-users mailing list