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 » RichText,QTF,RTF... » Fatal error appear every time when use SetQTF
icon8.gif  Fatal error appear every time when use SetQTF [message #36622] Thu, 21 June 2012 14:42 Go to previous message
akebee is currently offline  akebee
Messages: 90
Registered: August 2011
Location: China
Member
	for(;;) 
	{
	//	GuiLock __;
		if(Thread::IsShutdownThreads())
			break;
		
		String last = view.GetQTF();
		String now = last + "&[8 [@4 show the qtf string ] ]";
		view.SetQTF(now);
		view.ScrollEnd();
		
		Sleep(20);
	
	}


I use above thread to set the richtextview,but the fatal error
appear every time when i lauch it! Please tell me whoat`s wrong.
 
Read Message icon8.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: Printing in Windows - selecting 2 copies, prints 4 copies
Next Topic: I really don`t know how to UPDATE the RichText,help!!
Goto Forum:
  


Current Time: Mon May 06 10:48:00 CEST 2024

Total time taken to generate the page: 0.02225 seconds