Re: [Tutor] Glade + python dialogs

2007-05-22 Thread Alan Gauld
"Antonio Diaz" <[EMAIL PROTECTED]> wrote > hello, i have a problem, i created a main window on Glade. You might get better results asking on the wxPython mailing list. There could well be Glade experts here but its more by luck than good reason, tutor is really aimed at learning Python itself. A

[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