Jump to content
Software FX Community

srinu.vass

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by srinu.vass

  1. Hi , Environment: OS: Windows 7 64 bit machine VS: Visual studio 2005 I am getting exception when click on print button in chart control.Please check the below sceanrio.Isssue is only with Windows 7 64 bit machine 1. opened chartFx control 2. Right click above the bar graph right side and select 'Toolbar' 3.Click 'Print' and click 'Ok' from the 'Print' menu then select "Microsoft XPS Document Writer" from print dialog 4.The 'Save as a file' dialog will open 5. Click "Cancel" button on 'Save as a file' dialog window Then getting below exception.Please sugggest me how can i handle this exception and how to track the print option event in chartFX control with .net application. Exception Text **************System.ComponentModel.Win32Exception: The data area passed to a system call is too small at System.Drawing.Printing.StandardPrintController.OnStartPrint(PrintDocument document, PrintEventArgs e) at System.Windows.Forms.PrintControllerWithStatusDialog.OnStartPrint(PrintDocument document, PrintEventArgs e) at System.Drawing.Printing.PrintController.Print(PrintDocument document) at System.Drawing.Printing.PrintDocument.Print() at ChartFX.WinForms.Printer.PrintDialog(Boolean fromTo) at ChartFX.WinForms.ba.a(CommandsEventArgs A_0, Boolean& A_1) at ChartFX.WinForms.ba.a(Object A_0, CommandsEventArgs A_1, Boolean& A_2) at ChartFX.WinForms.ba.a(Object A_0, CommandsEventArgs A_1) at ChartFX.WinForms.CommandCollection.a(Int32 A_0, Int32 A_1, IUIObject A_2) at ChartFX.WinForms.CommandCollection.a(Object A_0, Int32 A_1, ICommand A_2, Boolean A_3, IUIObject A_4)at ChartFX.WinForms.CommandCollection.a(Object A_0, Int32 A_1, ICommandA_2, Point A_3, CommandEventHandler A_4, CommandMenuFlags A_5) at ChartFX.WinForms.ToolBar.c(MouseEventArgs A_0) at ChartFX.WinForms.at.d(MouseEventArgs A_0) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.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.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Thanks, Srinivas
×
×
  • Create New...