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 » Developing U++ » UppHub » SysInfoGui interface is too big
SysInfoGui interface is too big [message #54779] Sat, 12 September 2020 20:45 Go to next message
Klugier is currently offline  Klugier
Messages: 1075
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello Koldo,

It seems that SysInfo GUI example has got problems with interface scalability. Could you check and verify. Screenshot attached (Comparing with TheIDE interface):
index.php?t=getfile&id=6193&private=0

Operating system:
- Manjaro KDE

Klugier


U++ - one framework to rule them all.

[Updated on: Sat, 12 September 2020 20:47]

Report message to a moderator

Re: SysInfoGui interface is too big [message #54780 is a reply to message #54779] Sat, 12 September 2020 22:44 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Klugier

Thank you for the report. SysInfo_demoGUI does not play with font size or any other thing, so it seems it is a matter of how U++ interact with that OS.
I do not have any KDE box, but here there are two screenshots of W10...
index.php?t=getfile&id=6194&private=0

  • Attachment: Capt.png
    (Size: 76.08KB, Downloaded 338 times)


Best regards
Iñaki
Re: SysInfoGui interface is too big [message #54781 is a reply to message #54780] Sat, 12 September 2020 22:45 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
... and Ubuntu:
index.php?t=getfile&id=6195&private=0
  • Attachment: Capt2.png
    (Size: 90.14KB, Downloaded 339 times)


Best regards
Iñaki
Re: SysInfoGui interface is too big [message #54782 is a reply to message #54781] Sat, 12 September 2020 22:55 Go to previous messageGo to next message
Klugier is currently offline  Klugier
Messages: 1075
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello Koldo,

It seems that the issue is related to .NOGTK flag:
 mainconfig
        "" = "GUI .NOGTK",
        "" = "GUI .NOGTK NO_XTEST";


When you replace it with:
 mainconfig
        "" = "GUI",
        "" = "GUI NO_XTEST";

Then everything is OK.

I think X11 back-end is not well prepared for UI scaling. Here is the screenshot without .NOGTK flag:
index.php?t=getfile&id=6196&private=0

Klugier


U++ - one framework to rule them all.
Re: SysInfoGui interface is too big [message #54783 is a reply to message #54782] Sun, 13 September 2020 15:21 Go to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Thank you Klugier. NOGTK flag is now removed.

Best regards
Iñaki
Previous Topic: plugin/assimp needs information about license
Next Topic: OfficeAutomation build problem under MSVC19
Goto Forum:
  


Current Time: Thu Mar 28 15:54:46 CET 2024

Total time taken to generate the page: 0.01771 seconds