RE: [GD-General] Vector GUIs
Brought to you by:
vexxed72
From: Brian H. <ho...@py...> - 2003-04-07 18:03:19
|
>(1) Have different panels bind to a corner, a middle edge or= the >centre of the screen. This means that as the screen gets bigger,= the >panels simply move apart. Obviously if the thing is a window >already, let it live anywhere the user puts it. In NextStep/InterfaceBuilder terminology, they calls this= "springs and bars". Each edge can be bound to a side of the screen with a= stiff bar or a dynamic spring, and this allows you to choose= whether something should remain centered, flush left, etc. and whether it= should rescale or stay a fixed size. Brian |