RE: Help : maximized windows
"Vincent RICHOMME" <[email protected]> Sun, 22 Aug 2004 12:54:30 +0200
| Newsgroups | gmane.comp.lib.wxwindows.wxnet |
|---|---|
| Message-ID | <[email protected]> |
Finally I only have one last problem that I cannot solve, when I compile and run my project from VS.NET 2003 my frame starts maximized while when I double click on the binary(assembly) it starts at the specified size(800,600) and not maximized : any idea ? public MainFrame() : base(null, -1, "LetItBurn!",wxDefaultPosition, new Size(800,600), wxDEFAULT_FRAME_STYLE|wxMAXIMIZE ) I really dont understand !!!!!!! _____ De : [email protected] [mailto:[email protected]] De la part de Vincent RICHOMME Envoyé : dimanche 22 août 2004 08:23 À : [email protected] Objet : RE: [Wxnet-users] Help : maximized windows I found my problem with the maximized, however I still have the weird images on my toolbar. _____ De : [email protected] [mailto:[email protected]] De la part de Vincent RICHOMME Envoyé : samedi 21 août 2004 20:32 À : [email protected] Objet : [Wxnet-users] Help : maximized windows I am designing a multi platform application and I am using wx.NET. One of my problem is to start my frame maximized because when I try this : public MainFrame() : base(null, -1, "LetItBurn!",wxDefaultPosition, new Size(800,600), wxMAXIMIZE ) My frame is maximized but too much because the title bar, the minimize and maximize box are out Of the screen. My second problem comes from images in my toolbar because on Windows it seems to display Correctly but on linux there is no transparent mask on the images so I see a black rectangle Around my images.