This content has been marked as final.
Show 3 replies
-
1. Re: Question about hidden frames.
cmegumiburke Jan 27, 2010 4:02 PM (in response to cmegumiburke)It turns out that my DrawHandler needed to register kFilterCheckMessage instead of kDrawShapeMessage. Using kFilterCheckMessage allowed me to ... um... filter the page items I wanted displayed.
-
2. Re: Question about hidden frames.
Rushiraj.Jhala Jul 9, 2010 1:14 AM (in response to cmegumiburke)hi
can you please tell me how you have hide frames ?
what command or function you are using to hide frame ? -
3. Re: Question about hidden frames.
cmegumiburke Jul 9, 2010 9:48 AM (in response to Rushiraj.Jhala)Check out the sample BasicDrwEvtHandler project that came with the SDK. That project explains how to implement IDrwEvtHandler, which allows you to manipulate page items as they're being drawn.
