Re: Undo/ Redo
- Posted by Antonio Alessi <a.admin at myway.it> Mar 09, 2005
- 509 views
Thank you Al, nice to meet you. Why do you say the 'Undo' technically isnt correct for use with the Rich Edit control ? My experience is quite different: I am rewriting a large section of a EU program (which will soon available for Beta testing) from EditText to RichEdit mode, starting from a better performance of the Redo/Undo option, which in RichEdit is not limited to one single step (using ^Z, ^Y).. The EM_REDO=#454 was just the info i needed to set a procedure, since the Win32Lib uses the WM_UNDO and I was looking everywhere without success for a WM_REDO constant ):| I don't understand why this lack of information everywere on this simple -and much used- twin of the Undo routine. As to my Euphoria programming, it begun 16 months ago and is going on, in a state of... Antonio Alessi