Hi,
I''m having problems with accessing the text from the edit control.
If there is no file loaded, you can set and get the text from the control fine.
Once the control is saved (or a file is loaded) then the text property is always null. In general, that''s fine, I can access the underlying filestream and get the text.
However, when the edit control is changed, how can I get access to the modified text without saving the file?
AD
Administrator
Syncfusion Team
February 10, 2005 12:25 PM UTC
Hi Simon
Which version of Essential Edit are you using? Is it older version(Essential Edit Legacy) or the newer version.
Regards
Arun
SM
Simon McNamara
February 15, 2005 08:06 AM UTC
I''m using the 3.0.1.0 version Edit control, not the Legacy one. At the moment the only way I can see around it is to do all the loading and saving code myself, and just dump the text into the Edit control for editing.