I am having an odd issue occur within 8.3.20083.2039.
I have an MDI application and I set it to maximize when form loads. I have a ribbon on top. When I run the application it doesn't maximize all the way. It is about 100 pixels off from the top. If I hit restore and move the form closer to the top and hit maximize it works.
I just installed the Jan Hotfix to try and fix this but that did not work. The problem is still happening. Any suggestions?
This issue was reported and fixed, but it was reported again in a different scenario and that was also fixed. I think the fix for the second scenario has not been released in a hotfix yet. You can submit the issue to the support group to be notified when the hotfix becomes available: http://ko.infragistics.com/gethelp.
I'm facing this issue in 2010.3 version.
I have a Winform MDI application using UltraToolbarManager, UltraDockManager & UltraTabbedMDIManager. I'm not using Ribbons, there is Menubar & Toolbar though.In my case, the issue occurs randomly making it difficult to find the root cause. Also when the issue occurs, restoring & maximizing the window doesn't resolve it. The application has to be closed and relaunched again.
Can you please advise on how to resolve this ?
I think it would be best if Developer Support helped you investigate this issue. I have forwarded this post to the Developer Support Manager and a DS engineer will be contacting you about this issue.
Thanks for your help Mike. Appreciate it.
Hello Sahil,
If you are unable to attach a sample, could you provide more details about how the windows are set-up?
Hi Dave,
The setup is as follows ...(a) There is a base form say "BaseForm" which has an UltraToolbarManager and UltraStatus bar. Main Menubar is defined dynamically through code. Please note, I'm not using Ribbons anywhere in my application.(b) "BaseChildForm" inherits from "BaseForm" and has UltraDockManager on itself. This form docks a control (always on left). Idea is this control should appears on all child forms inherited from "BaseChildForm".(c) All Child forms are inherited from "BaseChildForm".(d) "ParentForm" inherits from "BaseForm" and has UltraDockManager on itself.(e) "MDIParentForm" inherits from "ParentForm" and has UltraTabbedMDIManger on itself.
When application starts, "MDIParentForm" appears on the screen in maximized form. There are no child forms loaded by default. Sometimes, the "MDIParentForm" loads but leaving some space on the top which is the problem.
Kindly let me know if you need any further details.
Thanks,Sahil
You said in a previous post that you were not using ribbons in your application, but the image you provided shows an empty ribbon. Please clarify this apparent contradiction.
Attached the image in this post as the previous one is not showing the image.
The main menu bar is created at design time in the BaseForm but the menu items within it are created from code-behind of the BaseForm.
When I click on UltraToolbarManager on BaseForm from the designer, this is how it looks ...
shaikh_sahil said: (a) There is a base form say "BaseForm" which has an UltraToolbarManager and UltraStatus bar. Main Menubar is defined dynamically through code. Please note, I'm not using Ribbons anywhere in my application.
(a) There is a base form say "BaseForm" which has an UltraToolbarManager and UltraStatus bar. Main Menubar is defined dynamically through code. Please note, I'm not using Ribbons anywhere in my application.
Does this mean that the Main Menubar is defined in the code-behind for BaseForm?