[Gambas-user] Error in the documentation

2009-08-26 Thread Pino Zollo
HI Maybe there is an error in the documentation example of the instruction OPEN. --- ' Watching a serial port DIM hFile AS File hFile = OPEN "/dev/ttyS0" FOR READ WRITE WATCH ... PUBLIC SUB File_Read()< hFile_Read() ?? DIM iByte AS Byte READ #hFile, iByte

Re: [Gambas-user] How many row in a GridView ?

2009-08-26 Thread Joshua Higgins
I think what you are looking for is the "Scaled" property for the form. If you set this to false, I understand the objects should stay the same size. Hope this helps -- joshua higgins >>-- -- Let Crystal Reports

Re: [Gambas-user] How many row in a GridView ?

2009-08-26 Thread Dimitris Anogiatis
hey Pino, you can count the number of rows in the gridview control like this Gridview1.Rows.Count as for the height of each one of the rows... now that you prolly have to do some calculations yourself using the fonts that your gridview control and your QT Theme use. I hope it helps Regards, Di

Re: [Gambas-user] Need help / call for volunteers

2009-08-26 Thread richard terry
On Wednesday 26 August 2009 19:36:11 Joshua Higgins wrote: > Attached updated version, should now correctly detect arch, instead of > identifying it as generic-undetected. > > >>-- Output as below: [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.30-ARCH DistributionVendor=arch Di

[Gambas-user] How many row in a GridView ?

2009-08-26 Thread Pino Zollo
Hi, Is there a way to determine how many rows appear in a GridView ? I have noticed that moving my project from a computer to another with different screen definition or different QT settings all the forms change their dimensions. The labels do not fit anymore into their spaces, the number of ro

Re: [Gambas-user] gb3 svn 2277 make error

2009-08-26 Thread Leonardo Miliani
o.s.p ha scritto: > i've had this problem with gb2 2234 too: > (CUT) > gcc 4.4.1 doesn't like -soname I'm waiting a fix too ;-) -- Web: www.leonardomiliani.com E-mail: leona...@leonardomiliani.com Scegli software opensource - Choose opensource software Co-fondatore di Gambas-it.org Il si

[Gambas-user] How to to copy a file which is into the project directory ?

2009-08-26 Thread Pino Zollo
Sorry, forget about...an extra space into the destination file was producing a misleading message "file or directory not found". The string auto-completion always make me do errors. Thanks Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server

[Gambas-user] How to to copy a file which is into the project directory ?

2009-08-26 Thread Pino Zollo
Hi I would like to copy a default configuration file from the project directory to its natural place...but I do not succeed. IF NOT Exist(User.Home &/ ".config/gambas" &/ Application.Name & ".conf") THEN COPY Application.Name & ".conf " TO User.Home &/ ".config/gambas " &/ Applicat

[Gambas-user] gb3 svn 2277 make error

2009-08-26 Thread o.s.p
i've had this problem with gb2 2234 too: Making install in gbx make[2]: Entering directory `/home/pol/Desktop/src/g/trunk/main/gbx' /bin/sh ../libtool --tag=CC --mode=link gcc -DGBX_INFO -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -O0 -module -O1 -z defs -o gb.la -

Re: [Gambas-user] Need help / call for volunteers

2009-08-26 Thread Joshua Higgins
Attached updated version, should now correctly detect arch, instead of identifying it as generic-undetected. -- joshua higgins >>-- report-ng Description: Binary data -- Let Crystal Reports handle the reporting

Re: [Gambas-user] Need help / call for volunteers

2009-08-26 Thread richard terry
On Wednesday 26 August 2009 17:44:11 richard terry wrote: > On Wednesday 26 August 2009 17:15:12 Joshua Higgins wrote: > > Richard, does the /etc/arch-release file exist on your system? If not, is > > there anything along those lines, arch-version etc... > > > > >>-- > > > > ---

Re: [Gambas-user] Database Manager at Gambas 2.15

2009-08-26 Thread Benoît Minisini
> Hi all > > I have installed Gambas on my PC at Xubuntu 8.04. All Gambas run ok, but... > when I click at the menu to open Database Manager, it don't open. ¿Why? > > Thanks > > PD: Sorry, my english is very bad Please provide all the details: Gambas version, how you did the install (from sources

Re: [Gambas-user] Need help / call for volunteers

2009-08-26 Thread richard terry
On Wednesday 26 August 2009 17:15:12 Joshua Higgins wrote: > Richard, does the /etc/arch-release file exist on your system? If not, is > there anything along those lines, arch-version etc... > > >>-- > > --- >--- Let Cr

Re: [Gambas-user] Need help / call for volunteers

2009-08-26 Thread Joshua Higgins
Richard, does the /etc/arch-release file exist on your system? If not, is there anything along those lines, arch-version etc... -- joshua higgins >>-- -- Let Crystal Reports handle the reporting - Free Crystal Re