[izpack-users] install pack based on complex conditions (repost)
E.othman
othmanelmoulat at menara.ma
Fri Mar 16 16:19:11 CET 2007
Hi Dennis and all of you guys;
i need further help to implement conditional panel with izpack
Dennis proposed using a PackSelectionPanel; but i don't know how to use
that : can u write me some snippet code ? i would appreciate it a lot
please guys; if someone can propose me a solution to the problem i
described in my OP that would be nice.
thanks.
Dennis Reil wrote:
> Hi,
>
>
>
>> 1.display a UserInputPanel asking user if he /she wants to install a
>> pack or not (I'm thinking to use check boxes for this: yes and no)
>> 2. if user decides not to install the pack (checks no); i should ask him
>> for the path where this pack is currently installed . then i should
>> validate this path (not empty) if path is empty the installation should
>> fail (be canceled).if path is correct i should save this path to a
>> .properties file.
>> 3.if user checks yes (decides to install pack ) then i should display a
>> ProcessPanel
>>
>
> There're two possibilities to solve this problem.
> 1. a) Use a PackSelectionPanel
> b) define a packselectioncondition like this:
> <condition type="packselection" id="pack1selected">
> <packid>pack1</packid>
> </condition>
> and the negated one: (in the current trunk, this is optional)
> <condition type="not" id="notpack1selected">
> <condition type="ref" refid="pack1selected"/>
> </condition>
> Note, that there has to be a pack in install.xml with id pack1
> c) Use a panelcondition like the following to show the user input
> panel:
> <panelcondition panelid="pack1pathselection"
> conditionid="notpack1selected" />
>
> with the current trunk, you can also write:
> <panelcondition panelid="pack1pathselection" conditionid="!
> pack1selected" />
>
> Regards,
> Dennis
>
>
>> I'm new to izpack and need to implement this feature urgently : it would
>> be nice if some one helps me write the xml configuration files to
>> implement this feature.
>>
>> your help is greatly appreciated.
>>
>> thanks.
>>
>> othman
>>
>>
>>
>> No virus found in this outgoing message
>> Checked by PC Tools AntiVirus (3.1.0.10 - 9.065.007).
>> http://www.pctools.com/anti-virus/
>> _______________________________________________
>> izpack-users mailing list
>> izpack-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/izpack-users
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20070316/371c2c81/attachment.html
More information about the izpack-users
mailing list