Search found 17 matches

by jti
Fri Aug 23, 2013 4:14 pm
Forum: ActiveX
Topic: CMFCVisualManager conflicts with TeeChart?
Replies: 8
Views: 17259

Re: CMFCVisualManager conflicts with TeeChart?

I did verify the same problem on a Win7 - 32 bit machine using the same v110_xp build.
by jti
Thu Aug 22, 2013 10:57 pm
Forum: ActiveX
Topic: CMFCVisualManager conflicts with TeeChart?
Replies: 8
Views: 17259

Re: CMFCVisualManager conflicts with TeeChart?

I have now reproduced the problem on a XP 32 bit and XP 64 bit systems, using v110_xp for the build. The problem can move in how many times one has to put up charts without doing a tiling before it manifests itself. I am not currently able to reproduce the problem in the test code that I sent you. I...
by jti
Tue Aug 20, 2013 8:46 pm
Forum: ActiveX
Topic: CMFCVisualManager conflicts with TeeChart?
Replies: 8
Views: 17259

Re: CMFCVisualManager conflicts with TeeChart?

I am glad that you are seeing the problem. I verified that I do not get the problem on Windows 7 Pro 32 bit, when using the Window 7 skin. I agree that there is strange behavior taking place. The fact that changing the skin of the application causes a failure took me days to track down. I did notice...
by jti
Tue Aug 20, 2013 2:18 am
Forum: ActiveX
Topic: CMFCVisualManager conflicts with TeeChart?
Replies: 8
Views: 17259

Re: CMFCVisualManager conflicts with TeeChart?

When the application first starts is should be in Windows 7 look. Running the program (ALT-R) should cause incorrect behavior in 3 of the four plots. Charts 2-4 will not plot any data. Two of the charts scales will also complain about scaling. Changing the the application look to Windows XP and re-r...
by jti
Sat Aug 17, 2013 2:50 am
Forum: ActiveX
Topic: CMFCVisualManager conflicts with TeeChart?
Replies: 8
Views: 17259

CMFCVisualManager conflicts with TeeChart?

Some skins set by CMFCManager appear to cause TeeChart to fail after the first chart is drawn. My application is an MDI application which opens four charts. The attached code works as expected for the Windows 2000, Office XP, Windows XP, Office 2003, Visual Studio 2005 and Visual Studio 2008 skins. ...
by jti
Tue Jul 30, 2013 5:59 pm
Forum: ActiveX
Topic: previewpanel and printer settings
Replies: 13
Views: 30121

Re: previewpanel and printer settings

That certainly sent it to a different printer, not the printer selected from page setup. Armed with a little knowledge on how to set a printer I wrote the following work around, which makes the program work. void CMultiPrint::OnBnClickedOk() { PRINTDLG FAR * pPrintDlg = new PRINTDLG; CString csDevic...
by jti
Mon Jul 29, 2013 11:37 pm
Forum: ActiveX
Topic: previewpanel and printer settings
Replies: 13
Views: 30121

Re: previewpanel and printer settings

I am not sure where you intend for me to set the printer index. The preview panel (m_ctrlPV) does not have a GetPrinter() method, so I see no way to address the object being printed. I tried the following code with no success in changing the printer. void CMultiPrint::OnBnClickedOk() { CPrinter pr; ...
by jti
Fri Jul 26, 2013 1:59 pm
Forum: ActiveX
Topic: previewpanel and printer settings
Replies: 13
Views: 30121

Re: previewpanel and printer settings

The code that required libmmd.lib had been removed as well as the code that required htmlhelp.lib. Removing the references for the libraries in the project will permit the current code to compile. Project->Properties->Linker->Input->Additional Dependencies for all configurations.
by jti
Wed Jul 24, 2013 8:52 pm
Forum: ActiveX
Topic: previewpanel and printer settings
Replies: 13
Views: 30121

Re: previewpanel and printer settings

The code that required libmmd.lib has been removed as well as the code that required htmlhelp.lib. These libraries may be removed from Project->Properties->Linker->Input->Additional Dependencies for all configurations.
by jti
Tue Jul 23, 2013 11:58 am
Forum: ActiveX
Topic: previewpanel and printer settings
Replies: 13
Views: 30121

Re: previewpanel and printer settings

I have tried your upload page with IE9 and Firefox Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Plea...
by jti
Mon Jul 22, 2013 8:57 pm
Forum: ActiveX
Topic: previewpanel and printer settings
Replies: 13
Views: 30121

Re: previewpanel and printer settings

I do not think that we have communicated yet. I have a stripped down project that demonstrates the problem. The upload of the 32 kB zip file has failed three times. How can I get the project to you? My problem is that the preview panel object only prints to the default printer and not to a printer s...
by jti
Fri Jul 19, 2013 12:22 am
Forum: ActiveX
Topic: previewpanel and printer settings
Replies: 13
Views: 30121

previewpanel and printer settings

I am writing an MFC program with MDI. I have successfully pulled 4 charts from 4 documents and put them on a TeePreviewPanel. I have not been able to change the printer used by the previewpanel's printpage. What is the TeeChart way to do this? dialog.jpg On the dialog with the TeePreviewPanel, I hav...
by jti
Tue Jul 02, 2013 3:27 pm
Forum: ActiveX
Topic: Import Graphics Files
Replies: 2
Views: 7814

Re: Import Graphics Files

Display the image and print the image. I will look into putting it on the back wall or panel.
by jti
Tue Jul 02, 2013 12:43 am
Forum: ActiveX
Topic: Import Graphics Files
Replies: 2
Views: 7814

Import Graphics Files

Is it possible to import a graphics file and display the file using TeeChart? By a graphics file I do not mean a tee file. I am using MFC and MDI. I envision a template which opens files and displays the file in class derived from CView, with code something like this: CFileDialog dlg( OPEN, _T("emf ...
by jti
Wed Jun 19, 2013 7:25 pm
Forum: ActiveX
Topic: Printer Settings
Replies: 9
Views: 21750

Re: Printer Settings

In what version was this problem fixed?