TK Soh wrote:
> The hooks are working, so I guess PYWIN_WITH_WINDOWPROC support has
> indeed been compiled into ActivePython. The only problem now is the
> strange behavior when sometime the hooks don't get triggered. Any
> suggestion on workaround?
>   

Where do you call HookWindow?  Are you calling it every time you create
a new dialog window?

Do you have access to the Platform SDK?  It might be worth using spyxx
to monitor the message traffic to your dialogs, and see if anything
changes from one invocation to the next.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to