Using XRCed 0.1.8-4, I've been trying to create a wxButton in XRCed and give
it XML ID wxID_EDIT, but the wx.StockButton Edit icon does not show up. I've
tried alot of other wxID_* and everyone else seems to work.
It's easy to reproduce, just create a new button in XRCed and give it XML ID
wxID_EDIT, and see if the icon is created. Then try to replace wxID_EDIT with
wxID_ADD for example.
Is this a bug, or is the XML ID for wxID_EDIT supposed to be something else?
Using XRCed 0.1.8-4, I've been trying to create a wxButton in XRCed and give it XML ID wxID_EDIT, but the wx.StockButton Edit icon does not show up. I've tried alot of other wxID_* and everyone else seems to work.
It's easy to reproduce, just create a new button in XRCed and give it XML ID wxID_EDIT, and see if the icon is created. Then try to replace wxID_EDIT with wxID_ADD for example.
Is this a bug, or is the XML ID for wxID_EDIT supposed to be something else?
It's a bug. It looks like XRC is not checking for that stock ID for some reason. I'll get it fixed.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!