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.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
[Done] EditorGadget missing Flag
-
- Enthusiast
- Posts: 122
- Joined: Sat Nov 19, 2011 6:51 pm
[Done] EditorGadget missing Flag
The PB Docs for EditorGadget state there are 2 flags that can be assigned