I'm writing a simple editor but I'm not able to receive UndoAvailable & RedoAvailable events.
After some readings I tried the TextEditor example and I noticed that Undo button is not enabled when the text is changed so i stopped searching on my source because it could be a bug or something related with my system.
I've enabled the notification for such events like this:
Code: Select all
<texteditor id="sew_text_area" height="400" width="400" align="left" nowrap="true" fontname="Droid Sans Mono" fontsize="14" notify="cursorpos;undoavailable;redoavailable;areamarked;haschanged"></texteditor>
