On Dec 12, 6:39 pm, Astan Chee <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for all the help from the previous problem. Turns out I didnt > have to use wxSizers, just change the size of my wxWidgets everytime a > EVT_SIZE is called. > Anyway, Im trying to find a python module (im not sure if it exists) > that takes two words and compares if they sound the same. So 'right' and > 'write' sounds the same or 'u' and 'you' . Also I know this takes into > account the use of language and accent but is there any out there before > I start making my own? > Thanks > Astan
Oh, and sizers are a good thing in wxPython as they keep the GUI consistent cross-platform and cross-resolution. You just need to call Layout(), Fit() or maybe GetBestSize() (or a combination thereof) when changing the size of the window through deleting or adding widgets dynamically. Mike -- http://mail.python.org/mailman/listinfo/python-list