|
-
May 8th, 2003, 04:11 PM
#1
ActiveX "breaks" Pocket IE
I’ve created a very basic ActiveX control that will run in Pocket IE 2002, however after viewing HTML embedding my control, I experience problems when attempting to load another page. When I load another page, the form elements (buttons, edit boxes, etc) from the page embedding my control “stick”, overlaying the content on the new page. These elements refuse to go away, regardless of how I try to refresh the browser. It’s worth noting that the GUI of the ActiveX itself properly excuses itself from the screen when loading a new page. I also can not get PIE to close after my control has been executed.
The control is MFC-based and built with eVC++ 3. Aside from implementing the IObjectSafety interface (ripped from MS’s SafeCtl example) the code is nothing more that the basic code generated by class wizard. The problem appears in both the PPC 2002 emulator and on a PPC 2002 iPAQ. I’ve read of another developer experiencing this problem with his MFC control, but then he switched to ATL and the problem disappeared.
Does anyone have suggestions? Has anyone out there developed an MFC control that doesn’t have this problem in PIE 2002?
Thanks,
Jeremy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|