Posted by member 212670 on 2005-12-05 23:57:40 link
Looks good. One suggestion, though. For your editbox's EnterAction, try this instead:
(Change editboxlabel to whatever the label's name is that has the editbox, and changing thetextlabel to whatever label displays the text.)
That way you won't have to !recycle at the end and your label will update its text.
!TexteditBoxExecute editboxlabel !execute [!xTextReplace @$ConfigDir$sticky.rc@ @^StickyText@ @StickyText "%[textinput]%"@][!LabelSetText thetextlabel "%[textinput]%"]
(Change editboxlabel to whatever the label's name is that has the editbox, and changing thetextlabel to whatever label displays the text.)
That way you won't have to !recycle at the end and your label will update its text.