Scot
Mon Nov 07 18:25:04 CST 2005
What kind of warning was it? Was it a security warning, or a scripting error?
Older versions of Pocket IE can't support ActiveX controls:
http://support.microsoft.com/kb/q213039
Also, you might end up needing to mark the control as safe for scripting. I
haven't created an ActiveX control for the Pocket PC, but I remember having
to do that when making ActiveX controls for web pages for IE.
"s. kulikow" wrote:
> I try to use Windows Mobile 2005.
> My application runs in Pocket Internet Explorer and is written in JavaScript
> in HTML. It also uses my COM (ActiveX) object. When my script in Javascript
> is running "a long time" (sometimes less then a second) the Internet Explorer
> shows a script warning. This window closes after some time during script
> execution.
>
> Is there any way to disable such warning?