|
From: Jussi S. <jus...@pp...> - 2006-11-22 12:43:51
|
Francis Ducharme wrote:
>
> I'm using a Notebook widget and I am trying to access/set data from
> one page of the notebook to another
>
Hi!
I don't know if this is THE way to do it but it works:
print self.GetParent().GetPage(0).components.fnField.text
uses the text value of a component named fnField on the leftmost
tabsheet and
self.GetParent().GetPage(0).components.fnField.text = 'x.y'
sets it to a new value.
Cheers,
Jussi
--
Jussi Salmela
http://personal.inet.fi/cool/operator/
|