same as with the second method i described. The new entry is selected at
the same time as the old selection, and it doesnt get deselected. Seems
like it behaves like it is a new separated group of radio items.
It's been a while since I tried wxPython 2.6.3, so I can't be of more
help here. Maybe someone more knowledgable than me will have a better
answer. By the way, can't you upgrade to 2.8.1 or the current
pre-release?
sorry, i always forget this. python 2.4.4 and wxpython 2.6.3
same as with the second method i described. The new entry is selected at
the same time as the old selection, and it doesnt get deselected. Seems
like it behaves like it is a new separated group of radio items.
It's been a while since I tried wxPython 2.6.3, so I can't be of more
help here. Maybe someone more knowledgable than me will have a better
answer. By the way, can't you upgrade to 2.8.1 or the current
pre-release?
sorry, i always forget this. python 2.4.4 and wxpython 2.6.3
Which platform? Windows? Linux? Mac?
Linux ubuntu Edgy and OSX 10.4.8. I have not tried it on windows yet but i bet it will be the same problem
I noticed that at http://wxwidgets.org/manuals/2.6.3/wx_wxmenu.html#wxmenu
it says :
"Notice that because the radio groups are defined in terms of the item positions inserting or removing the items in the menu containing the radio items risks to not work correctly"
any one knows what does position mean in this context? Is it the order of creation or the order of the items within the menu?
maybe it would be better to reconstruct the menu rather than insert one item?