RSS Forums RSS
Please support our Python advertiser: Programming Forums

Positioning in GUI

Join Date: Sep 2005
Posts: 132
Reputation: mawe is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 33
mawe mawe is offline Offline
Junior Poster

Re: Positioning in GUI

  #5  
Apr 29th, 2007
place seems to be a nice and easy way for positioning, but it's not often used. e.g. think of what happens if you want to make some little changes to the GUI. You have to change all coordinates of (mostly) _everything_ you positioned

BTW, you can use a combination of layout managers. I often do the following: separate the main window into frames and position them with pack. Then, fill these frames with widgets using pack or grid, depending on the complexity of the layout.
Reply With Quote  
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:52 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC