Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1745
Tabbed MDI AppStylist issue
posted

I am using an UltraTabbedMdiManager to allow users to switch between regular MDI and Tabbed MDI.
I also use the UltraFormManager to customize my form captions - including the MDI children.

Normally (for other style sets) I have no problem making this look good.
In one case however I display a blue background for active child form captions, and for the back color of the tabbed MDI Tab area, but use a grey back color for inactive child form captions.
In this case I have 2 problems:

When using normal MDI mode - On the MDIChild form captions I can get the buttons to blend in with the caption background only if I set the UltraFormManager.Style to Office2010. But that does not display the buttons unless the form has focus.
If I change the style to Office2013 then the buttons are always displayed - but they are also always Blue.
[There is no way to set different colors for Active / Inactive states, and Transparent does not seem to work] 

When using tabbed MDI mode - I can't get the buttons on the tabbed area to 'blend in' with the background.
I tried to set both the back color and border color of the buttons to Transparent so that they would adopt the color of the caption/tab area background but this is ignored. They are always painted as 'normal' buttons.

I am assuming there is a Style, DisplayStyle, ViewStyle or some such that i have not found yet that will tell it to pay attention to the colors I set but i can't find it.
Or maybe ResolutionOrder would help.

Any ideas would be appreciated.

Thanks
Mike 

 

Parents
No Data
Reply
  • 23930
    Offline posted

    Hello Mike,

    I’ve tried to reproduce this issue on my side, please see attached sample, and I am not sure if I understand your issue completely. What do you mean by buttons don’t “blend in”? From your response it seems that you are using *.isl to style your form, so it seems that without this isl I cannot reproduce this issue, so could you please attach this isl in order to be able to test it. Also please review my sample and let me know if it reproduce your issue without applied *.isl.

    Once I have this additional information, I will be glad to further investigate this issue for you.

    I am waiting for your response.

    WTMM_StylesIssue.zip
Children