10-09-2006 12:09 AM
10-09-2006 02:05 AM
10-09-2006 03:48 AM
10-09-2006 04:04 AM
I'm not aware of a global function that changes all reds in black and so on as you say: you should go through all elements and explicitly change the colors.
Another way could be to obtain the image of the panel in a bitmap and work directly on it, but it's not so simple a solution as you may want! ![]()
When deciding to obtain a report that includes graphs and numerics, I usually prepare a second panel with proper colors (background and foreground, white and black respectively) and then load this second panel (without displaying it), copy all values and plots to this panel and print it instead of the original one: maybe you can think of a similar solution in your application.
10-11-2006 03:12 AM