PDA

View Full Version : How can I design a GUI like this example?


Zero
06-11-2010, 04:20 AM
I'd like to design a GUI like the following picture.
http://www.pygame.org/shots/740.jpg

The example is made by pygame. How can I design a window like Window 1 that a window has Window 1 and Hello World window. In addition, I can drag the Window 1. How can I design like the example in Viazrd?

I try to use vizinfo, but there is a problem that I can't put a button or other element to a position what I like.

Do you have any suggestion?

Thank you!! :D

Jeff
06-14-2010, 10:03 AM
We have an undocumented module called vizdlg that supports more advanced layouts of GUI components placed within panels. However, it does not allow for dragging these panels. If you do a search within this forum for 'vizdlg' you'll find several examples of how to use it.

Zero
06-16-2010, 07:01 PM
Thanks, that's great.

Zero