Re: [Gambas-user] This is a test

2015-07-22 Thread adamn...@gmail.com
On Wed, 22 Jul 2015 13:08:41 +0200 Charlie Reinl wrote: > Am Mittwoch, den 22.07.2015, 12:27 +0200 schrieb Benoît Minisini: > > Is Sourceforge finally working again? > > > > Salut, > > not everything is back. > > http://trouble-maker.sourceforge.net/ > > http://sourceforge.net/blog/category

[Gambas-user] Stack Overflow...with QT4 combobox

2015-07-22 Thread nando
Gambas 3.7.1 QT4 I get stack overflow with... ComboBox1.value = Not ComboBox1.value -Nando -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.so

Re: [Gambas-user] R: This is a test

2015-07-22 Thread Jesus
El 22/7/15 a las 23:38, Adrien Prokopowicz escribió: > > As Benoît stated here[0], Github does not have mailing-list support. So > we can't move everything over there (unless we host them on a separate > server). It's a pity Github doesn't have mailing list support! > > But we need to move awa

Re: [Gambas-user] R: This is a test

2015-07-22 Thread Adrien Prokopowicz
Le Wed, 22 Jul 2015 22:52:05 +0200, Christof Thalhofer a écrit: > Am 22.07.2015 um 16:36 schrieb Tobias Boege: > >> I'm also trying to update Gambas since three days now. That reminds me, >> didn't we want to take the Gambas repository to somewhere else? > > And switch over to Git? It's superio

[Gambas-user] gb.desktop - How to know which window has focus?

2015-07-22 Thread herberth guzman
I have a question.? Can you help me please. to activate a window is: Desktop.Windows.FromHandle (Value) .Activate or Desktop.ActiveWindow = value I have a problem. I have 3 WINDOWS and the 3 WINDOW ARE ACTIVE. How to know which window has focus and how to change it...? i am trying to fix it and

Re: [Gambas-user] R: This is a test

2015-07-22 Thread Christof Thalhofer
Am 22.07.2015 um 16:36 schrieb Tobias Boege: > I'm also trying to update Gambas since three days now. That reminds me, > didn't we want to take the Gambas repository to somewhere else? And switch over to Git? It's superiour. Gambas could been hosted on GitHub. Alles Gute Christof Thalhofer --

Re: [Gambas-user] R: This is a test

2015-07-22 Thread Tobias Boege
On Wed, 22 Jul 2015, Fabien Bodard wrote: > same here ... :-( > > > 2015-07-22 16:03 GMT+02:00 Ru Vuott : > > Hello Beno??t, > > > > well, I received this your e-mail, but I have to say when I try to update > > my Gambas via SVN, I receive this message again: > > > > svn: E000111: Unable to conn

Re: [Gambas-user] R: This is a test

2015-07-22 Thread Fabien Bodard
same here ... :-( 2015-07-22 16:03 GMT+02:00 Ru Vuott : > Hello Benoît, > > well, I received this your e-mail, but I have to say when I try to update my > Gambas via SVN, I receive this message again: > > svn: E000111: Unable to connect to a repository at URL > 'svn://svn.code.sf.net/p/gambas/c

[Gambas-user] R: This is a test

2015-07-22 Thread Ru Vuott
Hello Benoît, well, I received this your e-mail, but I have to say when I try to update my Gambas via SVN, I receive this message again: svn: E000111: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/gambas/code/gambas/trunk' svn: E000111: Can't connect to host 'svn.code.sf.net

Re: [Gambas-user] This is a test

2015-07-22 Thread Charlie
It's not working now 12:12 UTC -- View this message in context: http://gambas.8142.n7.nabble.com/This-is-a-test-tp52045p52049.html Sent from the gambas-user mailing list archive at Nabble.com. -- Don't Limit Your Busin

[Gambas-user] Of keyword?

2015-07-22 Thread Tobias Boege
Hi Benoit, purely out of curiosity: following a typo, I noticed that the "Of" keyword is highlighted in the IDE. I saw that it is indeed listed in System.Keywords (gb.eval) and in main/share/gb_reserved_keyword.h, but I can't think of a syntactic element where it is used. I looked at the Language

Re: [Gambas-user] This is a test

2015-07-22 Thread Charlie Reinl
Am Mittwoch, den 22.07.2015, 12:27 +0200 schrieb Benoît Minisini: > Is Sourceforge finally working again? > Salut, not everything is back. http://trouble-maker.sourceforge.net/ http://sourceforge.net/blog/category/sitestatus/ -- Amicalement Charlie --

Re: [Gambas-user] This is a test

2015-07-22 Thread Rolf-Werner Eilert
Am 22.07.2015 12:27, schrieb Benoît Minisini: > Is Sourceforge finally working again? > Yes it seems so, at least my own test mail from earlier this day has been returned to the list - and some others have appeared, too. Regards Rolf

[Gambas-user] This is a test

2015-07-22 Thread Benoît Minisini
Is Sourceforge finally working again? -- Benoît Minisini -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focu

[Gambas-user] Bug in ide using datacomboview

2015-07-22 Thread Marco Ancillotti
Hi all , from the ide when using datacomboview opening columns list show field of base table , not the table chosed from control table field. Setting right fields changing .form work perfectly so I think is an ide problem. bye, marco.