1, when create and display a modal window, the window will be appears on taskbar, right-click, pop-up menu, select "Minimize group ", modal window disappears. just like close it. is a BUG?
2, how to make window does not appear on taskbar? such as dialog window…etc… Except the main program window. I have tried let windowStyleFlags as:
JUCE-Demo also have this problem.
when create and display a modal window, the window will be appears on taskbar, right-click, pop-up menu, select "Minimize group ", modal window disappears…
…then… I want to know how to make window does not appear on taskbar…May be able to solve this problem…
It sounds pretty reasonable to me that you can minimise a window…?
And if you don’t want a window on the taskbar, either use addToDesktop without that flag, or override the TopLevelWindow::getDesktopWindowStyleFlags to not return that flag.