- Timestamp:
- Jan 3, 2019, 9:04:33 PM (7 years ago)
- Location:
- trunk/gui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/manager/PRINTOOL.VRP
r72 r74 6 6 RunParameters: /D 7 7 RunDirectory: 8 VRXWindow: __VREMainWindow,1,9 40,4288,6697,80469 VRXWindow: __VRESectionListWindow,1,10 60,16044,4204,405910 VRXWindow: __VREToolsWindow,1,10 72,14309,5469,166911 VRXWindow: __VREWindListWindow,1,5 288,16044,3505,40598 VRXWindow: __VREMainWindow,1,952,4288,6697,8046 9 VRXWindow: __VRESectionListWindow,1,1072,16044,4204,4059 10 VRXWindow: __VREToolsWindow,1,1084,14309,5472,1659 11 VRXWindow: __VREWindListWindow,1,5300,16044,3505,4059 12 12 UserFile: 1 13 13 UserWindow: WN_MAIN,1 -
trunk/gui/printer/manager/PRINTOOL.VRX
r72 r74 911 911 LoadSettings: PROCEDURE EXPOSE globals. 912 912 913 globals.!version = '0.8 2'914 globals.!copyright = '2013-201 8'913 globals.!version = '0.83' 914 globals.!copyright = '2013-2019' 915 915 916 916 me = VRGet('Application', 'Program') -
trunk/gui/shared/PrManUtl.VRS
r71 r74 649 649 line = STRIP( LINEIN( ppd_file )) 650 650 IF LEFT( line, 15 ) == '*ShortNickName:' THEN DO 651 PARSE VAR line . ':' _nick '0D'x .651 PARSE VAR line . ':' _nick '0D'x . 652 652 nickname = STRIP( _nick ) 653 nickname = STRIP( nickname, 'B', '09'x ) 653 654 nickname = STRIP( nickname, 'B', '"') 655 nickname = TRANSLATE( nickname, ' ', '"') 656 nickname = TRANSLATE( nickname, ' ', "'") 654 657 LEAVE 655 658 END … … 928 931 * to our working directory. 929 932 */ 930 CALL LINEOUT globals.!log1, 'Converting PPD with:' ppd_exe ppdfile ppd_use931 ADDRESS CMD '@'ppd_exe ppdfile ppd_use '2>NUL | RXQUEUE' nq933 CALL LINEOUT globals.!log1, 'Converting PPD with:' ppd_exe '"'ppdfile'" "'ppd_use'"' 934 ADDRESS CMD '@'ppd_exe '"'ppdfile'" "'ppd_use'" 2>NUL | RXQUEUE' nq 932 935 DO QUEUED() 933 936 PULL output
Note:
See TracChangeset
for help on using the changeset viewer.