Hello,<br><br>There is a bug in the gs code relating to editor objects:<br>highlightfg is a rectangle around the object when it has focus.<br>The default is a dark rectangle (black). <br><br><br>Attempting the set the highlightfg of an editor object in gs has no effect.
<br><br> gs:create(editor,editor1,window1, [{highlightfg,yellow}]).<br> and<br> gs:config(editor1,[{highlightfg, yellow}]).<br><br>It works correctly for entry objects. Other objects not tested.<br><br><br><br>
-- Doug Edmunds<br>