Changeset 31 for branches/1.0/src/de


Ignore:
Timestamp:
May 8, 2010, 6:13:50 PM (15 years ago)
Author:
herwigb
Message:

Streamline code

Location:
branches/1.0/src/de
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/de/readme.txt

    r19 r31  
    1616
    1717The eCS (OS/2) Universal Port Driver (UNI.PDR) redirects the datastream
    18 from a printer port to a program. It has been tested to work with ePDF
     18from a printer port to a program. It has been tested to work with
     19
     20  - ePDF.exe
     21  - smbspool.exe
     22 
    1923successfully, but should work with any program being capable to accept a
    2024file as an argument on the commandline.
     
    2226uni.pdr is (like smb.pdr and cups.pdr) based upon Serge Starcks lpr32.pdr.
    2327Unlike the above 2 pdrs, which have the program to service hardcoded into
    24 the driver, both program and parameters may be configured individually in
    25 uni.pdr.
     28the driver, uni.pdr allows program, parameters and working directory to be
     29configured individually.
    2630
    2731When configuring the parameter field, make sure to have the %file% token
     
    4751   - changelog created
    4852   - got it working
     53   
     54 v1.0 alpha2:
     55   - find button added
     56   - working directory added
     57   
     58 v1.0 alpha3:
     59   - parameters are split into separate parameters internally
     60     (as required by smbspool.exe and most likely other programs, too)
     61   - fixed token replacement logic (diver)
  • branches/1.0/src/de/uni.dlg

    r30 r31  
    1919                        PRESPARAMS PP_FOREGROUNDCOLOR, 0x00000000L
    2020                        PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans Bold"
    21         LTEXT           "Path amd file:", DT_PROGRAM, 13, 118, 53, 8, DT_VCENTER
     21        LTEXT           "Path and file:", DT_PROGRAM, 13, 118, 53, 8, DT_VCENTER
    2222        ENTRYFIELD      "", ID_PROGRAM, 15, 106, 200, 8, ES_MARGIN
    2323        LTEXT           "Parameters:", DT_PARAMETERS, 13, 71, 204, 8,
Note: See TracChangeset for help on using the changeset viewer.