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
821
Toolbar issues (Border and flickering)
posted

Hello Dear

I have two basic problems;

The Infragistics Toolbar looks very ugly when enabling appstyling and showing it in the internet explorer 6 (there are lots of borders around the Toolbars and the menus). Is there any fix for this or a property to set?

Second;

As in this post;
http://forums.infragistics.com/forums/t/17224.aspx

There were some problems described with flickering/springing of the toolbar. I'm using Infragistics Version: 8.3.20083.2059

Is this fixed in this version, do I need a hotfix or am I doing something wrong? I can provide an easy sample if you need. (The toolbar flickers that hard that I its useless)

Thanks in advance

Parents
No Data
Reply
  • 821
    Offline posted

    And here is the sample with the toolbar, I marked the regions in Bold which I changed to achieve what I was looking for;

        <igtbar:UltraWebToolbar ID="UltraWebToolbar1" runat="server" DefaultStyle-BorderStyle="None"
            EnableAppStyling="True" Width="400px">
           
            <Items>
                <igtbar:TBarButton  DisabledImage="" HoverImage="" Image="" SelectedImage=""
                    Text="Test">
                </igtbar:TBarButton>
                <igtbar:TBarButton DisabledImage="" HoverImage="" Image="" SelectedImage="" DefaultStyle-Width="80px"
                    Text="Link Manager">
                </igtbar:TBarButton>
                <igtbar:TBarButton DisabledImage="" HoverImage="" Image="" SelectedImage=""
                    Text="Rechts">
                </igtbar:TBarButton>
            </Items>
        </igtbar:UltraWebToolbar>

    I removed the toolbar Width="400px" in another try, but then it springs heavy when hoovering (from right to left). With this 400px it looked good first. But the string "Link Manager" is wider than the other and springs from top to bottom when hoovering. Then I tried to set the with of the single button via DefaultStyle-Width="80px" but this did not really help (in this case its springs again when hoovering).

    So any help would be welcome, what I need is;

    A toolbar with an aboslute width or 100% width (does not matter) and toolbar bar buttons that have fixed width's or if the toolbar is able to, does autosizing (would be best because we have a multilanguage application). And of course, it should not spring. I don't do any special thing so this sample is nearly a real world scenario in our application.

    Thanks

Children
No Data