[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

[Tutor] Glade + python dialogs

2007-05-22 Thread Antonio Diaz
hello, i have a problem, i created a main window on Glade. now second i created a dialog window.how do i use the input data on the dialog to affect things on the main window?class edit rotate is the problem. :( oh btw i am using PIL library, sometimes img object doesnt want to change. oh i almos

[Tutor] Basic image editing program in python

2007-05-07 Thread Antonio Diaz
Hello!. I have a project in school and I was wondering if its possible to make a python program that uses Imaging library to make a GUI of the same functions that Imaging has. To make the program open the images inside the main program. If its possible to make it in glade.? And if all answer