On Mon, 6 Feb 2006, Rich Shepard wrote: > So, now the entered name displays in the TextCtrl widget, but it's not > being assigned to the variable, modName, in the modModel class. But, I think > that I have a better understanding now of what's going on and, with some > trial and error exploration should get this resolved, too.
Well, that was an easy fix. I needed to prefix the widget name and method with 'self'. Whew! Now on to the next part. Many thanks, Andre and Kent, Rich -- Richard B. Shepard, Ph.D. | Author of "Quantifying Environmental Applied Ecosystem Services, Inc. (TM) | Impact Assessments Using Fuzzy Logic" <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
