Re: [Gambas-user] Connecting DataControl to DataSource

2015-01-05 Thread T Lee Davidson
I think our mails crossed in transit. Anyway... The SQL query used to obtain the Result should essentially be: SELECT * FROM DataSource.Table WHERE DataSource.Filter So, it can actually be determined by calculation, or maybe more correctly stated, by concatenation. The data control would

Re: [Gambas-user] Connecting DataControl to DataSource

2015-01-05 Thread Lewis Balentine
YEP --- that was the problem. I completely missed is a container. In MS VB5/6 you only needed to place the Datasources on the same form actually not even that: you could build a connection or selection set and reference that. One thing I would like to see is the ability to return the SQL

Re: [Gambas-user] Connecting DataControl to DataSource

2015-01-05 Thread T Lee Davidson
On 01/05/2015 04:35 PM, Lewis Balentine wrote: ' Console Window Output: [snip] - - - - - - - - - - - - - - - - - - - - - ' FMain.Form_Open.37: DataView1 Parent: FMain Lewis, This is why you are not getting the results you expect. DataView1.Parent.Name should be DataSource1. [Sorry for the

Re: [Gambas-user] SerialPort: RS232 DTR problem

2015-01-05 Thread Tobias Boege
On Sun, 04 Jan 2015, Beno?t Minisini wrote: Le 03/01/2015 15:40, Tobias Boege a ?crit : On Fri, 02 Jan 2015, Beno?t Minisini wrote: Le 16/12/2014 15:52, Tobias Boege a ?crit : Hi, [ this is a forwarded bug report -- and this time I'm only translating. I don't understand any of

Re: [Gambas-user] fullscreen

2015-01-05 Thread Alexie
Can you retest it with Gambas3? Gambas2 isn't supported anymore. 2015-01-05 14:21 GMT+01:00 Reiner Goerlach reiner.goerl...@mail.de: After switching from Form1 to Form2 and back to Form1, Form1 is still in Fullscreen-Mode. If I do it scond time, Form1 shows still Fullscreen-Mode, but in

[Gambas-user] Send Mouse events to a given window

2015-01-05 Thread martin p cristia
Hi: Hope everyone have a good 2015. It is possible to send mouse events (clicks) to a non-gambas (external) window? -- Saludos Ing. Martin P Cristia -- Dive into the World of Parallel Programming! The Go Parallel

[Gambas-user] fullscreen

2015-01-05 Thread Reiner Goerlach
After switching from Form1 to Form2 and back to Form1, Form1 is still in Fullscreen-Mode. If I do it scond time, Form1 shows still Fullscreen-Mode, but in reality it has turned to maximized mode. Ubuntu 10.04, GAMBAS2, QT, Has somebody experience how to improve ? Best regards Reiner

Re: [Gambas-user] fullscreen

2015-01-05 Thread Charlie Reinl
Am Montag, den 05.01.2015, 14:21 +0100 schrieb Reiner Goerlach: After switching from Form1 to Form2 and back to Form1, Form1 is still in Fullscreen-Mode. If I do it scond time, Form1 shows still Fullscreen-Mode, but in reality it has turned to maximized mode. Ubuntu 10.04, GAMBAS2, QT,

Re: [Gambas-user] fullscreen

2015-01-05 Thread Reiner Goerlach
Nice answer, unfortunately not to my question. I am very happy to have the GAMBAS2 running. Very happy. And I cannot install GAMBAS3, because in Installation description is stated, that the best way to install is just to type ./configure, make, make install. Unfortunately I get the message:

Re: [Gambas-user] fullscreen

2015-01-05 Thread Willy Raets
On ma, 2015-01-05 at 17:29 +0100, Reiner Goerlach wrote: Never never never never ! I haqd a small Problem. Loss of Fullscreen property of Form in GAMBAS2. Now I have work for 3 people all their life ! Minimum ! Than k you very much Reiner For Ubuntu you don even need to

Re: [Gambas-user] fullscreen

2015-01-05 Thread Jørn Erik Mørne
Den 05. jan. 2015 16:41, skrev Reiner Goerlach: Hallo Ron, here is the interesting response ! root@reiner-laptop:/home/reiner/GAMBAS3/gambas3-3.5.4# ./reconf-all ./reconf-all: 7: libtoolize: not found Can't exec libtoolize: No such file or directory at /usr/bin/autoreconf line 189. Use

Re: [Gambas-user] Issue 589 in gambas: Interpreter Crash Gambas3 - Calling a library function - BananaPi

2015-01-05 Thread gambas
Comment #3 on issue 589 by benoit.m...@gmail.com: Interpreter Crash Gambas3 - Calling a library function - BananaPi https://code.google.com/p/gambas/issues/detail?id=589 Of course it matters! Apparently PMD_Find_Interface() uses its first argument to store its result. So if you send it a

Re: [Gambas-user] fullscreen

2015-01-05 Thread Reiner Goerlach
Never never never never ! I haqd a small Problem. Loss of Fullscreen property of Form in GAMBAS2. Now I have work for 3 people all their life ! Minimum ! Than k you very much Reiner On 01/05/2015 05:13 PM, Jørn Erik Mørne wrote: Den 05. jan. 2015 16:41, skrev Reiner

Re: [Gambas-user] fullscreen

2015-01-05 Thread Jørn Erik Mørne
Never never never never ! I haqd a small Problem. Loss of Fullscreen property of Form in GAMBAS2. Now I have work for 3 people all their life ! Minimum ! Than k you very much Reiner Normally it takes one person ten minutes, not three people a life time :) But, as with most

Re: [Gambas-user] The new Border class

2015-01-05 Thread Fabien Bodard
Le 5 janv. 2015 01:31, Benoît Minisini gam...@users.sourceforge.net a écrit : Since the last revisions, I have implemented a creatable Border class that allows to associate many properties with a Border object, and draw a border from these properties. For example: hBorder = new

Re: [Gambas-user] The new Border class

2015-01-05 Thread Jorge Carrión
It looks fine!!. Good work, as always. Thanks Benoit. Regards 2015-01-05 1:30 GMT+01:00 Benoît Minisini gam...@users.sourceforge.net: Since the last revisions, I have implemented a creatable Border class that allows to associate many properties with a Border object, and draw a border from

Re: [Gambas-user] The new Border class

2015-01-05 Thread Benoît Minisini
Le 05/01/2015 18:10, Fabien Bodard a écrit : Next step.. a flexible interpreter class and we can make a spreedsheet component. What do you mean? -- Benoît Minisini -- Dive into the World of Parallel Programming!

[Gambas-user] Connecting DataControl to DataSource

2015-01-05 Thread Lewis Balentine
I must be missing something very basic in the use of form database controls. I can not seem to get a data control populated ... It appears to me that the data control is not linked to the DataSource. What am I missing ??? Two additional questions: Is there a way to access the Result object of a

Re: [Gambas-user] fullscreen

2015-01-05 Thread Karl Reinl
Am Montag, den 05.01.2015, 21:27 +0100 schrieb Reiner Goerlach: Salut Karl, if I solve your croaaword puzzzle, the result could be, that you are recommending me to go to e newer ubuntu version ? Is it so ? You wanted to tell me: You should go to a newer ubun tu versiom ? ???

[Gambas-user] Farm software categories

2015-01-05 Thread Benoît Minisini
Hi, In revision #6813 I added an initial category search to the farm software window. I put some arbitrary categories in it, each one just corresponding to a filter tag. If you need another category, just tell me its name and its filter tag: if I find a good icon for it, I will add it.

Re: [Gambas-user] Connecting DataControl to DataSource

2015-01-05 Thread T Lee Davidson
On 01/05/2015 04:35 PM, Lewis Balentine wrote: I must be missing something very basic in the use of form database controls. I can not seem to get a data control populated ... It appears to me that the data control is not linked to the DataSource. What am I missing ??? Two additional

Re: [Gambas-user] fullscreen

2015-01-05 Thread Jussi Lahtinen
GAMBAS3 ist faster ? What about number of bugs ? How can I trust GAMBAS3, when in GAMBAS2 are still bugs ? Gambas 3 is stable. Just try it. Jussi -- Dive into the World of Parallel Programming! The Go Parallel

Re: [Gambas-user] fullscreen

2015-01-05 Thread Tobias Boege
On Mon, 05 Jan 2015, Reiner Goerlach wrote: It is the INSTALL - file in latest download GAMBAS 3.5.4., I attach that file hereto Seems like someone has been lazy with this file :-) It contained an excerpt from the GNU autoconf manual and hasn't been applicable to Gambas for a long time. In

