Re: [Gambas-user] error calling external function from c library

2008-06-19 Thread Marcos Antonio Pandolfo Jr
Benoit Thanks soo much for your help I attach a example writed in C that contains the call of some functions in this library. The function that I have problem is the ContinuaFuncaoSiTefInterativo... I believe that you seeing this example you resolve the problem I dont have experience t

[Gambas-user] Search not finding commented out text

2008-06-19 Thread richard terry
I sometimes comment out a line whilst developing, meaning to come back to it. I've noticed that the search function then doesn't find the text. Is this intentional or could it be an option to search within commented text as well (Build I think 1413 at the moment). Richard -

[Gambas-user] Tiny feature request for Heirachy tree

2008-06-19 Thread richard terry
What: A search text box to search the tree Rationale: When one has dozens and dozens of controls on the form one can "lose" a control in the IDE gui by doing something inadvertant as setting a x/y value to a inappropriately large number, but by clicking on it in the heirachy, one my then get th

[Gambas-user] Difficulty interpreting listview documentation

2008-06-19 Thread richard terry
I'm pretty cretinous at interpreting docs. e.g: DIM hListView AS ListView DIM hListViewItem AS .ListViewItem hListViewItem = hListView [ Key AS String ] Just how does one use .ListViewItem, because if you copy and past the above example into code, the interpretor bauks at the .ListViewItem.

Re: [Gambas-user] error calling external function from c library

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Marcos Antonio Pandolfo Jr wrote: > In gambas 2.7.0 appears Illegal instruction in the call of function > TEF_inicia: > > EXTERN TEF_inicia(Resultado AS Pointer, Funcao AS String, Valor AS String, > CuponFiscal AS String, DataFiscal AS String, Horario AS String, Operador AS >

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread M0E Lnx
One minor problem though... I just did my application with this after some testing... here are the results running configure without arguments does not install the binary to the system running it with the --prefix=/usr argument results in a new directory in /usr called usr... so the binary really

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread Stefano Palmeri
Il giovedì 19 giugno 2008 23:34:32 M0E Lnx ha scritto: > Sweet mother of God!... > > > I did not know that > > Very nice. Thank you for providing such a kool way to do this > Not me. Thanks Benoit and Laurent Carlier. > On Thu, Jun 19, 2008 at 4:04 PM, Stefano Palmeri <[EMAIL PROTECTED]> wrote:

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread M0E Lnx
Sweet mother of God!... I did not know that Very nice. Thank you for providing such a kool way to do this On Thu, Jun 19, 2008 at 4:04 PM, Stefano Palmeri <[EMAIL PROTECTED]> wrote: > Il giovedì 19 giugno 2008 21:47:48 M0E Lnx ha scritto: >> I've been writing gambas for a while now... continuo

Re: [Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread Stefano Palmeri
Il giovedì 19 giugno 2008 21:47:48 M0E Lnx ha scritto: > I've been writing gambas for a while now... continuosly developing 2 > applications. > I'd like to distribute my software in a way that the end user can > compile in a way similar to how the gambas tarball compiles. > > ./configure && make &&

[Gambas-user] How to make your gambas project compile using autoconf tools

2008-06-19 Thread M0E Lnx
I've been writing gambas for a while now... continuosly developing 2 applications. I'd like to distribute my software in a way that the end user can compile in a way similar to how the gambas tarball compiles. ./configure && make && make install instead of distributing binaries. Does anyone have

Re: [Gambas-user] error calling external function from c library

2008-06-19 Thread Marcos Antonio Pandolfo Jr
In gambas 2.7.0 appears Illegal instruction in the call of function TEF_inicia: EXTERN TEF_inicia(Resultado AS Pointer, Funcao AS String, Valor AS String, CuponFiscal AS String, DataFiscal AS String, Horario AS String, Operador AS String, ParamAdic AS String) IN "libclisitef" EXEC "IniciaFuncaoSi

Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Ron
Benoit Minisini schreef: > On jeudi 19 juin 2008, Ron wrote: > >> Benoit Minisini schreef: >> >>> On jeudi 19 juin 2008, Ron wrote: >>> Hi, the change event of a combobox is only triggered if a combobox is not set to read-only. So it detects only the con

Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Ron wrote: > Benoit Minisini schreef: > > On jeudi 19 juin 2008, Ron wrote: > >> Hi, > >> > >> the change event of a combobox is only triggered if a combobox is not > >> set to read-only. > >> > >> So it detects only the content change of the textbox which is part of > >> the

Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Ron
Benoit Minisini schreef: > On jeudi 19 juin 2008, Ron wrote: > >> Hi, >> >> the change event of a combobox is only triggered if a combobox is not >> set to read-only. >> >> So it detects only the content change of the textbox which is part of >> the combo box. >> > > Yes. The Change event c

Re: [Gambas-user] error calling external function from c library

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Marcos Antonio Pandolfo Jr wrote: > Hi > > Im using Centos 5 and Gambas 2.0.0 and when I call a external function in > a C library this error occurs and Gambas crash with error #6 > > EXTERN TEF_inicia(Resultado AS String, Funcao AS String, Valor AS String, > CuponFiscal

[Gambas-user] error calling external function from c library

2008-06-19 Thread Marcos Antonio Pandolfo Jr
Hi Im using Centos 5 and Gambas 2.0.0 and when I call a external function in a C library this error occurs and Gambas crash with error #6 EXTERN TEF_inicia(Resultado AS String, Funcao AS String, Valor AS String, CuponFiscal AS String, DataFiscal AS String, Horario AS String, Operador AS Stri

Re: [Gambas-user] Gambas review on italian magazine "Gnu-Linux Magazine"

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Leonardo Miliani wrote: > I would like to inform all the community that on the copy of July 2008 > of the italian magazine "Gnu-Linux Magazine" there is a reviews of our > lovely Gambas :-) > > You can find the summary of the magazine here: > http://www.edmaster.it/?p=prodott

Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Ron wrote: > Hi, > > the change event of a combobox is only triggered if a combobox is not > set to read-only. > > So it detects only the content change of the textbox which is part of > the combo box. Yes. The Change event comes from its interal TextBox. It means that the t

[Gambas-user] Combobox change event question

2008-06-19 Thread Ron
Hi, the change event of a combobox is only triggered if a combobox is not set to read-only. So it detects only the content change of the textbox which is part of the combo box. If you have a box which is read-only you can only detect some activity via the clicked event, but then you also get

Re: [Gambas-user] Error lauching Gambas2 2.7.0 in Ubuntu 8.04

2008-06-19 Thread bruno
Alarm returned now version 2.7.0 works well. I do not know what I have to work (I am sorry not to know because now works) Maybe I uninstalled some program? Boooh! However recompiling everything now goes! . Thanks to all. Bruno. Il giorno gio, 19/06/2008 alle 18.20 +0200, Benoit Minisin

Re: [Gambas-user] Error lauching Gambas2 2.7.0 in Ubuntu 8.04

2008-06-19 Thread bruno
Sorry !. Up to version 2.4.1 everything worked well. I have problems starting from version 2.5 2.6 2.7 onwards. the trunk version 2.99 instead works. I run the following steps. 1) sudo apt-get install build-essential g++ automake autoconf libbz2-dev libgnorba-dev libfbclient2 libmysqlclient15-d

