Hi
In my desktop application, there is one MDI Parent Form, I have put UltraFormManager Control on my form for look and feel. During adding UltraFormManager Control i was not add any container control like panel. Now i have add another control UltraToolbarManager, again i was not adding any container control while putting UltraToolbarManager control. Because container control is only add when my form is nonMdi.
In this scenario i have facing one problem, My UltraToolbarManager's "In Place Designer" option is disable so i have not able to add tools or menus on my form.
So that i have change my scenario. I have add container conrol like panel while adding UltaToolbarManager. Now i have easily add tools and menus. But in this scenario i have also facing a problem. I want to used UltraTabbedMdiManager control, because application has one master form and most of the forms are being child form of parent. i can't able to see client area of MDI Form. My child forms are not visible.
So how can i used this three controls simultaneously. How can i solved my problem which i had facing during this two scenario.
--HireN Lad
Hi Georgi.
I had go through your approach but i had faced one problem. Please take a look in below image.
I want to merge UltraToolbarmanager tools of child form with tools of parent form. If i used your approach i have not able to do then how can i achieve this issue ?
Help me it's urgent.
-- HireN Lad
Hi Georgi,
Your approach is work for me. I had resolve my issue. If i will get any issue using this approach in further development then i will inform you.
Thank You so much for your Support.
Thank You.
Hi,
Have you been able to resolve your issue ? Did you have a time to take a look at the attached sample. Let me know if you have any questions
Regards
HI,
If I understood your scenario, maybe one possible approach could be if you are using ContainerControl which keep your UltraExplorerBar in the left side, the UltraToolbarManager will be at the top, and all other available space will be for UltraTabMDIContainer. Please take a look at the modifications that I made in the sample for more details and let me know if you have any questions.
Hi Georgi Thank you so much for your reply.
These approach is not work for me. Because i want UltraTabbedMDIManager in blank area of MDI form not in top of UltraToolbarManager. Here i have attached my application design image so u have get idea and understand my issue.
Please take look in above image, I have draw red rectangle in image which indicate that is my MDI working area and i want to put UltraTabbedMDIManager control from this blank area. I don't want to add Toolbarmanager control from child form.
How can i achieve my scenario ?