Re: [Gambas-user] Release of Gambas 3 RC5

2011-10-09 Thread Demosthenes Koptsis
On Mon, 2011-10-10 at 01:26 +0200, Benoît Minisini wrote: > Hi, > > Here is the release of the fifth release candidate of Gambas 3. > > Of course there were big bugs since the RC4, and a RC5 is needed. :-/ > > All the details about this release is on the web site. > > And if I don't get big bu

Re: [Gambas-user] Release of Gambas 3 RC5

2011-10-09 Thread Dr. Martin Senftleben
Hi, Am 10.10.2011 01:26, schrieb Benoît Minisini: > Hi, > > If you have some suggestions about what to say and where to say it, you are > strongly welcome! There are some Linux magazines in Germany which might be interested, like "Linux User" or "Linux Magazin". What about Developer Shed? I can

[Gambas-user] Release of Gambas 3 RC5

2011-10-09 Thread Benoît Minisini
Hi, Here is the release of the fifth release candidate of Gambas 3. Of course there were big bugs since the RC4, and a RC5 is needed. :-/ All the details about this release is on the web site. And if I don't get big bugs again, this RC will become the final release. Otherwise, you will have a

Re: [Gambas-user] unattach an event ( Data on tableview )

2011-10-09 Thread Charlie Reinl
Am Sonntag, den 09.10.2011, 09:42 -0700 schrieb J_Mischk3: > > > > Salut, > > > > if TabHandle is your TableView. > > > > PUBLIC SUB TabHandle_Data(Row AS Integer, Column AS Integer) > > TabHandle.CellData(Row, Column) > > END > > > > > > THX, but one question. At which point the Data Ev

Re: [Gambas-user] 4182 compile issues

2011-10-09 Thread Benoît Minisini
> I get the same problem with oneiric today... > I can't use gambas3 > Henri > > Le 09/10/2011 17:20, John Spikowski a écrit : > > On Sat, 2011-10-08 at 21:13 -0700, John Spikowski wrote: > >> || Unable to compile gb.form > >> || Unable to compile gb.form.dialog > >> || Unable to compile gb.form.m

Re: [Gambas-user] 4182 compile issues

2011-10-09 Thread girard henri
I get the same problem with oneiric today... I can't use gambas3 Henri Le 09/10/2011 17:20, John Spikowski a écrit : > On Sat, 2011-10-08 at 21:13 -0700, John Spikowski wrote: >> || >> || Unable to compile gb.form >> || Unable to compile gb.form.dialog >> || Unable to compile gb.form.mdi >> || Unab

Re: [Gambas-user] unattach an event ( Data on tableview )

2011-10-09 Thread J_Mischk3
> Salut, > > if TabHandle is your TableView. > > PUBLIC SUB TabHandle_Data(Row AS Integer, Column AS Integer) > TabHandle.CellData(Row, Column) > END > > THX, but one question. At which point the Data Event will be send? Juergen -- View this message in context: http://old.nabble.com

Re: [Gambas-user] A little off topic - internet

2011-10-09 Thread Dag-Jarle Johansen
Thanks for the Info, Jesus, I'll keep that in mind. Regards, Dag-Jarle 2011/10/9 Jesus > El 09/10/11 06:17, Kevin Fishburne escribió: > > On 10/07/2011 03:37 PM, Dag-Jarle Johansen wrote: > >> Hi All, > >> > >> after shuffelling through pages after pages of so called know how, I > still > >> c

Re: [Gambas-user] ran in problems with gambas2 and rev 4131

2011-10-09 Thread Charlie Reinl
Am Sonntag, den 09.10.2011, 17:05 +0200 schrieb Benoît Minisini: > > Am Sonntag, den 09.10.2011, 16:33 +0200 schrieb Benoît Minisini: > > > > > Salut Benoît, > > > > > > > > > > no, doesn't work for me, same error. > > > > > see attachment > > > > > > > > > > Regards Charlie > > > > > > > >

Re: [Gambas-user] How to execute CLI programs from Gambas GUI program?

2011-10-09 Thread Robert Parker
On Sun, Oct 9, 2011 at 10:36 PM, Olivier Cruilles wrote: > Hi, > > Depend on what you want to do. > > If you want to invoke your command from Gambas, see the SHELL ou EXEC > command > > And if you want to interact with your command after invoked by SHELL or > EXEC, you can > by adding 'FOR WRITE R

Re: [Gambas-user] How to execute CLI programs from Gambas GUI program?

2011-10-09 Thread Olivier Cruilles
Hi, Depend on what you want to do. If you want to invoke your command from Gambas, see the SHELL ou EXEC command And if you want to interact with your command after invoked by SHELL or EXEC, you can by adding 'FOR WRITE READ' at the end of the command SHELL or EXEC See on the documentation for

[Gambas-user] Issue 126 in gambas: Is deleting graphical controls irreversible?

2011-10-09 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 126 by ronmcina...@yahoo.co.uk: Is deleting graphical controls irreversible? http://code.google.com/p/gambas/issues/detail?id=126 Version: 2.99.2 1) Describe the problem

Re: [Gambas-user] 4182 compile issues

2011-10-09 Thread John Spikowski
On Sat, 2011-10-08 at 21:13 -0700, John Spikowski wrote: > > || > || Unable to compile gb.form > || Unable to compile gb.form.dialog > || Unable to compile gb.form.mdi > || Unable to compile gb.db.form > || Unable to compile gb.report > || Unable to compile gb.chart > || Unable to compile gambas3

