Create a form and add a spreadsheet and spreadsheet ribbon control and link them together.
Start Application and select File menu option on ribbon results in menu appearing and dialog displaying.
Move the Spreadsheet ribbon and the spreadsheet into a TabPage on the tab Control
System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=Syncfusion.Tools.Windows
StackTrace:
at Syncfusion.Windows.Forms.BackStageView.GetBackStageBounds()
at Syncfusion.Windows.Forms.BackStageView.ShowBackStage()
at Syncfusion.Windows.Forms.BackStageView.set_IsVisible(Boolean value)
at Syncfusion.Windows.Forms.Tools.RibbonControlAdvHeader.OnMouseDown(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at Syncfusion.Windows.Forms.Tools.RibbonControlAdvHeader.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at Syncfusion.Windows.Forms.Tools.Win32API.WindowsAPI.CallWindowProc(IntPtr wndProc, IntPtr hwnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at Syncfusion.Windows.Forms.Tools.NativeMessageHandler.DefProcessing(Message& m)
at Syncfusion.Windows.Forms.Tools.NativeMessageHandler.CallWndProc(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at Syncfusion.Windows.Forms.Tools.NativeMessageHandler.WndProc(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.RunDialog(Form form)
at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
at System.Windows.Forms.Form.ShowDialog()
at CheckinManifest.MainForm.Button2_Click(Object sender, EventArgs e) in C:\Users\Spotty\source\repos\CheckinManifest\CheckinManifest\MainForm.vb:line 1932
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
at CheckinManifest.My.MyApplication.Main(String[] Args) in :line 81
Display file menu same as when the controls are outside of container control.
Other functionality on the ribbon appears to work OK - but the file stuff, definately appears to be broken.