[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.61,1.62

Tim Peters tim_one@users.sourceforge.net
Tue, 31 Jul 2001 20:30:01 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv8599

Modified Files:
	python20.wse 
Log Message:
The "Select Destination Directory" dialog didn't ask for confirmation
about installing into a pre-existing directory *unless* you hit the
Browse button first.  At least while testing, this screwed me repeatedly.
Plus I really liked the Inno Setup scheme of giving you a list box in
its "select directory" dialog without needing a distinct browse button
to ask for that.

So I redid this dialog from scratch:  now gives a list box at once, the
browse button is gone, it asks for confirmation if the directory already
exists, and, since this is the first dialog in the set now, also removed
its "Back" button.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** python20.wse	2001/08/01 02:36:21	1.61
--- python20.wse	2001/08/01 03:29:59	1.62
***************
*** 312,327 ****
      end
      item: Push Button
-       Rectangle=105 187 150 202
-       Variable=DIRECTION
-       Value=B
-       Create Flags=01010000000000010000000000000000
-       Flags=0000000000000001
-       Text=< &Back
-       Text French=< &Retour
-       Text German=< &Zurück
-       Text Spanish=< &Atrás
-       Text Italian=< &Indietro
-     end
-     item: Push Button
        Rectangle=211 187 256 202
        Action=3
--- 312,315 ----
***************
*** 339,343 ****
      end
      item: Static
!       Rectangle=86 8 258 42
        Create Flags=01010000000000000000000000000000
        Flags=0000000000000001
--- 327,331 ----
      end
      item: Static
!       Rectangle=85 1 257 26
        Create Flags=01010000000000000000000000000000
        Flags=0000000000000001
***************
*** 350,388 ****
        Text Italian=Selezionare Directory di destinazione
      end
!     item: Static
!       Rectangle=86 42 256 82
!       Create Flags=01010000000000000000000000000000
!       Text=Please select the directory where the %APPTITLE% files are to be installed.
!       Text French=Veuillez sélectionner le répertoire dans lequel les fichiers %APPTITLE% doivent être installés.
!       Text German=Geben Sie an, in welchem Verzeichnis die %APPTITLE%-Dateien installiert werden sollen.
!       Text Spanish=Por favor seleccione el directorio donde desee instalar los archivos de %APPTITLE%.
!       Text Italian=Selezionare la directory dove verranno installati i file %APPTITLE%.
!     end
!     item: Static
!       Rectangle=86 98 256 125
!       Action=1
!       Create Flags=01010000000000000000000000000111
!     end
!     item: Push Button
!       Rectangle=208 106 253 121
!       Variable=MAINDIR_SAVE
!       Value=%MAINDIR%
!       Destination Dialog=1
!       Action=2
!       Create Flags=01010000000000010000000000000000
!       Text=Browse
!       Text French=Parcourir
!       Text German=Durchsuchen
!       Text Spanish=Buscar
!       Text Italian=Sfoglie
      end
      item: Static
!       Rectangle=90 109 206 120
        Create Flags=01010000000000000000000000000000
!       Text=%MAINDIR%
!       Text French=%MAINDIR%
!       Text German=%MAINDIR%
!       Text Spanish=%MAINDIR%
!       Text Italian=%MAINDIR%
      end
    end
--- 338,355 ----
        Text Italian=Selezionare Directory di destinazione
      end
!     item: Listbox
!       Rectangle=85 38 256 178
!       Variable=MAINDIR
!       Enabled Color=00000000000000001111111111111111
!       Create Flags=01010000100000010000000101000001
!       Flags=0000110000001010
!       Text=%MAINDIR%
!       Text=
      end
      item: Static
!       Rectangle=95 22 259 37
!       Enabled Color=00000000000000001111111111111111
        Create Flags=01010000000000000000000000000000
!       Text=Please select a directory for the %APPTITLE% files.
      end
    end