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 » TopWindow&PopUp, TrayIcon » Is it just me but TopWindow.Resizable() seems not being respected.
Is it just me but TopWindow.Resizable() seems not being respected. [message #61386] Sun, 05 January 2025 15:08
Lance is currently offline  Lance
Messages: 656
Registered: March 2007
Contributor
For example, examples/Color, has
	App()
	{
		SetRect(0, 0, 150, 150);
		Sizeable().Zoomable();
		BackPaint();
		SetTimeCallback(-1000, callback(this, &App::Timer));
		Title("Clock");
	}


But it's no longer resizable.
Previous Topic: Zip file compression in a TopWindow and building progress bar
Goto Forum:
  


Current Time: Fri Apr 25 07:58:12 CEST 2025

Total time taken to generate the page: 0.01484 seconds