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

Finish NLV enabling code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.