Page 1 of 1

[Done] EditorGadget missing Flag

Posted: Thu Apr 11, 2013 1:49 pm
by SniffTheGlove
The PB Docs for EditorGadget state there are 2 flags that can be assigned
Parameters

#Gadget A number to identify the new gadget. #PB_Any can be used to auto-generate this number.
x, y, Width, Height The position and dimensions of the new gadget.
Flags (optional) Flags to modify the gadget behavior. This can be the following value:

#PB_Editor_ReadOnly: the user cannot edit the text in the gadget.
#PB_Editor_WordWrap: the lines too long to be displayed will be wrapped still displayed completely
However in the Form Designer only #PB_Editor_ReadOnly is shown in the properties on the right hand side of the screen ie. #PB_Editor_WordWrap is not shown.

Re: [Done] EditorGadget missing Flag

Posted: Thu Apr 11, 2013 3:50 pm
by Polo
Added.