|
|
Home » U++ Library support » StatusBar&InfoCtrl » Statusbar disappears
Statusbar disappears [message #6443] |
Mon, 13 November 2006 05:04  |
zaurus
Messages: 42 Registered: May 2006
|
Member |
|
|
Hi!
I see my statusbar disappear if I maximize the window. With no maximize everything is ok and also if I make the window zoomable the statusbar stays.
In constructor -> No statusbar:
AddFrame(m_Status);
Maximize();
In constructor -> Have statusbar:
AddFrame(m_Status);
Zoomable();
Maximize();
Is this normal? If yes what is the reason that the window must be zoomable. In booth cases the window is maximized to the whole screen. I'm using UPP 610 dev2 with Win2K.
Zaurus
|
|
|
|
|
|
|
Re: Statusbar disappears [message #6492 is a reply to message #6491] |
Tue, 14 November 2006 14:12   |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
Well, if I comment out "Maximize", everthing is OK.
This looks like Maximize for non-zoomable window is the problem...
Looks like win32 simply assigns too big area to the window when it is maximized and not zoomable.
Mirek
[Updated on: Tue, 14 November 2006 14:15] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 12:01:32 CEST 2025
Total time taken to generate the page: 0.01028 seconds
|
|
|