Hi, I've printed a panel with a CWGraph ActiveX control and I've obtained something strange. All control is printed in high resolution, but nothing on the plot area has been printed. So I've got a pretty graph, but no data to be shown.
This isn't a bug that we can address in CVI. We print with a standard set of GDI commands from the SDK. Some printer drivers just aren't handling the low level GDI drawing part properly. We are using standard GDI printing techniques that work on the vast majority of printers we test. They don't work on some printer drivers though. Sometimes an update to the printer driver fixes this problem. We provide bitmap printing mode in which we render everything to a bitmap object instead of the printer and then send the bitmap instead of rendering to the printer which almost always works around the problem. We have tried to find anyway to avoid this with more printer drivers, but the cases are always different and it's difficult to know what par t of the SDK printing is not working without the SDK source. Sorry for the inconvenience. You may want to see if an updated printer driver fixes the problem.