[izpack-users] optional/alternative user input panel by selected pack

Miraodb miraodb at hotmail.com
Thu Jan 19 10:22:30 CET 2006


Hi dongsu,

there's an attribute for that matter in userinputpanel.
let's say you have a pack called Toto.

then in userinputspec.xml you could do something like:

<userInput>
 <panel order="0">
  <createForPack name="Toto" />
........


This means that the first userinputpanel will appear only if the pack Toto
is selected.
You could add as many pack as you want.


<userInput>
 <panel order="0">
  <createForPack name="Toto" />
<createForPack name="Toti" />
<createForPack name="Tata" />
......

All this is explained is the documentation.

Cheers,
fabrice
----- Original Message ----- 
From: "Dongsu Jang" <iolo at hellocity.net>
To: <izpack-users at berlios.de>
Sent: Thursday, January 19, 2006 10:11 AM
Subject: [izpack-users] optional/alternative user input panel by selected
pack


> Hi,
>
> I want to show some user input panels only if the specific pack is
> selected.
> How can I do this?
>
> TIA
>
> -- 
> Dongsu Jang <iolo at hellocity.net>
>
>
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> http://lists.berlios.de/mailman/listinfo/izpack-users
>





More information about the izpack-users mailing list