Project

General

Profile

Actions

A mini-texte editor » History » Revision 2

« Previous | Revision 2/3 (diff) | Next »
iri, 10/03/2012 09:46 PM


A mini-texte editor

  • Load packages
  • Define and call a function
  • A structure
  • Create and use a (pseudo) class (Oriented-Object Programming)
  • Manage a window, text and button components
  • Callbacks
  • Default dialog boxes

First, Scol is case sensitive, remember this !
MyVariable, myVariable, myvariABle are differents. MyFunction, myFunction, MYFunction are differents too.
fun is a Scol keyword but Fun is not one.

Create the graphic interface

In our project, we need a window, a text field (multi lines) and two buttons. Add the width and the height of the window to put our graphics components.

License : GNU FDL v1.3
Tutorial by iri
Updated by /

Updated by iri over 11 years ago · 2 revisions