[Gambas-user] HSPlit problem

Fabien Bodard gambas.fr at ...626...
Tue Aug 16 17:23:03 CEST 2011


2011/8/16 Dag-Jarle Johansen <dag.jarle.johansen at ...626...>:
> Hi out there!
>
> Latalely I have tried to use the design-objects of G3/4009, most work as
> aspected. But I would like to know: How can I set the position of the split
> in the HSplit-object? I saw there is .Setting and .Layout available, but
> without any references I just stay on the cable.

hsplit.layout work with relative size

so
for 25%, 75%

hsplit.layout=[1,3]

or =[10,30]

or in real size :)  =[150,450]

all are the same

for three  objects =[1,2,1]


> Thanks in advance, regards
> Dag-Jarle Johansen
> ------------------------------------------------------------------------------
> uberSVN's rich system and user administration capabilities and model
> configuration take the hassle out of deploying and managing Subversion and
> the tools developers use with it. Learn more about uberSVN and get a free
> download at:  http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard




More information about the User mailing list