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
Hi,
Let me know if you need further assistance.
Regards,
Stefaniya
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.