[Gambas-user] Get name of the calling function?

2016-10-30 Thread alexchernoff
Hello Gambas users, anyone have any idea how to get the name of the calling function and pass it to logger or complexlogger ? The $(callLocation)] format option shows "[ComplexLogger.Log.60] ", but not where the log was called from. Would be very useful to know which function the log was called

[Gambas-user] Methods on a property?

2016-10-30 Thread adamn...@gmail.com
Probably a dq, but.. Is it possible to write a method, apart from _read and _write, on a property of a class? Specifically, I'd like to implement a boolean function to return true if the property has a specific value. Something along the lines of MyClass.MyDateProperty.IsFuture() which would ret

[Gambas-user] How to use gb.map ".AddPolyLine( )" method ?

2016-10-30 Thread Gianluigi
Relaunch this request from Ru Vuott: Hello, is it possible a very simple example of MapView1.Map.AddShape(".").AddPolyLine(...) Method ? Regards vuott -- The Command Line: Reinvented for Modern Developers Did th

[Gambas-user] How to use gb.map ".AddPolyLine( )" method ?

2016-10-30 Thread Vuott
Hello, is it possible a very simple example of MapView1.Map.AddShape(".").AddPolyLine(...) Method ? Regards vuott -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch yo

[Gambas-user] Feature Request

2016-10-30 Thread Jorge Carrión
It would be great if Gambas would report of Farm's actualizations on installed projects at start... I think. Best Regards -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by

[Gambas-user] [Gambas Bug Tracker] Bug #1016: Packing for ubuntu and debian problem whit some characters in program description.

2016-10-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1016&from=L21haW4- Comment #3 by Benoît MINISINI: Fixed in revision #7946. Benoît MINISINI changed the state of the bug to: Fixed. -- The Command Line: Reinvented for M

[Gambas-user] [Gambas Bug Tracker] Bug #1022: A little issue with Pop3Client

2016-10-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1022&from=L21haW4- Comment #3 by Benoît MINISINI: A Refresh() method was missing in the Pop3Client class. It has been implemented in revision #7945. Without it, you have to close and open the connection each time you want to check the message bo

[Gambas-user] [Gambas Bug Tracker] Bug #1026: Project cracks with error 11 when trying to acces a menu

2016-10-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1026&from=L21haW4- Comment #2 by Benoît MINISINI: Fixed in revision #7944. Benoît MINISINI changed the state of the bug to: Fixed. -- The Command Line: Reinvented for M

[Gambas-user] [Gambas Bug Tracker] Bug #1026: Project cracks with error 11 when trying to acces a menu

2016-10-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1026&from=L21haW4- Comment #1 by Benoît MINISINI: It crashes with GTK+, not with QT. But I don't see why you are talking about the Enabled property here. Benoît MINISINI changed the state of the bug to: Accepted. --

[Gambas-user] [Gambas Bug Tracker] Bug #1025: Doing : free(pInt) I get segmentation fault

2016-10-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1025&from=L21haW4- Comment #2 by Benoît MINISINI: This is by design. Free() is a just a call to the libc free() method, and so the freed address cannot be checked. Benoît MINISINI changed the state of the bug to: Rejected.

[Gambas-user] [Gambas Bug Tracker] Bug #1026: Project cracks with error 11 when trying to acces a menu

2016-10-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1026&from=L21haW4- Jorge CARRIÓN reported a new bug. Summary --- Project cracks with error 11 when trying to acces a menu Type : Bug Priority : Medium Gambas version : 3.9 Product : Development Environment Des

[Gambas-user] [Gambas Bug Tracker] Bug #1026: Project cracks with error 11 when trying to acces a menu

2016-10-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1026&from=L21haW4- Jorge CARRIÓN added an attachment: menuCrack.tar.gz -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you