Re: [Tutor] sending data between classes

2007-05-22 Thread Alan Gauld
"Antonio Diaz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] oh ok :)but how do i manage to use a variable on one class in another? exclass main () :.def on_rotate_activate(self, widget, *args): window_rotate=edit_rotate()print window_rotate.value..class edit_rota

[Tutor] sending data between classes

2007-05-22 Thread Antonio Diaz
oh ok :)but how do i manage to use a variable on one class in another? exclass main () :.def on_rotate_activate(self, widget, *args): window_rotate=edit_rotate()print window_rotate.value..class edit_rotate(wndBase):def my_response(self, widget, respuesta):if r