Re: [Gambas-user] fullscreen

2015-01-05 Thread Reiner Goerlach
Wgat doesw it mean ? Will there be a new version for GAMBAS soon ? Reiner On 01/05/2015 06:56 PM, Tobias Boege wrote: On Mon, 05 Jan 2015, Reiner Goerlach wrote: It is the INSTALL - file in latest download GAMBAS 3.5.4., I attach that file hereto Seems like someone has been lazy with this

Re: [Gambas-user] fullscreen

2015-01-05 Thread Reiner Goerlach
Salut Karl, if I solve your croaaword puzzzle, the result could be, that you are recommending me to go to e newer ubuntu version ? Is it so ? You wanted to tell me: You should go to a newer ubun tu versiom ? ??? I cantell you also somethinmg, without crossword puzzle. I have tested

Re: [Gambas-user] fullscreen

2015-01-05 Thread Charlie Reinl
Am Montag, den 05.01.2015, 14:21 +0100 schrieb Reiner Goerlach: Ubuntu 10.04 Salut Reiner, I saw you are still using Ubuntu 10.04, while that is an LTS, it is longer supported as normal releases, but also not for a eternity. see here https://wiki.ubuntu.com/Releases I made this once with

Re: [Gambas-user] fullscreen

2015-01-05 Thread Ron
Did you skip the step ./reconf-all on purpose? It creates the files needed for the ./configure step. ;P I don't know how big your projects are and what they do, but gambas3 runs faster than gambas2. Ron. 2015-01-05 16:05 GMT+01:00 Reiner Goerlach reiner.goerl...@mail.de: Nice answer,

