The field widget is a simple single-line text editor. You need to use the textbox
widget instead. The textbox in picogui right now is only reliable for read-only. The
new widgets chuck and I are writing will allow editing.
On Wed, Aug 21, 2002 at 01:05:41PM +, Mark and Janice Juszczec wrote
Hi folks
In the PIM, I'm using PG_WIDGET_LISTITEMs to display a list of to do
entries. This list just contains the first sentence or so of the item. In
order to see the entire entry, select it and it will be displayed in a
PG_WIDGET_FIELD. You can also edit it at this point.
My problem i