Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-07 Thread Benoît Minisini
> I post this problem before but until now this issue left unsolved. > > i try to create a form with many buttons (something like a keyboard). > > 1. when I try to change the height and width of all the buttons by using > align same height and width , it doesn't work . > > 2. I position each but

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-07 Thread richard terry
On Wednesday 07 April 2010 17:13:39 Kadaitcha Man wrote: > On 6 April 2010 20:38, richard terry wrote: > > I've never used a panel ever in my project, and I've hundreds of forms > > and modules on a postgres backend with 30 schemas and hundreds of tables. > > > > I've programmed in VB3-6, Python/

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-07 Thread Kadaitcha Man
On 6 April 2010 20:38, richard terry wrote: > I've never used a panel ever in my project, and I've hundreds of forms and > modules on a postgres backend with 30 schemas and hundreds of tables. > > I've programmed in VB3-6, Python/ wxPython, various IDe's and I reckon gambas > is probably the most

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-06 Thread Benoît Minisini
> I couldn't find the option snap to grid in GB3 but I try on/off the toggle > grid . same result . > > problem align same height and same width. > 1. i create a form and drop 3 buttons > 2. change the button1 only widthxheight to 80x100 > 3. select the rest button and do align same height and s

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-06 Thread richard terry
On Tuesday 06 April 2010 18:55:16 kobolds wrote: Hi, I'm stuggling to understand what you mean - why not just use vertical box/horizontal box, and set the expand or not expand properties. let the IDE do the work for you I enclose a simple example showing various areas of the screen not-expandi

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-06 Thread Kadaitcha Man
On 6 April 2010 18:55, kobolds wrote: > > I couldn't find the option snap to grid in GB3 but I try on/off the toggle > grid . same result . > > problem align same height and same width. > 1. i create a form and drop 3 buttons > 2. change the  button1  only widthxheight to 80x100 > 3. select the re

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-06 Thread kobolds
I couldn't find the option snap to grid in GB3 but I try on/off the toggle grid . same result . problem align same height and same width. 1. i create a form and drop 3 buttons 2. change the button1 only widthxheight to 80x100 3. select the rest button and do align same height and same width 4

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-06 Thread Kadaitcha Man
On 6 April 2010 08:19, Ron_1st wrote: > On Monday 05 April 2010, Kadaitcha Man wrote: >> On 5 April 2010 17:19, kobolds wrote: >> > >> > here how you do the test on IDE >> > >> > 1. create a form (768x1024) >> > 2. drag a panel into the form (make sure it big) >> > 3. drag a picbox into the panel

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread Ron_1st
On Monday 05 April 2010, Fabien Bodard wrote: > > > > Send us the code. > > > > personally I never use panels - only ever Vbox/Hbox and set the properties > > of > > these to maket my rows/columns expand/keep the same etc. > > > > Send us the code,and could you re-post the picture as I trashed it,

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread Ron_1st
On Monday 05 April 2010, Kadaitcha Man wrote: > On 5 April 2010 17:19, kobolds wrote: > > > > here how you do the test on IDE > > > > 1. create a form (768x1024) > > 2. drag a panel into the form (make sure it big) > > 3. drag a picbox into the panel (same size as panel) so the picbox cover the >

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread Fabien Bodard
> > Send us the code. > > personally I never use panels - only ever Vbox/Hbox and set the properties of > these to maket my rows/columns expand/keep the same etc. > > Send us the code,and could you re-post the picture as I trashed it, happy for > you to send to me direct. > > Richard > hum ... Rich

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread Benoît Minisini
> I post this problem before but until now this issue left unsolved. > > i try to create a form with many buttons (something like a keyboard). > > 1. when I try to change the height and width of all the buttons by using > align same height and width , it doesn't work . > > 2. I position each but

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread richard terry
On Monday 05 April 2010 17:29:08 Kadaitcha Man wrote: > On 5 April 2010 17:19, kobolds wrote: > > here how you do the test on IDE > > > > 1. create a form (768x1024) > > 2. drag a panel into the form (make sure it big) > > 3. drag a picbox into the panel (same size as panel) so the picbox cover >

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread Kadaitcha Man
On 5 April 2010 17:19, kobolds wrote: > > here how you do the test on IDE > > 1. create a form (768x1024) > 2. drag a panel into the form (make sure it big) > 3. drag a picbox into the panel (same size as panel) so the picbox cover the > whole panel > 4. drag 9 buttons on it ( on top of picbox) >

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread kobolds
here how you do the test on IDE 1. create a form (768x1024) 2. drag a panel into the form (make sure it big) 3. drag a picbox into the panel (same size as panel) so the picbox cover the whole panel 4. drag 9 buttons on it ( on top of picbox) 5. change button1 width and height to 100x80 6. select

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-05 Thread kobolds
the problem is on the ide . you can try todo the same as the picture I attach . you will notice the problem . it's very obvious . richard terry-5 wrote: > > On Monday 05 April 2010 14:22:12 kobolds wrote: >> I post this problem before but until now this issue left unsolved. >> >> i try to

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-04 Thread richard terry
On Monday 05 April 2010 14:22:12 kobolds wrote: > I post this problem before but until now this issue left unsolved. > > i try to create a form with many buttons (something like a keyboard). > > 1. when I try to change the height and width of all the buttons by using > align same height and width

Re: [Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-04 Thread kobolds
here I attach the image http://old.nabble.com/file/p28137258/snapshot4.png kobolds wrote: > > I post this problem before but until now this issue left unsolved. > > i try to create a form with many buttons (something like a keyboard). > > 1. when I try to change the height and width of all

[Gambas-user] problem with alignmet & position in GB3(qt)

2010-04-04 Thread kobolds
I post this problem before but until now this issue left unsolved. i try to create a form with many buttons (something like a keyboard). 1. when I try to change the height and width of all the buttons by using align same height and width , it doesn't work . 2. I position each button with sma