Re: [Gambas-user] Issue 589 in gambas: Interpreter Crash Gambas3 - Calling a library function - BananaPi

2015-01-05 Thread gambas
Comment #2 on issue 589 by scrcarl...@gmail.com: Interpreter Crash Gambas3 - Calling a library function - BananaPi https://code.google.com/p/gambas/issues/detail?id=589 Dear Benoit, in the firstplace i used VarPtr(hid_p) but i received the same result. When I did the same with Gambas 3.6.2

Re: [Gambas-user] fullscreen

2015-01-05 Thread Reiner Goerlach
I will try, and somebody should insert such clause into Installation description ! I hope it works. (The first helpful hint) GAMBAS3 ist faster ? What about number of bugs ? How can I trust GAMBAS3, when in GAMBAS2 are still bugs ? Best regards Reiner On 01/05/2015 04:13 PM, Ron wrote: Did

Re: [Gambas-user] fullscreen

2015-01-05 Thread Tobias Boege
On Mon, 05 Jan 2015, Reiner Goerlach wrote: I will try, and somebody should insert such clause into Installation description ! I hope it works. (The first helpful hint) I will if you tell me where you found this incomplete installation description. GAMBAS3 ist faster ? What about number of

Re: [Gambas-user] fullscreen

2015-01-05 Thread Reiner Goerlach
Hallo Ron, here is the interesting response ! root@reiner-laptop:/home/reiner/GAMBAS3/gambas3-3.5.4# ./reconf-all ./reconf-all: 7: libtoolize: not found Can't exec libtoolize: No such file or directory at /usr/bin/autoreconf line 189. Use of uninitialized value in pattern match (m//) at

Re: [Gambas-user] fullscreen

2015-01-05 Thread Reiner Goerlach
It is the INSTALL - file in latest download GAMBAS 3.5.4., I attach that file hereto Reiner On 01/05/2015 04:57 PM, Tobias Boege wrote: On Mon, 05 Jan 2015, Reiner Goerlach wrote: I will try, and somebody should insert such clause into Installation description ! I hope it works. (The

Re: [Gambas-user] The new Border class

2015-01-05 Thread Fabien Bodard
What do you mean? -- Benoît Minisini I think about a tool that will be able to interpret inline formulas like in a spreedsheet. i have done something like that for playing myself but i'm not a specialist of interpreters like you. for example : =Myvar1 + 3 *(3*myvar2) =MYFUNCTION(myvar1;

Re: [Gambas-user] fullscreen

2015-01-05 Thread Fabien Bodard
2015-01-05 21:27 GMT+01:00 Reiner Goerlach reiner.goerl...@mail.de: Salut Karl, if I solve your croaaword puzzzle, the result could be, that you are recommending me to go to e newer ubuntu version ? Is it so ? You wanted to tell me: You should go to a newer ubun tu versiom ? ??? I

Re: [Gambas-user] fullscreen

2015-01-05 Thread Tobias Boege
On Mon, 05 Jan 2015, Reiner Goerlach wrote: On 01/05/2015 06:56 PM, Tobias Boege wrote: On Mon, 05 Jan 2015, Reiner Goerlach wrote: It is the INSTALL - file in latest download GAMBAS 3.5.4., I attach that file hereto Seems like someone has been lazy with this file :-) It contained an

[Gambas-user] Custom Eval (was Re: The new Border class)

2015-01-05 Thread Benoît Minisini
Le 05/01/2015 21:46, Fabien Bodard a écrit : What do you mean? -- Benoît Minisini I think about a tool that will be able to interpret inline formulas like in a spreedsheet. i have done something like that for playing myself but i'm not a specialist of interpreters like you. for example

Re: [Gambas-user] Custom Eval (was Re: The new Border class)

2015-01-05 Thread Fabien Bodard
2015-01-05 22:02 GMT+01:00 Benoît Minisini gam...@users.sourceforge.net: Le 05/01/2015 21:46, Fabien Bodard a écrit : What do you mean? -- Benoît Minisini I think about a tool that will be able to interpret inline formulas like in a spreedsheet. i have done something like that for