bug in the EditText Area
- Posted by guest at rapideuphoria.com Feb 10, 2004
- 471 views
posted by: a.admin at myway.it To Derek, I have met a new problem with an EditText Area ver. 0.59.1 8): createEx(EditText,"",ChildWin,5,25,0,0,{WS_CHILD,WS_VISIBLE,WS_VSCROLL,ES_M= ULTILINE},3 ) that is: normal edit operations (copy, cut, paste etc.) cannot be performed if the t= ext/file size overcomes 25-30Kbytes. For more help, a popup men=F9 behaves the same, inserting two strings befor= e and after a portion of text: setSelectedText( fTextArea, Tag[1..i-1]&text&Tag[i+1..length(Tag)]) works fine with a text less than 25K; from 25K to 30K (approx.) the 1st Tag= is pasted, but the last 3 bytes of the original word are cut (mean deleted= ). If I delete more text, I can paste two or more times the same string, until= 30K are reached (this is the visible size of the saved file); after cannot= paste anything else. If the loaded file exceeds the 30K no operation is possible. Hope you can fix this in the new version (waiting for too). Antonio Alessi