The tabulations are suported by the EditorGadget.
It would be good if tabulations was not suported if the EditorGadget has the Read only flag.
Sory if my english is bad.

Code: Select all
Resultat = EditorGadget(#Gadget, x, y, Largeur, Hauteur)
I don't speak about the documentation, but about the quick help in the status bar whan u type a command and the "(". For example, if u typeProgi1984 wrote:In the last help, there is not "[flags]"
there is :
Code: Select all
Resultat = EditorGadget(#Gadget, x, y, Largeur, Hauteur)
Code: Select all
EditorGadget(
Same for OpenHelp(), the quick help says there is an optional parameter named Flags, but the documentation doesn't say that. Which is right? the quick help in the status bar, or the documentation? If it's the documentation, why can we c this parameter and if it's the quick help, why this parameter is not documented?EditorGadget (#Gadget, x, y, Width, Heigth [, Flags]) - Create an Editor gadget in current GadgetList.