• Just looking around
    Bastiaan
    Posts: 18 from 2014/8/7
    From: Amsterdam, The...
    Thanks bigtime guys, this amiga programming is just so different then anything ive done before. So far i managed to include the Scintilla header file into my project. The project compiles.. so thats good. But know i'm stuck on creating the actual control in the GUI.

    I have:

    Child, VGroup,
    Child, scintilla = Scintilla(); // <-- something wrong here..
    Child, VSpace(0),
    End,
    End,

    I analyzed the header file, but can't make up the actual name of the control's constructor. Does anybody know if there's any documentation of example online of using the Scintilla.mcc class?

    Thanks.

    [ Edited by Bastiaan 16.04.2015 - 19:25 ]
  • »16.04.15 - 17:22
    Profile Visit Website