Windows PowerPro 3.8.14 http://www.windowspowerpro.com/download/ppro3814.zip - add text configuration directly into PowerPro with Configure Importxxx commands; see help contents "text configuration"
- you can now use backslash as quote characters by gray-checking "use ' as expression" on advanced setup.
- Menu showfile also accepts ini file format
- added switch to control whether environment var refresh deletes unused env vars to configure|setup|advanced|other
- added === and !== for strict text comparison in expressions
- added pcfname keyword for pcf file
- configuration dialog text now uses system text color- fixed problems with current desktop for vdesk moveall
- PowerPro command line processing now recognizes plugin calls and assignments with =
- mouse drag hot keys now work even if other mouse hot keys are not defined
- powerpro and pproconf now permit forward as well as backward slashed in file names
- blank strings are no longer treated as "0" when compared to numbers.
- fixed problems with if-else-endif in command lists
- event plugin now rarely reuses handles
- vec plugin grow fixed
- powerpro file processing recognizes / as well as \
- file plugin recognizes / as well as \
NOTES
1. If you check the standard configuration setting, your quote character will be \. For file names in quoted strings in expression, you will need to use \\ or /.
2. If you find that you get the error message "Invalid configuration file" then
a. shutdown PowerPro
b. use explorer to delete pproconf.pcf
c. Make a copy of your backup of pproconf.pcf and rename to pproconf.pcf
If you can recreate the conditions for the error, please post a message to the group.
3. If you think the import commands are not working properly to import information to PowerPro, please use the Configure WriteALLToPCF command after importing to write to a file. DO NOT WRITE TO YOUR STANDARD CONFIGURATION FILE (PPROCONF.PVF). Drag and drop this file onto the pproconf.exe program using explorer. The information in the pcf you created should be displayed. If the information does not correspond to your text configuration, please post a message to the group with your text file.
STILL TO DO FOR THIS RELEASE
1. Quote string with any character. Likely will use syntax ?c...c
2. give better alternative to format item by plugin-like calls to read or write command list item info
3. plugin-like calls for commands, eg desktop.saveiconsgrid (m,n,"path")