Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Layout (Forms) Designer » IDE&GUI Builder Help
Re: IDE&GUI Builder Help [message #68 is a reply to message #53] Wed, 23 November 2005 09:02 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
In addition to what Graeme said, to have window with richedit and menu, it is usually better to actually avoid using layout and use MenuBar as frame.

struct MyEditorWindow {
    MenuBar  menu;
    RichEdit edit;
.......
    MyEditorWindow() {
       Add(edit.SizePos()); // will fill entire view area
       AddFrame(menu); // will be at the top, reducing the view area
       .....
    }
};


Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Next Topic: layout help
Goto Forum:
  


Current Time: Thu May 16 21:55:09 CEST 2024

Total time taken to generate the page: 0.02215 seconds