[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Select a File...



title = gui.Label("My Title")
main = gui.Container()
#add stuff to the container...

d = gui.FileDialog(title,main)
d.open()

...doesn't crash, but I don't see anything, just a print: "gui.widget: creating an App"