From: Christoph S. <cs...@bo...> - 2007-10-16 12:11:36
|
Hi, I have a problem with the |dialog.textEntryDialog when using |wx.TE_PASSWORD (and wx.TE_MULTILINE) as in the following code: result = dialog.textEntryDialog(self, 'Password for user ', 'Password', '', wx.TE_PASSWORD) as soon as I add the fourth argument (wx.TE_PASSWORD or wx.TE_MULTILINE) I get no more OK/Cancel buttons in the dialog and Enter doesn't help too. I even tried adding it to the sample dialog and it behaved the same way, so I assume it has something to do with my platform: Win2000, Python2.51, Pythoncard 0.82, wxpython 2.8.4.2. Thanks for any tips/help in advance, Christoph Schneeberger -- "Quis custodiet ipsos custodes?" |