Josiah Carlson schrieb:
When creating the toplevel frames, try using wx.Frame(...,
name="new name"),
This one works
but self.SetName() in the frames' constructor has no effect.
or maybe try wx.App().SetName() .
Or even wx.App().SetClassName()
wx.App.SetName() does not exist, self.SetClassName() in my wx.App has no effect.
Thanks,
Bernd