|
From: Francis D. <fra...@gm...> - 2006-11-21 22:59:30
|
Hi all!
I'm fairly new to Python and recently found out about PythonCard, great
stuff!
I'm using a Notebook widget and I am trying to access/set data from one page
of the notebook to another
self.components.widgetname.SetValue("Hello") does the job to set the text of
a widget on the same page, but how to interact with other pages of the
notebook?
Tried, parent.components.widgetname..
Nothing to do, is that even possible ?
Thanks!
|