From: Alex T. <al...@tw...> - 2007-01-16 22:37:14
|
Lee Connell wrote: > > I am using PythonCard 0.8 and wxPython 2.8. > > > > Whenever I change the label value of a widget/window it ends up > automatically changing the name value of that same widget/window. I > can’t seem to get around it, anyone else having this issue? > > That is the intended behaviour - that (by default) any change in either one of label or name causes equivalent change in the other. To disassociate them from each other, check the box (which should be, but isn't always) labelled "Vary" to the left of the Name field (i.e. just to the right of the top of the text field listing component names / types. -- Alex Tweedly mailto:al...@tw... www.tweedly.net |