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 » U++ Library : Other (not classified elsewhere) » [FIXED] Full screen bug on additional screens. (GNU/Linux)
Re: [Bug report] Full screen bug on additional screens. (GNU/Linux) [message #37634 is a reply to message #37357] Mon, 29 October 2012 22:01 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1076
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

I am sorry. It is my fault. But in meantime, I have found another better solution (I don't know it's good, but it works):

CtrlPos.cpp:
Size Ctrl::GetMaxSize() const
{	
	return GetVirtualScreenArea().Size();
}


Instead of:
Size Ctrl::GetMaxSize() const
{	
	return GetVirtualWorkArea().Size();
}


Sincerely,
Klugier


U++ - one framework to rule them all.

[Updated on: Mon, 29 October 2012 22:11]

Report message to a moderator

 
Read Message
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: Missing Docs for some virtual Ctrl:: functions
Next Topic: [Drag & Drop] How to reject Clip on base of content of data?
Goto Forum:
  


Current Time: Fri May 10 03:58:49 CEST 2024

Total time taken to generate the page: 0.02076 seconds