From: Arthur E. <ar...@ia...> - 2004-09-10 17:14:17
|
On Sep 10, 2004, at 18:57, Daryl Fox wrote: > Okay, here's something that a little funny... even funnier, on OS X, the delete function doesn't work at all. I do get the dialog, but nothing happens. (The component I intended to delete was selected.) Anyone else sees the same thing? Arthur > You have spend five minutes or so tweaking a component in the > resourceEditor. You aligned it perfectly, changed the text, labelled > it > nicely, etc. Then you accidentally hit the delete key. Gah! The > delete > confirmation dialog doesn't have a NO/CANCEL option! :) > > Any change of changing line 1116 of resourceEditor.py to: > result = dialog.messageDialog(self, msg, 'Delete Component', > wx.ICON_INFORMATION | wx.YES_NO | wx.NO_DEFAULT) > > It looks like the code is built to support this as it already checks > for > result.accepted. > > -Daryl > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users |