[python-win32] python crash with IE Activex

2005-02-11 Thread Xavi Beumala
Hi all, I'm playing with the demo example ActiveXWrapper_IE.py. What I want is avoid users access some url's. To accomplish this I'm using OnBeforeNavigate2 event, returning a true value should cancel the request... def OnBeforeNavigate2(self, pDisp, URL, Flags, TargetFrameName, PostData, Head

[python-win32] ScrolledMessageDialog problem

2005-02-11 Thread s mallory
Greetings, I am having a strange display behavior with the ScrolledMessageDialog. When I pass it a string or just type in a string, only 8 chars are visible in the upper left hand corner of the window. All of the string is there, it just doesn't display. The scroll bar behaviors as if it is working