[Done] EditorGadget missing Flag

You need some new stunning features ? Tell us here.
SniffTheGlove
Enthusiast
Enthusiast
Posts: 122
Joined: Sat Nov 19, 2011 6:51 pm

[Done] EditorGadget missing Flag

Post 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.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: [Done] EditorGadget missing Flag

Post by Polo »

Added.
Post Reply