Hello all, I'm writing a program that has 3 dialog boxes, 1 main which
is the main window and runs on startup. Then I have 2 other that have to
show when the appropriat button is pressed. I made these 3 windows in Glade.

Now, since my program was getting big, I splitted up my .py file in 3,
each dialog has it's own .py file, but now my calls for opening the
dialogs aren't working as they should be anymore. They show the first
time I click the button, but the second time they don't and I have to
restart my program.

What is the proper way to call a dialog box that is in another .py-file?

Hope this explanation makes sense.

Greets,
Timo
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to