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 » Community » Newbie corner » always on top SOLVED (GUI)
Re: always on top [message #46264 is a reply to message #46259] Sun, 03 April 2016 13:54 Go to previous messageGo to previous message
Lance is currently offline  Lance
Messages: 549
Registered: March 2007
Contributor
Test2 doesn't compile.
String AddNum2 ( int a, int b ) {
	if ( a > b )
	//	t1<<="2 OK";
		Set_t1("2 OK");	
}


Set_t1 is not defined. And the function should return something. Anyway, after comment the Set_t1 thing and return an empty String, and change your GUI_MAIN to something like
GUI_APP_MAIN {
	H1 h;
	h.Open();
	h.TopMost().Run();
}


It works like a charm.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: upp-mingw-9671 with win\upp9628 SOLVED
Next Topic: link error with MINGW - - SOLVED
Goto Forum:
  


Current Time: Sat Sep 21 03:23:09 CEST 2024

Total time taken to generate the page: 0.03130 seconds