Archive: 2nd Folder choice


2nd Folder choice
  Hello

I need a new page where the User can select a Second
Folder. (Like Install Dir page)
The second Folder i will use to $images ( i thing the most users
will the select C:\my documents\My Tool\ ...)

How can this crate ?

i have tryied to make a .ini file width:




***93;

>NumFields=2

>***91;Field 1***93;
>Type=label
Text
=Listenverzeichnis
Left=0
Right=225
Top=0
Bottom=15

>***91;Field 2***93;
>Type=text
Text=yoyo
Left=0
Right=225
Top=40
Bottom=60
>
but i thing this is a bad style because the user must write the
dir.

Please Help.

Greats

xrz


PS: sorry for bad english

Is your problem giving a default text in the directory selection field? If so, write STATE=C:\whatever to set the initial text (using WriteIniStr).


No.

My Problem is i need a clone from


  Page directory 

>
1st "Page directory" setts ->Install dir
2nd "Page directory" setts ->Image dir


Like this:

DirText "Prog. Dir"
InstallDir $PROGRAMFILES\DirLister

DirText "Image Dir"
InstallDir $DESKTOP\Images

thanks

xrz

Use a "DirRequest" instead of a "label".