Re: [Gambas-user] DrawingArea error: Pending Path

2015-05-14 Thread Gian
Il 14/05/2015 21:24, Gian ha scritto: > Il 14/05/2015 14:54, Gian ha scritto: >> Hello all, >> In this attached small example that before it worked well now I get an >> error (Pending path) and do not understand why. >> Regards >> Gianluigi >> >> >> -

Re: [Gambas-user] DrawingArea error: Pending Path

2015-05-14 Thread Gian
Il 14/05/2015 14:54, Gian ha scritto: Hello all, In this attached small example that before it worked well now I get an error (Pending path) and do not understand why. Regards Gianluigi -- One dashboard for servers and

Re: [Gambas-user] CClassInfo.AddSymbol.983

2015-05-14 Thread Christof Thalhofer
Am 14.05.2015 um 17:27 schrieb Benoît Minisini: > Can you send your project? I did, to your email address. Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature

Re: [Gambas-user] Issue 622 in gambas: ButtonBox does not report its Name property

2015-05-14 Thread gambas
Updates: Status: Invalid Comment #3 on issue 622 by tabo...@gmail.com: ButtonBox does not report its Name property https://code.google.com/p/gambas/issues/detail?id=622 Good. Also next time check that the project you send does not depend on unofficial components (gb.deg.form in this c

Re: [Gambas-user] Issue 622 in gambas: ButtonBox does not report its Name property

2015-05-14 Thread gambas
Comment #2 on issue 622 by chr4...@googlemail.com: ButtonBox does not report its Name property https://code.google.com/p/gambas/issues/detail?id=622 Yes, maybe you should do that (mark the bug as invalid). Attached is a solution which does what you suggested. It always returns the name. Thank

Re: [Gambas-user] CClassInfo.AddSymbol.983

2015-05-14 Thread Benoît Minisini
Le 14/05/2015 16:38, Christof Thalhofer a écrit : > Hi. > > Gambas gives me this message when I start a project of mine. What does > that mean? > > "CClassInfo.AddSymbol.983 > > Void key" > > In this project I define some constants. Interestingly the message does > not occur when I comment this out

Re: [Gambas-user] gb.media : receiving GStreamer element messages

2015-05-14 Thread Adrien Prokopowicz
Le Thu, 14 May 2015 14:45:25 +0200, Benoît Minisini a écrit: > Le 14/05/2015 05:01, Adrien Prokopowicz a écrit : >> >> I like the idea, the only problem is that there already is a message >> event >> that handles error/warning/info messages, so we'll have to find another >> name, I guess. >>

[Gambas-user] CClassInfo.AddSymbol.983

2015-05-14 Thread Christof Thalhofer
Hi. Gambas gives me this message when I start a project of mine. What does that mean? "CClassInfo.AddSymbol.983 Void key" In this project I define some constants. Interestingly the message does not occur when I comment this out: ' Prozent Public Const ProzentShort As String = "###.#%" Public C

Re: [Gambas-user] Issue 622 in gambas: ButtonBox does not report its Name property

2015-05-14 Thread gambas
Updates: Status: NeedsInfo Comment #1 on issue 622 by tabo...@gmail.com: ButtonBox does not report its Name property https://code.google.com/p/gambas/issues/detail?id=622 That's because ButtonBox is a compound control from gb.form. If you have a look at the source code[0], you see tha

[Gambas-user] Issue 622 in gambas: ButtonBox does not report its Name property

2015-05-14 Thread gambas
Status: New Owner: Labels: Version-3.7.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 622 by chr4...@googlemail.com: ButtonBox does not report its Name property https://code.google.com/p/gambas/issues/detail?id=622 1) Describe the problem. If I fill

[Gambas-user] DrawingArea error: Pending Path

2015-05-14 Thread Gian
Hello all, In this attached small example that before it worked well now I get an error (Pending path) and do not understand why. Regards Gianluigi TextRotate-0.0.1.tar.gz Description: application/gzip -- One dashboard

Re: [Gambas-user] gb.media : receiving GStreamer element messages

2015-05-14 Thread Benoît Minisini
Le 14/05/2015 05:01, Adrien Prokopowicz a écrit : > > I like the idea, the only problem is that there already is a message event > that handles error/warning/info messages, so we'll have to find another > name, I guess. > > If I don't stumble upon any other incompatibility problem, I should be able