Changeset 20 for trunk/gui/printer


Ignore:
Timestamp:
Jan 23, 2013, 1:36:23 AM (13 years ago)
Author:
Alex Taylor
Message:

Finish NLV enabling code.

Location:
trunk/gui/printer/cupswiz
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/printer/cupswiz/cupswiz.VRP

    r18 r20  
    77VRXWindow: __VREMainWindow,1,614,2554,5770,9106
    88VRXWindow: __VRESectionListWindow,1,675,11804,4529,3891
    9 VRXWindow: __VREToolsWindow,1,1686,9877,4971,1659
     9VRXWindow: __VREToolsWindow,1,1686,9877,4965,1663
    1010VRXWindow: __VREWindListWindow,1,5228,11804,2650,3891
    1111UserFile: 1
  • trunk/gui/printer/cupswiz/cupswiz.VRX

    r18 r20  
    138138    END
    139139    ELSE DO
    140         CALL NLSSetText 'DT_INFO', 'Caption', NLSGetMessage( 51 )           /* 51: The printer has been created. */
    141         CALL NLSSetText 'PB_NEXT', 'Caption', NLSGetMessage( 53 )           /* 53: Create another */
    142     END
    143     CALL NLSSetText 'PB_CANCEL', 'Caption', NLSGetMessage( 55 )             /* 55: Close */
     140        CALL NLSSetText 'DT_INFO', 'Caption', 51                            /* 51: The printer has been created. */
     141        CALL NLSSetText 'PB_NEXT', 'Caption', 53                            /* 53: Create another */
     142    END
     143    CALL NLSSetText 'PB_CANCEL', 'Caption', 55                              /* 55: Close */
    144144
    145145    CALL LINEOUT globals.!log1, ''
     
    602602    manufacturers.0 = count
    603603
    604     CALL NLSSetText 'DT_INFO', 'Caption', 21                            /* 21: Select the printer manufacturer and model from the list below. */
    605 
    606604RETURN
    607605
     
    997995    ppds.0 = manufacturers.item.!printers.0
    998996
     997    CALL VRSet 'WN_MAIN', 'Pointer', 'WAIT'
     998    CALL VRMethod 'LB_SELECT', 'Clear'
    999999    CALL VRSet    'LB_SELECT', 'Painting', 0
    1000     CALL VRMethod 'LB_SELECT', 'Clear'
    10011000    CALL VRMethod 'LB_SELECT', 'AddStringList', 'models.',, 'ppds.'
    10021001    CALL VRSet    'LB_SELECT', 'Painting', 1
     1002    CALL VRSet 'WN_MAIN', 'Pointer', '<default>'
    10031003/*    CALL VRSet 'LB_SELECT', 'Selected', 1 */
    10041004
     
    15061506
    15071507    END
     1508    CALL NLSSetText 'DT_INFO', 'Caption', 21       /* 21: Select the printer manufacturer and model from the list below. */
    15081509
    15091510    CALL VRSet 'LB_BRAND',  'Painting', 0
     
    16181619    CALL NLSSetText 'SW_ABOUT',  'Caption', 10                                          /* 10: Product Information */
    16191620    CALL NLSSetText 'DT_ABOUT1', 'Caption', 11                                          /* 11: eCups Printer Install Utility */
    1620     CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '0.98'                                  /* 12: Version %1 */
    1621     CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010,2012'                             /* 13: (C) %1 Alex Taylor */
     1621    CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '0.97'                                  /* 12: Version %1 */
     1622    CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010, 2012'                            /* 13: (C) %1 Alex Taylor */
    16221623    CALL NLSSetText 'PB_ABOUT',  'Caption', 2                                           /* 10: Product Information */
    16231624
  • trunk/gui/printer/cupswiz/cupswzen.mkm

    r18 r20  
    8181CWZ0065I: CUPS could not be located.  If you wish to use a local installation of CUPS, please specify the path where CUPS is installed on the command line to this program (e.g "%1").
    8282CWZ0066I: Only remote CUPS queues will be available for printers created in this session.  (To skip this warning in the future, start this program with the /R parameter.)
    83 CWZ0067I: The printer "%1" does not appear to be supported by the %2 driver, and no similar models were found.  The generic PostScript driver will be used for application support.
     83CWZ0067I: The %2 presentation driver appears to contain no information about "%1" or any similar models.  The generic PostScript driver will be used for application support.
    8484CWZ0068I: Printer Name Not Found
    8585CWZ0069I: The printer parameters could not be imported, possibly due to an incompatible PPD file.
  • trunk/gui/printer/cupswiz/readme.1st

    r18 r20  
    11CUPSWIZ - CUPS printer-creation wizard
    2 Version 0.98
     2Version 0.97
    33
    44  This program is simple graphical front-end for creating CUPS-based printers
Note: See TracChangeset for help on using the changeset viewer.