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
80
Slow loading\creating Infragistics components on a VB net form
posted

Hi

I use NetAdvantage2010.3 and working with DockManager.

I need to  know why when the program call UltraExplorer Bar it's loads to slow. First you can see the grey box and after few seconds all others controls  that was added to it. I set the animation to "Fast" but it not help.

 

  Dim stream As FileStream = Nothing

        Dim XMLName As String = AppFPath & "\dockManager.xml"

 

      Try

            stream = New FileStream(XMLName, FileMode.Open, FileAccess.Read)

            Me.ToolB.LoadFromXML(stream)

       Finally

            If Not stream Is Nothing Then stream.Close()

        End Try

        ToolB.Visible = True

 

 

Parents
  • 4219
    posted

    Hi,

     

    Please check the following sample Commands and Editors ->WinToolbars -> Docking from the Windows Form Feature Browser provided with your installation. Please test if the speed of loading the layout file is slow on your machine, because I cannot reproduce your issue at my side and I think that there is something specific with the controls added to the ExplorerBar. Also are you reproducing this only when you use dockManager.

     

    Regards,

    Stefaniya

Reply Children
No Data