Changeset 367
- Timestamp:
- Dec 4, 2009 5:04:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_Win_readme.html
- Property rcs:date changed from 2000/10/18 00:11:17 to 2000/12/22 21:14:32
- Property rcs:lines changed from +12 -3 to +29 -21
- Property rcs:rev changed from 1.14 to 1.15
r341 r367 77 77 <A Href="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html"> 78 78 Tcl/Tk</A> distribution<BR> 79 I am testing a newversion (Tcl/Tk v8.2):<BR>79 I recommend using this (not so new) version (Tcl/Tk v8.2):<BR> 80 80 <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/tcltk/tcltk82blt24qwinexec0601.exe"> 81 81 ftp://ftp.ncnr.nist.gov/pub/cryst/tcltk/tcltk82blt24qwinexec0601.exe</A> 82 82 (2686464 bytes) 83 <BR> or anolder version (Tcl/Tk v8.0):<BR>83 <BR>Or, you could also load this older version (Tcl/Tk v8.0):<BR> 84 84 <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/win/tcltk80p2+.exe">ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/win/tcltk80p2+.exe</A> 85 (3604992 bytes) 86 87 <P><LI>The 88 <A HREF="expgui.html"> 89 EXPGUI 90 </A> 91 code<BR> 85 (3604992 bytes). I think 8.2 is a better choice. 86 <P> 87 <LI>The 88 <A HREF="expgui.html">EXPGUI</A> code<BR> 92 89 <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/expgui.exe">ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/expgui.exe</A> 93 90 (~340 K bytes) … … 97 94 ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/expgui_alpha.zip</A><BR> 98 95 You will need an unzip program, such as WinZip or pkZip, to use this file. 96 (sometimes I update 97 <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/expgui_alpha.exe"> 98 ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/expgui_alpha.exe</A> 99 but this may lag behind the .ZIP version or be deleted.) 99 100 <P><LI> 100 101 If you are using an older version of GSAS (before April, 2000) you may … … 203 204 1. Can I use a different version of Tcl/Tk than the one here? 204 205 <UL>Yes -- but: you will need both Tcl/Tk and the Winexec package (see 205 http://www.du.edu/~mschwart/tcl-tk.htm) for the GUI to work. Further, 206 http://www.du.edu/~mschwart/tcl-tk.htm) for the GUI to work 207 with Windows-95, -98 and -me. Further, 206 208 several utility routines (liveplot and widplt) 207 209 require the BLT package to be properly configured as a loadable 208 210 package to run. If you care what vintage of Tcl/Tk you are using, you are 209 211 obviously a "power user" so take a look at the pkgIndex.tcl files and fix 210 your version appropriately. Please note that EXPGUI seems to run very 212 your version, if you get an error about loading Blt_ZoomStack. 213 Please note that EXPGUI seems to run very 211 214 slowly in Tcl/Tk version 8.1, but OK in 8.0 and 8.2. 212 215 <BR> </UL> … … 244 247 <UL>This package has gotten some testing under Win95 and WinNT v4.0. 245 248 My limited experience with Win98 seems to show that EXPGUI runs OK. 246 It might be possible to get some parts of the package to run under Win32s on Win3.1, but 247 don't ask me for help. 249 It might be possible to get some parts of the package to run under 250 Win3.1 with the Tcl/Tk version (8.0) that runs in Win32s, but 251 you are on your own. 248 252 </UL> 249 253 4. EXPGUI seems pretty slow, or is it my imagination? 250 254 <UL> 251 Well, actually the problem is Windows. EXPGUI is pretty zippy in LINUX, but some operations 252 (reading a histogram in liveplot for example) can take 3-5 times longer in Windows than in UNIX. 255 Well, actually the problem is Windows. EXPGUI is pretty zippy in LINUX, 256 but some operations 257 (reading a histogram in liveplot for example) can take 3-5 times 258 longer in Windows than in UNIX on the exact same hardware. 259 By all means, take this up with the folks in Redmond, WA. 253 260 254 261 </UL> … … 261 268 One is that the graphics package (PGPLOT) cannot find the PGPLOT_FONT 262 269 environment variable (that points to file GRFONT.DAT). EXPGUI does this 263 correctly, unless you are out of environment space (and I don't know how to 264 fix that in Windows.) 270 for you and warns if it can't find this file, so the likely reason is 271 that you are out of environment space (see 2, above). 265 272 <P> 266 273 The other appears to be a graphics mode problem. Not all modes work … … 271 278 (by opening a DOS box and type SET, also see question 2, above.) 272 279 If the plotting program runs in PC-GSAS or GSAS.BAT but not EXPGUI, you have a 273 real EXPGUI bug .280 real EXPGUI bug and should bug me. 274 281 275 282 <a name="NetPath"></a></UL> 276 283 4. Can GSAS and EXPGUI be located on a shared network drive? 277 284 <UL> 278 Yes, but the path must be mapped to a "logical drive."279 (e.g. F:) since GSAS is basically a DOS program.285 Yes, but. The path must be mapped to a "logical drive." 286 (e.g. F:) since GSAS is basically a set of DOS programs. 280 287 Likewise, you will have troubles accessing 281 288 experiment and data files on a networked drive unless 282 289 that path is also mapped to a "logical drive." 290 EXPGUI will warn you, if you do either. 283 291 </UL> 284 292
Note: See TracChangeset
for help on using the changeset viewer.