Re: [Gambas-user] A little off topic - internet

2011-10-09 Thread Jesus
El 09/10/11 06:17, Kevin Fishburne escribió: > On 10/07/2011 03:37 PM, Dag-Jarle Johansen wrote: >> Hi All, >> >> after shuffelling through pages after pages of so called know how, I still >> can't get my Wireless adapter to work. Some of you may have got the >> information - I moved from Argentina

[Gambas-user] How to execute CLI programs from Gambas GUI program?

2011-10-09 Thread Robert Parker
Hi Guys, I am new to Gambas. I have a few CLI programs written in C. I'd like to make GUI interfaces to them using Gambas. Is this possible? If so how please. Thanks Bob -- All of the data generated in your IT infrastruct

Re: [Gambas-user] ran in problems with gambas2 and rev 4131

2011-10-09 Thread Benoît Minisini
> Am Sonntag, den 09.10.2011, 16:33 +0200 schrieb Benoît Minisini: > > > > Salut Benoît, > > > > > > > > no, doesn't work for me, same error. > > > > see attachment > > > > > > > > Regards Charlie > > > > > > Actually you get the error on another file, so I will suceed in fixing > > > it...

Re: [Gambas-user] ran in problems with gambas2 and rev 4131

2011-10-09 Thread Charlie Reinl
Am Sonntag, den 09.10.2011, 16:33 +0200 schrieb Benoît Minisini: > > > Salut Benoît, > > > > > > no, doesn't work for me, same error. > > > see attachment > > > > > > Regards Charlie > > > > Actually you get the error on another file, so I will suceed in fixing > > it... > > Try with revisi

Re: [Gambas-user] ran in problems with gambas2 and rev 4131

2011-10-09 Thread Benoît Minisini
> > Salut Benoît, > > > > no, doesn't work for me, same error. > > see attachment > > > > Regards Charlie > > Actually you get the error on another file, so I will suceed in fixing > it... Try with revision #4187 now. -- Benoît Minisini ---

Re: [Gambas-user] ran in problems with gambas2 and rev 4131

2011-10-09 Thread Benoît Minisini
> > Salut Benoît, > > no, doesn't work for me, same error. > see attachment > > Regards Charlie Actually you get the error on another file, so I will suceed in fixing it... -- Benoît Minisini -- All of the data ge

Re: [Gambas-user] ran in problems with gambas2 and rev 4131

2011-10-09 Thread Charlie Reinl
Am Sonntag, den 09.10.2011, 14:11 +0200 schrieb Benoît Minisini: > > Am Sonntag, den 09.10.2011, 10:44 +0200 schrieb Benoît Minisini: > > > > Salut Benoît, > > > > > > > > updated my gambas2 by svn yesterday, and ran in that problem. > > > > see attachments, back to rev 4130 all is OK. > > > > >

Re: [Gambas-user] ran in problems with gambas2 and rev 4131

2011-10-09 Thread Benoît Minisini
> Am Sonntag, den 09.10.2011, 10:44 +0200 schrieb Benoît Minisini: > > > Salut Benoît, > > > > > > updated my gambas2 by svn yesterday, and ran in that problem. > > > see attachments, back to rev 4130 all is OK. > > > > Hi, > > > > Is it better with revision #4183? > > Salut Benoît, > > no, it

Re: [Gambas-user] ran in problems with gambas2 and rev 4131

2011-10-09 Thread Charlie Reinl
Am Sonntag, den 09.10.2011, 10:44 +0200 schrieb Benoît Minisini: > > Salut Benoît, > > > > updated my gambas2 by svn yesterday, and ran in that problem. > > see attachments, back to rev 4130 all is OK. > > Hi, > > Is it better with revision #4183? > Salut Benoît, no, it still doesn't work for

Re: [Gambas-user] A little off topic - internet

2011-10-09 Thread Dag-Jarle Johansen
Thank you Kevin, it's frustrating right now. Have to swith to Win to get the Informatisons and then back Ubuntu to try it out. What Card do you have? Regards, Dag-Jarle 2011/10/9 Kevin Fishburne > On 10/07/2011 03:37 PM, Dag-Jarle Johansen wrote: > > Hi All, > > > > after shuffelling through p

Re: [Gambas-user] Unexpected INPUT in form definition

2011-10-09 Thread Benoît Minisini
> > I'm creating a menu in the menu editor: > > > > File > > > > Exit > > > > Input > > > > Modify > > > > And I'm getting this error wher try to run it:"Unexpected INPUT in form > > definition" > > > > ... > > > > I tried it in gambas 2.13 and and 2.21 > > This is a bug. But try to no

Re: [Gambas-user] Issue 123 in gambas: GUI dependencies in library projects not exposing any gui dependency

2011-10-09 Thread gambas
Updates: Status: Accepted Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 on issue 123 by benoit.m...@gmail.com: GUI dependencies in library projects not exposing any gui dependency http://code.google.com/p/gambas/issues/detail?id=123 Yes, libraries are not

Re: [Gambas-user] ran in problems with gambas2 and rev 4131

2011-10-09 Thread Benoît Minisini
> Salut Benoît, > > updated my gambas2 by svn yesterday, and ran in that problem. > see attachments, back to rev 4130 all is OK. Hi, Is it better with revision #4183? -- Benoît Minisini -- All of the data generated in