Order of the Butterfly
Posts: 265 from 2006/8/31
Quote:
Bastiaan wrote:
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.
This is the entry to beginning:
Child, VGroup,
Child, scintilla = MUI_NewObject("Scintilla.mcc",TAG_DONE),
Child, VSpace(o),
End,
End,Every extern MUI-Class must add with above code or with a macro in your custom source.
Spreedy - The spreedsheet editor of MorphOS
Calimero - Do you know about the new DTP Program for MorphOS ?