Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » About Help Document Collapse All
Subject Author Date
Jia Hong Li Mar 26, 2007 - 2:09 AM

Hi Tech.
I’m so excited that several new stuff could be used in my app., however, it’s so pity, not convenient, and no new version Help Doc. for us to create more such as CExtPPVW, and others.
When will you release the new version of Help Doc. about Prof-UIS?(the latest version is 2.62)

Thanks a lot (ˆ_ˆ)


      █<▁▂▃▄▅▆▇█
      ∕﹨  Fire!︿︿”

Technical Support Mar 26, 2007 - 12:18 PM

We are sorry for this inconevenience but the new feature has been added very recently. Generally, the printing and print preview APIs and virtual methods provided by the CExtPPVW template class are very similar to the same features of the MFC’s CView class. Both classes have similar virtual methods which you should implement in your own printable windows: OnBeginPrinting(), OnPrint(), OnEndPrinting(), and OnPrepareDC(). In CExtPPVW, there are even used an internal CPreviewDC class of MFC and aCScrollView-derived class without document object attached for displaying the content in non-MM_TEXT painting modes of the GDI device context. The CExtPPVW template class automatically handles the standard printing and print preview commands. So, you should apply it to your view class or any other CWnd-derived class and implement the virtual methods mentioned above.