Re: multiple screens in one application



On Tue, Jul 10, 2007 at 04:09:56PM -0400, Cliff Brake wrote:
> What is the best way to do multiple screens on a slow device so that
> they change fairly quickly?  One thought is to have one window and
> hide/show widgets, but that more difficult to manage, and makes using
> glade more difficult.

I can't speak to the prospective speed improvement or lack thereof of
using multiple widgets shown and hidden in one window, but it doesn't
have to be difficult.  You can create all your panes/windows in separate
windows in Glade.  Have your code create a window with a box.  Then,
load the window child widgets (rather than the windows themselves) with
libglade and pack all these into the box.

- Michael



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