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.
|