Forum > Options

'Minimize all on minimize main' disabled

(1/3) > >>

dunderhead:
Hello,

I am running lazarus 0.9.9 on Fedora Core 4 and would like all windows of the lazarus IDE (main, object inspector, messages etc.) minimized when I minimize the main window.

There is a checkbox on the  Environment | Environment options | Windows  tabsheet that reads 'Minimize all on minimize main' - but this checkbox is permanently disabled on my system.

Does anybody know how to enable the above option, as having to click the minimize icon on every ide window is driving me nuts !

Thanking you in advance.

Marc:
This is not yet possible on GTK/X.
Contrary to win32, this is a windowmanager issue and ont of the app itself. AFAIK, it is possible to give the WM hints for this, but it is not implemented yet.

Anonymous:
But on my system it can hide and restore all windows if "hide IDE Windows on run" is checked.
So I don't think this is really a WM Problem.
Could anybody shed some light on this? It's really annoying.

Marc:
Minimize <> hide

Anonymous:
You're right, but it would be enough for me if it did the same as it does "on run" when minimzing the main window.
But anyway what's the problem with minimizing child windows? This works for me.
Form2.WindowState:=wsMinimized;
What's wrong with it?

Navigation

[0] Message Index

[#] Next page

Go to full version