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 » Coffee corner » I've just joined the wonderful world of Linux software distribution!
Re: I've just joined the wonderful world of Linux software distribution! [message #46997 is a reply to message #46992] Wed, 12 October 2016 19:39 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
cbpporter wrote on Wed, 12 October 2016 14:31
The saga continues.

I found another strange issue.

Using CtrlLayout(*this, "TITLE"); in my main windows causes it to not be resizeable vertically. Horizontal is fine. This in turn disables maximization.

Fixed for now by not calling CtrlLayout.


Managed to reproduce the bug reliably with AdressBook. You need to set Sizeable().Zoomable() for it to work.

What you need to do is set the layout hight so it is greater than the desktop area. For instance, this works fine:
LAYOUT(AdressBookLayout, 512, 500)

because it causes my window to be less than the desktop height.

But:
LAYOUT(AdressBookLayout, 512, 600)

causes the window to not be resizeable vertically.

Works with any TopWindow.

I am using Mint Linux 18 with who knows whatever weird X i never say before: might be Cinnamon? What happened with Gnome and KDE?
 
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: What next?
Next Topic: Wonders of C++14
Goto Forum:
  


Current Time: Wed Apr 24 23:38:48 CEST 2024

Total time taken to generate the page: 0.03408 seconds