Re: [Gambas-user] Scaling GUI

2009-09-16 Thread Fabien Bodard
see the gb.chart source Le 16 septembre 2009 14:15, Benoît Minisini a écrit : >> No, I still can't figure out, how to have scaled an item at the same time >>  in two directions. I've managed to have them scaled whether horizontally >>  or vertically. From the point of mathematics that makes no se

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread Benoît Minisini
> No, I still can't figure out, how to have scaled an item at the same time > in two directions. I've managed to have them scaled whether horizontally > or vertically. From the point of mathematics that makes no sense. But this is a GUI designer, not mathematics. :-) > Would it > be possible

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread richard terry
On Wednesday 16 September 2009 20:31:24 M. Cs. wrote: > No, I still can't figure out, how to have scaled an item at the same time > in two directions. I've managed to have them scaled whether horizontally or > vertically. From the point of mathematics that makes no sense. Would it be > possible to

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread M. Cs.
No, I still can't figure out, how to have scaled an item at the same time in two directions. I've managed to have them scaled whether horizontally or vertically. From the point of mathematics that makes no sense. Would it be possible to count the position of each item from the upper left edge of th

Re: [Gambas-user] Scaling GUI

2009-09-16 Thread M. Cs.
Well, I succeeded with that, but what if I have more than one item, let say I have an editbox and a button. I've tried to set forms arrange property to fill, but then only the button can be seen, which covers the entire area of the form. Is there a possibility to have homotetical scaling for all th

Re: [Gambas-user] Scaling GUI

2009-09-15 Thread Fabien Bodard
this is an example 2009/9/15 M. Cs. : > Sorry, but your example won't open in Gambas 2.13 I use. I've tried to > change all the expand properties to true, but there are no changes. Does a > background image make some influence? >

Re: [Gambas-user] Scaling GUI

2009-09-15 Thread M. Cs.
Sorry, but your example won't open in Gambas 2.13 I use. I've tried to change all the expand properties to true, but there are no changes. Does a background image make some influence? -- Come build with us! The BlackBerry®

Re: [Gambas-user] Scaling GUI

2009-09-15 Thread richard terry
On Tuesday 15 September 2009 22:01:48 M. Cs. wrote: > Is it possible to make a GUI automatically stretched upon maximizing the > GUI window, with all its elements? > I mean, I have a form with edit boxes, list boxes buttons. Is it possible > to have them proportionally scaled when I change the size

[Gambas-user] Scaling GUI

2009-09-15 Thread M. Cs.
Is it possible to make a GUI automatically stretched upon maximizing the GUI window, with all its elements? I mean, I have a form with edit boxes, list boxes buttons. Is it possible to have them proportionally scaled when I change the size of a box? If yes, how to do that? -