
TEXT ENTRY
----------

This is almost a vanilla copy of Jeff's stock Text Entry 4 module with the following improvements:

-A custom ARGB color for both text background and foreground can be specified directly. If either values are left empty, the default color as defined by the current skin will be used.

-The gadget can be disabled by setting the Enabled pin to false. In this case it will not respond to any user input, and its opacity will be set to the value of the (unexposed) Alpha Disabled pin (0= invisible, 1=100% solid)

HINT: To make the gadged read-only (as you do by unsetting the Editable pin in the stock TextEntry module), simply set Alpha Disabled to 1 (100% solid) and set Enabled to false


NOTE: By default, when the gadget is disabled, no mouse down signal will be transmitted. To have it transmitted anyway (e.g. when using the gadget as a textual button which should be disabled i.e not editable by default), simply set the Mouse Down Always pin (not exposed)