Re: [Gambas-user] Gambas 3 IDE doesn't come up

2012-11-14 Thread Rolf-Werner Eilert
It's a Suse 12.1, but meanwhile I've solved it by deleting the repos' version and compiling one downloaded from the Gambas homepage. Up to now, I found nothing to complain about, but it was only yesterday :-) Rolf Am 14.11.2012 20:35, schrieb M. Cs.: > What is your platform (distro)? I am curr

Re: [Gambas-user] Gambas 3 IDE doesn't come up

2012-11-14 Thread M. Cs.
What is your platform (distro)? I am currently using it on both Kubuntu 12.04 and Fedora 17 - without issues. Csaba 2012/11/13 Rolf-Werner Eilert > When I type gambas3, the answer is > > ERROR: #27: Cannot load component 'gb.qt4': > /usr/lib64/gambas3/gb.qt4.so: undefined symbol: GB > > > What'

Re: [Gambas-user] Translation question

2012-11-14 Thread Benoît Minisini
Le 14/11/2012 19:44, Tobias Boege a écrit : > On Wed, 14 Nov 2012, Matti wrote: >> While updating the German translation, I have no idea about >> "Class xy is badly overridden" > > "Klasse xy wurde inkorrekt ueberschrieben." > > (I think - I have no context - that this message pops up whenever a cl

Re: [Gambas-user] Translation question

2012-11-14 Thread Tobias Boege
On Wed, 14 Nov 2012, Matti wrote: > While updating the German translation, I have no idea about > "Class xy is badly overridden" "Klasse xy wurde inkorrekt ueberschrieben." (I think - I have no context - that this message pops up whenever a class names xy was found which has a different signature

[Gambas-user] Translation question

2012-11-14 Thread Matti
While updating the German translation, I have no idea about "Class xy is badly overridden" "Overriding an already inherited class is forbidden", etc. Could someone help me to understand what we are talking about there? Or, even better, could one of the Germans here tell me how to translate that?

Re: [Gambas-user] listview how to show an ite as selected

2012-11-14 Thread Benoît Minisini
Le 14/11/2012 18:37, Bill-Lancaster a écrit : > > I'm a bit stuck on this. > How can I highlight a given item in a list? > > Gambas 3 > TheListView[Key].Selected = True -- Benoît Minisini -- Monitor your physical, virt

[Gambas-user] listview how to show an ite as selected

2012-11-14 Thread Bill-Lancaster
I'm a bit stuck on this. How can I highlight a given item in a list? Gambas 3 -- View this message in context: http://old.nabble.com/listview-how-to-show-an-ite-as-selected-tp34679752p34679752.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Printing - same code - two machines - two outputs

2012-11-14 Thread Caveat
They have different barcodes on (different source numbers). Are you sure you're using **the same** code? Are you sure you don't have one pc set to A4 and the other to Letter or so? Can you share the project? Can't really see how anyone can help you further with so little information. Kind r

Re: [Gambas-user] How to send data to another .gambas apps

2012-11-14 Thread Jussi Lahtinen
There is kind of multi-threading in Gambas 3.3. http://www.gambasdoc.org/help/comp/gb/task?v3&en But you can also use following method: hProcess = Exec ["gbr3", "KindOfYourOtherThread.gambas", CStr(vInput)] For Input As "Process" Then catch output of thread with: Public Sub Process_Read() ...

Re: [Gambas-user] How to send data to another .gambas apps

2012-11-14 Thread Tobias Boege
On Tue, 13 Nov 2012, abbat wrote: > > Hello, > As I got we have not multi-threading. > So, I 've found next: > > You can write two separated gambas applications that communicate to each > > other. > > That way you can have two threads. > > And I'd like to know how to send some data between "thr

Re: [Gambas-user] How to send data to another .gambas apps

2012-11-14 Thread Fabien Bodard
There is dbus for that job. 2012/11/14 abbat > > Hello, > As I got we have not multi-threading. > So, I 've found next: > > You can write two separated gambas applications that communicate to each > > other. > > That way you can have two threads. > > And I'd like to know how to send some data b

Re: [Gambas-user] How to send data to another .gambas apps

2012-11-14 Thread Fabien Bodard
or local sockets 2012/11/14 Fabien Bodard > There is dbus for that job. > > > 2012/11/14 abbat > >> >> Hello, >> As I got we have not multi-threading. >> So, I 've found next: >> > You can write two separated gambas applications that communicate to each >> > other. >> > That way you can have

Re: [Gambas-user] Error on "Make Install" with rev. #5324

2012-11-14 Thread Ru Vuott
Yes, now it's OK. --- Mar 13/11/12, Sebastian Kulesz ha scritto: > Da: Sebastian Kulesz > Oggetto: Re: [Gambas-user] Error on "Make Install" with rev. #5324 > A: "mailing list for gambas users" > Data: Martedì 13 novembre 2012, 23:45 > It should be fixed in revision 5325. > It was merely a s