Printing with multiple views
-
I have a SDI application with multiple views. However I only implemented Printing Routines in 1 specific view. The other views only contain temporary information, which is not suited for printing. I can active the print commando via the menu or via a toolbar button. The handler (as i said before) is in the specific view routine. The problem I get is that sometimes this view looses focus, because i'am scrolling (for example) in another view. When I want to do some printing I find the menu and toolbar button greyed an inactive. Only after i activated or give focus back to my "most important" view, I can do my printing activity. I don't like this approach and hope someone has a straightforward solution, Thanks in advance, Bert....
-
I have a SDI application with multiple views. However I only implemented Printing Routines in 1 specific view. The other views only contain temporary information, which is not suited for printing. I can active the print commando via the menu or via a toolbar button. The handler (as i said before) is in the specific view routine. The problem I get is that sometimes this view looses focus, because i'am scrolling (for example) in another view. When I want to do some printing I find the menu and toolbar button greyed an inactive. Only after i activated or give focus back to my "most important" view, I can do my printing activity. I don't like this approach and hope someone has a straightforward solution, Thanks in advance, Bert....