[Gambas-user] create container with multiple objects on a straight horizontal line
richard terry
rterry at ...1946...
Fri Aug 8 01:01:30 CEST 2008
On Fri, 8 Aug 2008 12:56:46 am M0E Lnx wrote:
> Hello all, This is what I'm trying to do
>
Unless I'm totally misunderstanding you, it should be straightforward using a
horizontal box container. You can nest set expand properties on each control
if you want one to stay fixed size and the one next to it to expand. You can
nest horizontal boxes, so that you could put several controls onto a nested
hbox to have their own subset of expansion.
I've quickly knocked this up as an example. If I'm totally wide of the mark
then the example will be useful to total newbies struggling with expansion
properties anyway.
Personally I've found gambas brilliant for gui design and resizing - just
about anything seems possible limited only by your imagination.
Regards
Richard
> I need to find a container object to use where I can implement the
> following features.
>
> I need sort of like a listcontainer but I need to see if at all
> possible to have multiple objects on one horizontal line... like this
> -------------------------------------
>
> | []Checkbox1 || Button1|
> | []Checkbox2 || Button2|
>
> -----------------------------------
>
> and so on.
> I've tried using the listcontainer, but every time I add an item to
> it, it trhows it in a new line.
> Anyone have any idea how to accomplish this?
>
> Thanks in advance
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge Build the coolest Linux based applications with Moblin SDK & win
> great prizes Grand prize is a trip for two to an Open Source event anywhere
> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sample_hbox-0.0.1.tar.gz
Type: application/x-tgz
Size: 8256 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20080808/5087bf39/attachment.bin>
More information about the User
mailing list