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
Re: Fatal error appear every time when use SetQTF [message #36632 is a reply to message #36630] Thu, 21 June 2012 23:36 Go to previous message
akebee is currently offline  akebee
Messages: 90
Registered: August 2011
Location: China
Member
mirek,i finally aware of you add the brackets before the Sleep,
		      	{
					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);


so the ~GuiLock() have changce to run......and it works well this time. Smile

[Updated on: Fri, 22 June 2012 00:00]

Report message to a moderator

 
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: Sun May 19 07:18:57 CEST 2024

Total time taken to generate the page: 0.01103 seconds