How to create multi line string gadget
  • Caterpillar
    Caterpillar
    Blasterreal
    Posts: 40 from 2007/3/30
    Hi friends,
    I interest MUI Programing, How to create multi line string gadget.
    ....
    WindowContents, VGroup,
    Child, StringObject, StringFrame,
    End,
    ..........
    ...

    The code always single line..

    Sorry my bad english

    Regards
  • »14.11.11 - 19:39
    Profile Visit Website
  • Moderator
    Kronos
    Posts: 2240 from 2003/2/24
    So basicly you want a small editor window ?
    string = TextinputObject,StringFrame,MUIA_Textinput_Multiline,TRUE, MUIA_Textinput_Lines,102, MUIA_String_MaxLen,100, End,

    Or:

    string = TextinputscrollObject,StringFrame,MUIA_Textinput_Multiline,TRUE, MUIA_Textinput_Lines,102, MUIA_String_MaxLen,100, End,
  • »14.11.11 - 20:16
    Profile
  • Caterpillar
    Caterpillar
    Blasterreal
    Posts: 40 from 2007/3/30
    @kronos big thanks, yes i want to create simple text editor. I'm trying to solve a few days. Have more problem. I need to learn to work on. Not relevant to the subject, but I want to ask something. How to create automatically catalog desicriptor on c source code.

    Regards...

    [ Edited by Blasterreal 14.11.2011 - 21:52 ]
  • »14.11.11 - 20:51
    Profile Visit Website
  • Moderator
    Kronos
    Posts: 2240 from 2003/2/24
    Catalog descriptor as in locale.library ?
    Geit's SimpleCat has a feature that scans all strings in a source-file and generates some locale related files.
  • »14.11.11 - 21:10
    Profile