[Gambas-user] Problems with Library libffi.so.5 using GB_DIR

2010-04-05 Thread craf
Hi. I'm still trying to port an application made in Gambas 2.20.2 in a distribution Ubuntu 9.10 to a distribution Ubuntu 8.04, using the variable GB_DIR. My file executable.sh is as follows: #!/bin/sh export PATH=/opt/project/gambas2/bin export GB_DIR=/opt/project/gambas2/lib export LD_LIBRARY_

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] Bug with * operator (I think)

2010-04-05 Thread Jussi Lahtinen
> The '*' operator (like '+' and '-') returns the same datatype as its > arguments. There is no conversion to a bigger datatype if needed, so the > result is truncated. Yes, of course. I was confused because "?3413156131^2" did work. >> I need really big numbers... > > Find a volunteer to impl

[Gambas-user] Input command with double enter: is this expected?

2010-04-05 Thread Leandro Santiago
Hello to all. I'm writing a small command-line app. I'm using the input command to read data from keyboard (stdin), and to finalize the command in gambas, is necessary to press enter key twice, but I never saw this behavior. Usually (in 99% of languages) just one enter is the nedeed. Is there ano

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