Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » LineEdit, EditFields, DocEdit » DocEdit call RemoveLines make Assertion failed.
Re: DocEdit call RemoveLines make Assertion failed. [message #14514 is a reply to message #14477] Thu, 28 February 2008 03:31 Go to previous messageGo to previous message
HenryXin is currently offline  HenryXin
Messages: 10
Registered: February 2008
Promising Member
Thanks.
I post the inherit class code: (It has been posted in the start)
class MyDocEdit : public DocEdit
{
Thread timerthread;
String inputString;
static String tipString;
String dir;
public:
virtual bool Key(dword key, int count);
MyDocEdit();
void ShowTip();
int RunCommand(String user_input);
void UpdateData();
void InsertData();
};
//////////////////////////////////////////////////
Actually, I don't override the RemoveLines().So the call RemoveLines() should be DocEdit::RemoveLines(). This means the DocEdit::RemoveLines() doesn't work well?
 
Read Message icon9.gif
Read Message icon7.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Previous Topic: Best way to implement a two-way LineEdit
Next Topic: Enter time as duration
Goto Forum:
  


Current Time: Mon Apr 29 06:34:44 CEST 2024

Total time taken to generate the page: 0.03098 seconds