-
I see that most recent version of XRCed are available in wxPython. Links to the these version would be extremely handy for Google users.
2008-09-19 08:30:38 UTC by techtonik
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2007-05-21 02:20:05 UTC by sf-robot
-
This is solved in current CVS version.
2007-05-06 23:52:26 UTC by rollrom
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2007-03-26 02:20:07 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2007-03-25 02:20:19 UTC by sf-robot
-
XRCed does not see that the file is changed.
reproduction:
1. open a xrc with 1 menu in it.
2. change something to the menu.
The save button is not enabled
and when closing the program, you get the question do you want to save? press yes, and its trying to save a temp file. does not seem right.
2007-03-22 17:53:36 UTC by fittrainer
-
This is platform-dependent behaviour of toolbar. You can use wxStaticLine as a separator.
2007-03-16 14:23:02 UTC by rollrom
-
Or just get a new version of pywxrc.py and replace the one provided in wxPython 2.6.
2007-03-11 05:29:43 UTC by rollrom
-
Grid is not supported in wx 2.6. It will be added when moving to the next release (2.8).
2007-03-11 05:11:12 UTC by rollrom
-
I think python's expat module does not support cp936 (and probably wxWidget's XRC library neither as it also uses expat parser. See http://www.thescripts.com/forum/thread29232.html). There seems to be a way to add support for chinese encodings in python, for example see http://www.thescripts.com/forum/thread22617.html where CJK codecs package is mentioned but the better solution is probably to...
2007-03-11 00:53:15 UTC by rollrom