On Thu, 2005-05-05 at 00:11 +0530, Saurabh Wagh wrote: > Hey All, > > I have made an application in PyGTK on the PC at my home, and it runs > perfectly fine, in my screen resolution.. and so does it run fine at > most of the PC s that we ve tested, but, on the college computer, > where we need to present the same application goes out of the screen > range, as in, the buttons on the bottom of the page , and those on the > right.. donot appear. > > What could be the solution ? Please reply as soon as possible as i > need to present the application in a period of next 2 days.
Ideally you should just redesign your application. For example, use tabs, or put buttons in the main window letting you access additional dialogs for extra properties. As a quick workaround you could perhaps put everything on a gtk.ScrolledWindow. Regards. > > Thanking you in anticipation > > Saurabh wagh > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
