Contents | Index | < Browse | Browse >

  TEXTIN Attributes :  

  These are attributes for xTEXTIN types gadgets:

  - TITYPE  INT/FLOAT/HEX/DATE/UPPER/LOWER/STRING

    Will let you define what kind of data can be entered in the 
    gadget. <Attr TiType FLOAT> for example will only let you
    enter numbers and '.' into it. DATE will allow numbers and /.- 
    STRING allows anything. (*** still needs work on formating ***)

  Example :  Run Gui   Source 

  - TITRANS ON|OFF

    The text in the textin gadget will, by default, be translated
    as soon as you've finished entering data. Set this attribute to
    OFF to stop translation.

  - TIPOS Position

    Will set the position of the cursor inside the textin gadget.