Posted 19 years ago
by Steve Weller
Hi,
I have just had UIStudio lock up when moving a window to dock as a tab on a floating toolwindow. The "guides" on screen appear as normal windows titled "DockGuideForm" rather than their normal appearance.
Stack trace if breaking in looks like this:
I have just had UIStudio lock up when moving a window to dock as a tab on a floating toolwindow. The "guides" on screen appear as normal windows titled "DockGuideForm" rather than their normal appearance.
Stack trace if breaking in looks like this:
system.windows.forms.dll!System.Windows.Forms.ContainerControl.UpdateFocusedControl() + 0x30a bytes
system.windows.forms.dll!System.Windows.Forms.ContainerControl.AssignActiveControlInternal(System.Windows.Forms.Control value = {ActiproSoftware.UIStudio.TabStrip.TabStripPage}) + 0x26 bytes
system.windows.forms.dll!System.Windows.Forms.ContainerControl.ActivateControlInternal(System.Windows.Forms.Control control = {ActiproSoftware.UIStudio.TabStrip.TabStripPage}, bool originator = false) + 0xf0 bytes
system.windows.forms.dll!System.Windows.Forms.ContainerControl.ActivateControlInternal(System.Windows.Forms.Control control = {ActiproSoftware.UIStudio.Dock.ToolWindow}, bool originator = true) + 0xac bytes
system.windows.forms.dll!System.Windows.Forms.ContainerControl.ActivateControlInternal(System.Windows.Forms.Control control = {ActiproSoftware.UIStudio.Dock.ToolWindow}) + 0x13 bytes
system.windows.forms.dll!System.Windows.Forms.ContainerControl.WmSetFocus(System.Windows.Forms.Message m = {System.Windows.Forms.Message}) + 0x111 bytes
system.windows.forms.dll!System.Windows.Forms.ContainerControl.WndProc(System.Windows.Forms.Message m = {System.Windows.Forms.Message}) + 0x25 bytes
system.windows.forms.dll!ControlNativeWindow.OnMessage(System.Windows.Forms.Message m = {System.Windows.Forms.Message}) + 0x13 bytes
system.windows.forms.dll!ControlNativeWindow.WndProc(System.Windows.Forms.Message m = {System.Windows.Forms.Message}) + 0xda bytes
system.windows.forms.dll!System.Windows.Forms.NativeWindow.Callback(int hWnd = 1117490, int msg = 7, int wparam = 5507536, int lparam = 0) + 0x4a bytes
system.windows.forms.dll!System.Windows.Forms.Control.FocusInternal() + 0x4c bytes
system.windows.forms.dll!System.Windows.Forms.Control.Focus() + 0x2d bytes
actiprosoftware.uistudio.dock.dll!ActiproSoftware.UIStudio.Dock.ToolWindow.Activate() + 0x176 bytes
actiprosoftware.uistudio.dock.dll!ActiproSoftware.UIStudio.Dock.DockManager.ᐅ(bool = false) + 0x61c bytes
actiprosoftware.uistudio.dock.dll!ActiproSoftware.UIStudio.Dock.DockManager.ᐘ() + 0x11 bytes
actiprosoftware.uistudio.dock.dll!ActiproSoftware.UIStudio.Dock.DockManager.ᐆ(System.Object = {ActiproSoftware.UIStudio.Dock.ToolWindowContainer}, System.Windows.Forms.MouseEventArgs = {X=653 Y=371 Button=Left}) + 0x29 bytes
system.windows.forms.dll!System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs e = {X=653 Y=371 Button=Left}) + 0x5b bytes
actiprosoftware.winuicore.dll!ActiproSoftware.WinUICore.UIControl.OnMouseUp(System.Windows.Forms.MouseEventArgs e = {X=653 Y=371 Button=Left}) + 0x14b bytes
system.windows.forms.dll!System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message m = {System.Windows.Forms.Message}, System.Windows.Forms.MouseButtons button = Left, int clicks = 1) + 0x261 bytes
system.windows.forms.dll!System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message m = {System.Windows.Forms.Message}) + 0x49b bytes
system.windows.forms.dll!System.Windows.Forms.ScrollableControl.WndProc(System.Windows.Forms.Message m = {System.Windows.Forms.Message}) + 0x6c bytes
system.windows.forms.dll!ControlNativeWindow.OnMessage(System.Windows.Forms.Message m = {System.Windows.Forms.Message}) + 0x13 bytes
system.windows.forms.dll!ControlNativeWindow.WndProc(System.Windows.Forms.Message m = {System.Windows.Forms.Message}) + 0xda bytes
system.windows.forms.dll!System.Windows.Forms.NativeWindow.Callback(int hWnd = 4459176, int msg = 514, int wparam = 0, int lparam = 24314509) + 0x4a bytes
system.windows.forms.dll!System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop(int dwComponentID = 7, int reason = -1, int pvLoopData = 0) + 0x349 bytes
system.windows.forms.dll!ThreadContext.RunMessageLoopInner(int reason = -1, System.Windows.Forms.ApplicationContext context = {System.Windows.Forms.ApplicationContext}) + 0x1f3 bytes
system.windows.forms.dll!ThreadContext.RunMessageLoop(int reason = -1, System.Windows.Forms.ApplicationContext context = {System.Windows.Forms.ApplicationContext}) + 0x50 bytes
system.windows.forms.dll!System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm = {Collins.Datalink.SkyView.MainForm}) + 0x34 bytes
> SkyView.exe!Collins.Datalink.SkyView.AppController.Main() Line 305