On 05/01/2013 10:14 AM, pulkomandy@xxxxxxxxxxxxx wrote:
31535ac: Make BAboutWindow modal �* Set its type to B_MODAL_WINDO, and also set B_NOT_MOVABLE
Why not movable? Unmovable windows are an annoying thing that should be avoided as much as possible. You may well want to move an about window to a place where you can do a nice screen shot, anyway.
More annoying is the fact that opening a modal window from a deskbar replicant is modal against the whole deskbar. Not sure what to do about that.
You can easily do a BWindow::SetFeel() if you don't want it modal. You just have to take care of its instance then.
Bye, Axel.