Hi Brad,Please, check the following topic:
http://forum.nevron.com/shwmessage.aspx?forumid=2&messageid=4950#bm4980
Best Regards,Nevron Support Team
Thanks, that is definately an easy way to create the menu bar.
However, I'm still having problems with it performing as expected.
If after following your instructions I subsequently add a NDockManager and then click on that instances task menu and select "Add panel at left" the new panel is added but it is clipped by the menu bar at the top. The sample I mentioned in the IDE is not clipped. I tried reversing the order of these actions and it didn't help. Been looking around but nothing seems to help.
What are the steps to do this to keep this from clipping the form content?
1) I've been trying to follow the sample titled "Mdi Children Custom Frames". My first problem is when I went to the Visual Studio 2010 IDE Toolbox to find the NMenuBar that the sample is using it doesn't exist. All the other N* UI controls seem to be present and I can create them. I tried the Choose... menu item on the toolbox and it doesn't show an NMenuBar as something that can be added. Seems like its missing yet I know its not. How do I create an NMenuBar?
2) I copied and pasted from your sample the NMenuBar into my form and its not behaving as I expect. On an empty form it sticks it in the middle of the form. I saw that the menu was added to the form and I subsequently added a NCommandBarsManager (like the sample has) and hand edited the designer .cs file to instead add it to it. With the menu displayed I'm having problems with docked panels painting underneath the menu now and figured I should ask for help before spending any more time on this. I'm using the 2010 Vol1 version of the Nevron UI with C#. Other things seem to be working fine but I don't understand how to create menus properly.
Thanks for any thought.