>The program prints out "point 1" but it does not print "point 2". What
>am I missing?
>
>
Sorry from all. I should have been looked at the processor before I
posted. There is no exception. It was an infinite loop inside the try
block, but it was called from an event handler. I did not notice
I have this code in a wxWidgets program:
class HtmlHintWindow(wx.Frame):
def __init__(self,pos,hint,config):
global _current_hint_window
# Determine the size of the screen
self.screensize = wx.ClientDisplayRect()[2:]
# Calculate the size of the hint ;-)