U++ framework
Do not panic. Ask here before giving up.

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: Mon Apr 13 02:24:33 GMT+2 2026

Total time taken to generate the page: 0.00625 seconds