Re: [Gambas-user] Error lauching Gambas2 2.7.0 in Ubuntu 8.04

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, bruno wrote: > Hello All. > > When i launch Gambas 2.2.7.0 > > a message Box Appear with this Message: > > [11] unknown symbol 'border' in class 'container'. > sidepanel.border_write.57 > > > I use Ubuntu 8.0.4 > > > P.S Gambas 2.2.4.1 Work OK. > > Someone has an Idea >

Re: [Gambas-user] Datacontrol boxes different height

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Ron wrote: > > Hi, > > > > a default textbox is 24 pixels heigh. > > > > a default datacontrol box is 128 pixels heigh, if you resize it to 24 px > > with your mouse, the contents doesn't fit properly, > > you get a scrollbar when you put some text (one line) in it. > > > > y

[Gambas-user] Gambas review on italian magazine "Gnu-Linux Magazine"

2008-06-19 Thread Leonardo Miliani
I would like to inform all the community that on the copy of July 2008 of the italian magazine "Gnu-Linux Magazine" there is a reviews of our lovely Gambas :-) You can find the summary of the magazine here: http://www.edmaster.it/?p=prodotti&idcat=3&idprod=5&idnum=89 Here is the traslation of the

Re: [Gambas-user] Datacontrol boxes different height

2008-06-19 Thread Ron
> > Hi, > > a default textbox is 24 pixels heigh. > > a default datacontrol box is 128 pixels heigh, if you resize it to 24 px > with your mouse, the contents doesn't fit properly, > you get a scrollbar when you put some text (one line) in it. > > you have to manually enter 25 px before it fits co

[Gambas-user] Error lauching Gambas2 2.7.0 in Ubuntu 8.04

2008-06-19 Thread bruno
Hello All. When i launch Gambas 2.2.7.0 a message Box Appear with this Message: [11] unknown symbol 'border' in class 'container'. sidepanel.border_write.57 I use Ubuntu 8.0.4 P.S Gambas 2.2.4.1 Work OK. Someone has an Idea ---

[Gambas-user] Datacontrol boxes different height

2008-06-19 Thread Ron
Hi, a default textbox is 24 pixels heigh. a default datacontrol box is 128 pixels heigh, if you resize it to 24 px with your mouse, the contents doesn't fit properly, you get a scrollbar when you put some text (one line) in it. you have to manually enter 25 px before it fits correctly. Regard