Project

General

Profile

A mini-texte editor » History » Revision 2

Revision 1 (iri, 10/03/2012 06:57 PM) → Revision 2/3 (iri, 10/03/2012 09:46 PM)

h1. A mini-texte editor 

 * Load packages a package 
 * Define and call a function 
 * A structure Global variable 
 * 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. 

 h2. 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":https://www.gnu.org/licenses/fdl-1.3-standalone.html 
 Tutorial by iri 
 Updated by /