Re: [Gambas-user] Cxxx_moc.cpp version fails when making gb.qt4

2012-06-15 Thread Bruce
On Sat, 2012-06-16 at 12:16 +0930, Bruce wrote: > I have updated qt to 4.8.2 and now I cannot build gambas3. It fails at > the "make" step after > make[3]: Entering directory `/home/bb/trunk/gb.qt4/src' > > the error displayed is: > "This file was generated using the moc from 4.7.3. It" > "canno

[Gambas-user] Cxxx_moc.cpp version fails when making gb.qt4

2012-06-15 Thread Bruce
I have updated qt to 4.8.2 and now I cannot build gambas3. It fails at the "make" step after make[3]: Entering directory `/home/bb/trunk/gb.qt4/src' the error displayed is: "This file was generated using the moc from 4.7.3. It" "cannot be used with the include files from this version of Qt." "(T

Re: [Gambas-user] GB.JIT Crashes

2012-06-15 Thread Sebastian Kulesz
It does!! Thank you!!! I am seeing a lot of compilation warnings while building gb.jit. I read you are coding under x64, so you may be missing some. Here is the output I get from [0], maybe this can help you. [0] http://pastebin.com/YPq5QYch output of: Linux sebi 3.4.2-2-ARCH #1 SMP PREEMPT T

Re: [Gambas-user] Access global variable from other .class

2012-06-15 Thread Bruce
On Sat, 2012-06-16 at 01:17 +0300, Jussi Lahtinen wrote: > OK, got it. > It's now "fixed" (actually xfce function was missing), tested and attached. > > Benoit, is this official part of xdg-utils..? Because I have that package > installed, but not that script. > > Jussi > Jussi, No, xdg-su is n

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Ru Vuott
> I haven't replied on gambas-it, just > here, on the mailing-list. > Can I speak English on this thread ? That could avoid a lot > of bad > translations Italian/English. > However,...I believe there aren't problems... I wrote all your messages in english, like you have written them. I could see

Re: [Gambas-user] Error with XmlWriter tag in gb.xml - TER

2012-06-15 Thread Ru Vuott
..Ah, OK, Adrien. I wrote your message in the forum, so our friend'll can read it. ...I'm a ping-pong ball. :-) Bye Vuott -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security

Re: [Gambas-user] Error with XmlWriter tag in gb.xml - BIS

2012-06-15 Thread Ru Vuott
Ooops, adrien, I forgot translate this part: > > Sto cercando di localizzare il problema nei sorgenti di > gambas3 ma non riesco a trovare il bandolo della matassa, in > quanto parte è in linguaggio gambas, parte è in C, parte > è di libreria esterna... It is: I'm trying to locate the sour

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Adrien Prokopowicz
I haven't replied on gambas-it, just here, on the mailing-list. Can I speak English on this thread ? That could avoid a lot of bad translations Italian/English. 2012/6/16 Ru Vuott > Hello Adrien, > > > I have read the discussion on > > gambas-it, I reply directly here, so that it > > will avoid

Re: [Gambas-user] Error with XmlWriter tag in gb.xml - BIS

2012-06-15 Thread Adrien Prokopowicz
Yes, I know. I replied the two messages in one. 2012/6/16 Ru Vuott > Hello Adrien, > > in Gambas-it.org Forum I saw a new message of our friend (md9327). > He writes: > > > I downloaded the latest version of the source of Gambas3 (4833), but the > anomalies persist. > The following is the c

Re: [Gambas-user] Error with XmlWriter tag in gb.xml - BIS

2012-06-15 Thread Ru Vuott
Hello Adrien, in Gambas-it.org Forum I saw a new message of our friend (md9327). He writes: I downloaded the latest version of the source of Gambas3 (4833), but the anomalies persist. The following is the code I'm using, and that is a purified extract of the original one used in pgDesigner

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Ru Vuott
Hello Adrien, > I have read the discussion on > gambas-it, I reply directly here, so that it > will avoid you a trip. > good idea, ...but I didn't find your reply there. :-( Did you write it in the discussion called: "Errore con i tag XmlWriter in gb.xml" ? However, I'll copy this your message

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Adrien Prokopowicz
I have read the discussion on gambas-it, I reply directly here, so that it will avoid you a trip. (And sorry for the bad translation, I don't speak Italian, thanks Google...) For the management of small documents ... but what does that mean? Or are > they great, or treat them? For the parser, s

Re: [Gambas-user] Access global variable from other .class

2012-06-15 Thread Jussi Lahtinen
OK, got it. It's now "fixed" (actually xfce function was missing), tested and attached. Benoit, is this official part of xdg-utils..? Because I have that package installed, but not that script. Jussi On 16 June 2012 00:23, Jussi Lahtinen wrote: > OK, I'm stupid. > Desktop.ScreenSaver.Activa

Re: [Gambas-user] Access global variable from other .class

2012-06-15 Thread Jussi Lahtinen
OK, I'm stupid. Desktop.ScreenSaver.Activate() doesn't do anything because I have disabled screensaver, so the blank screen I see after 6 min idle, is actually monitor turning off. I will investigate what is wrong with xdg-su... Jussi On 15 June 2012 23:49, tobi wrote: > On Fri, 15 Jun 2012

Re: [Gambas-user] Access global variable from other .class

2012-06-15 Thread tobi
On Fri, 15 Jun 2012, Jussi Lahtinen wrote: > > If I remember correctly, you can even save more work by using gb.desktop, > > Desktop.RunAsRoot() which > > builds on top of the portland xdg scripts. > > > > Before writing anything I should always check what gb.desktop contains... > > But there see

Re: [Gambas-user] Access global variable from other .class

2012-06-15 Thread Jussi Lahtinen
> If I remember correctly, you can even save more work by using gb.desktop, > Desktop.RunAsRoot() which > builds on top of the portland xdg scripts. > Before writing anything I should always check what gb.desktop contains... But there seems to be bugs. I tried 'Desktop.RunAsRoot("whoami")'. All

Re: [Gambas-user] Access global variable from other .class

2012-06-15 Thread tobi
On Fri, 15 Jun 2012, Jussi Lahtinen wrote: > Weird that there isn't any standard about this, or is there..? > I think every linux distribution should have link to it's graphical version > of sudo/su, with uniform name like GUIsudo. > Then you could always call it without knowing which environment i

Re: [Gambas-user] Access global variable from other .class

2012-06-15 Thread Jussi Lahtinen
Weird that there isn't any standard about this, or is there..? I think every linux distribution should have link to it's graphical version of sudo/su, with uniform name like GUIsudo. Then you could always call it without knowing which environment is used. Jussi On 14 June 2012 07:58, Bruce wr

Re: [Gambas-user] IDE should work again now!

2012-06-15 Thread Charlie Reinl
Am Freitag, den 15.06.2012, 02:35 +0200 schrieb Benoît Minisini: > The bug in toolbar management that made the IDE crashing at startup with > the "Invalid object" error should have been fixed. > > In revision #4830. > > Please confirm! > Salut Benoît, yes, can start the IDE again. -- Amicalem

Re: [Gambas-user] GB.JIT Crashes

2012-06-15 Thread Emil Lenngren
Thank you for your reports. Does it work better in the latest revision? /Emil 2012/6/15 Sebastian Kulesz > The last commit fixed the previous bug, but now i'm getting a weird > error. I have a parent class with ~100 childs. When I add "Fast" on > the parent the only message I get is: > > "Stack

Re: [Gambas-user] R: IDE should work again now!

2012-06-15 Thread Demosthenes Koptsis
yes now working in LMDE svn4832 Thanks! Στις 15/6/2012 12:08, ο/η Ru Vuott έγραψε: >> The bug in toolbar management that >> made the IDE crashing at startup with >> the "Invalid object" error should have been fixed. >> >> In revision #4830. >> >> Please confirm! >> >> -- >> Benoît Minisini > > I

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Ru Vuott
Thank you, Adrien, I communicated this your note to our friend. Bye Vuot --- Ven 15/6/12, Adrien Prokopowicz ha scritto: > Da: Adrien Prokopowicz > Oggetto: Re: [Gambas-user] Error with XmlWriter tag in gb.xml > A: "mailing list for gambas users" > Data: Venerdì 15 giugno 2012, 12:18

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Adrien Prokopowicz
2012/6/15 Ru Vuott > Hello, Adrien, > > I communicated your report to our friend of italian forum. He answered > (obviously he cannot updated and try rev.4829): > > > > Fixed not think so, because already there are obvious anomalies in the > source. > > Anomalies ? Where ? > Now I'm trying

[Gambas-user] R: IDE should work again now!

2012-06-15 Thread Ru Vuott
> The bug in toolbar management that > made the IDE crashing at startup with > the "Invalid object" error should have been fixed. > > In revision #4830. > > Please confirm! > > -- > Benoît Minisini I updated by #4832: It works. bye Vuott --

Re: [Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-15 Thread Ru Vuott
Hello, Adrien, I communicated your report to our friend of italian forum. He answered (obviously he cannot updated and try rev.4829): Fixed not think so, because already there are obvious anomalies in the source. Now I'm trying to use XmlDocument instead of XmlReader / XmlWriter, and I th