Changeset 84 for trunk/gui/printer
- Timestamp:
- Feb 21, 2019, 9:24:20 PM (7 years ago)
- Location:
- trunk/gui/printer/cupswiz
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRP
r82 r84 7 7 VRXWindow: __VREMainWindow,1,578,2746,5770,9106 8 8 VRXWindow: __VRESectionListWindow,1,723,11900,4529,3891 9 VRXWindow: __VREToolsWindow,1,1650,9973,54 68,16619 VRXWindow: __VREToolsWindow,1,1650,9973,5474,1665 10 10 VRXWindow: __VREWindListWindow,1,5191,11900,2650,3891 11 11 UserFile: 1 -
trunk/gui/printer/cupswiz/cupswiz.VRX
r82 r84 736 736 PARSE VAR models.i _brand _model ' - CUPS+' _type 737 737 IF _type == '' THEN DO 738 IF POS('hpcups', _model ) > 0 THEN 738 IF POS('hpcups', _model ) > 0 THEN 739 739 _type = 'HPLIP' 740 ELSE IF POS('hpijs', _model ) > 0 THEN 740 ELSE IF POS('hpijs', _model ) > 0 THEN 741 741 _type = 'HPLIP' 742 742 ELSE IF ( _type == '') & ( LEFT( ppds.i, 3 ) == 'hp/') THEN … … 1687 1687 WORD( globals.!prt_nick, 1 ) == 'Hewlett-Packard' THEN 1688 1688 globals.!os2driver = 'ECUPS-HP' 1689 ELSE IF TRANSLATE( WORD( globals.!prt_nick, 1 )) == 'E pson' THEN1689 ELSE IF TRANSLATE( WORD( globals.!prt_nick, 1 )) == 'EPSON' THEN 1690 1690 globals.!os2driver = 'EPSONINK' 1691 1691 ELSE … … 2103 2103 LEAVE 2104 2104 END 2105 /* If PSPRINT is present use it as a fallback default */ 2106 ELSE IF drv_list.i == 'PSPRINT' THEN def_idx = i 2105 2107 END 2106 2108 CALL VRSet 'DDCB_PRESDRV', 'Selected', def_idx -
trunk/gui/printer/cupswiz/readme.1st
r82 r84 103 103 - There is no way to go 'back' in the wizard; if you need to go back and 104 104 change a previous selection, you must cancel and start over. 105 - Th e program has only been tested with Gutenprint, HPLIP, and native106 Postscript printers with imported PPDs. Other drivers packages such as107 SpliX or foo2qpdl may work but this is not guaranteed.105 - This program has not been exhaustively tested with all possible driver 106 packages; they should generally work, but it may be possible to encounter 107 a driver package which behaves in a way CUPSWIZ does not expect. 108 108 - If your %TMP% directory has spaces in the pathname, the program will almost 109 109 certainly fail to work properly. The same applies to your %LOGFILES% … … 113 113 - Password-protected local CUPS queues are not supported. (Network printers 114 114 connected with LPD, IPP or SMB should work, however.) 115 - There may well be undiscovered bugs; please report any you find.116 115 117 116 Contact: Alex Taylor (alex at altsan dot org)
Note:
See TracChangeset
for help on using the changeset viewer.