Hi folks,
what's about the idea to integrate layoutmanagers in PB to place
the gadgets with? This would be an nice enhancement for the
gadget library and simplify the GUI handling due the possibility
of resizing and positioning the gadgets on its own.
Whats your opinion?
FGK
Layoutmanager for PB?
-
- Enthusiast
- Posts: 767
- Joined: Sat Jan 24, 2004 6:56 pm
layout managers take over the re-shuffling of controls when a user changes his window size. These layout managers contain algorithms that make intelligent decisions about what to resize and where. Some may even adapt the point size of fonts when a window gets resized significantly. A few years back I've seen one in a cross-platform GUI library (WX-something-I-don't-remember-ish...)srod wrote:What are layout managers exactly? Do you mean gui designers?
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Layout in java is like docking in other languages. In PB you do the same but manually through moving and resizing the gadgets after the parent window has been resized. It's much more comfortable with docking/layouts. I would like to see this feature.srod wrote:What are layout managers exactly? Do you mean gui designers?
bye,
Daniel
Daniel
-
- Enthusiast
- Posts: 767
- Joined: Sat Jan 24, 2004 6:56 pm
-
- Addict
- Posts: 1073
- Joined: Fri Apr 25, 2003 11:13 pm
- Location: Netherlands
- Contact:
This is actually on the list already.
I wrote such a layout engine for the IDE. All its dialogs are sized automatically
from an XML layout to account for the different Font sizes between many Linux systems.
I wanted to turn it into a library for quite a while. I just didn't get around to it yet.
I wrote such a layout engine for the IDE. All its dialogs are sized automatically
from an XML layout to account for the different Font sizes between many Linux systems.
I wanted to turn it into a library for quite a while. I just didn't get around to it yet.
quidquid Latine dictum sit altum videtur
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact: