[Gambas-user] [Gambas Bug Tracker] Bug #983: Indentation: Formatting of a Module goes wrong

2016-10-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.983&from=L21haW4- Comment #3 by C THAL: This bug is quite annoying. It is very difficult to overlook structures of some ifs and elses when one "Sql.Begin" is inside. Unfortunately this occurs frequently in my code. So I rise the priority to "Medi

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-31 Thread Piper984
Hi, Were you able to confirm that the video clips I attached could play via the .NextURL + AboutToFinish events successfully on your development machine? For what's it's worth, I do see this error message now in the console output window when after I play any video file (either just one and then

[Gambas-user] Flyer Invasion Game - And a possible bug-report

2016-10-31 Thread Moviga Technologies
Hi! This weekend I had some fun making a simple game in SDL that you can find on the farm, or download here: http://forum.gambas.one/download/file.php?id=12 There is a warning in the console in the Gambas IDE that says: gbx3: warning: 2 allocation(s) non freed. Not sure where that comes from, b

Re: [Gambas-user] Feature Request

2016-10-31 Thread Jorge Carrión
I agree with that, Fabien. Regards 2016-10-31 9:33 GMT+01:00 Fabien Bodard : > 2016-10-30 13:48 GMT+01:00 Jorge Carrión : > > It would be great if Gambas would report of Farm's actualizations on > > installed projects at start... I think. > > Maybe not at Ide start but at the farm start... It av

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

2016-10-31 Thread alexchernoff
System.Backtrace[1] did it, thanks ub2@ !!! -- View this message in context: http://gambas.8142.n7.nabble.com/Get-name-of-the-calling-function-tp57684p57691.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Methods on a property?

2016-10-31 Thread Fabien Bodard
2016-10-31 4:31 GMT+01:00 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 line

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

2016-10-31 Thread Fabien Bodard
Hi Vuott, First, Thank you for using my code... It need user and reports o be debugged and inprooved. So by making an example i've just find i never use polyline :-) ... so i've not see that polyline simply not work. This is corrected in the last svn. (I've also remove a bad visual thing in the b

[Gambas-user] [Gambas Bug Tracker] Bug #1014: org.freedesktop.DBus.Properties Method:GetALL not implemented?

2016-10-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1014&from=L21haW4- Comment #7 by Antonio OREFICE: I never experienced a crash, it is just that the answer to GetAll() is an empty array and i suspect some mpris clients like the kde plasmoid needs that to validate the player. Anyway, there were

[Gambas-user] [Gambas Bug Tracker] Bug #1014: org.freedesktop.DBus.Properties Method:GetALL not implemented?

2016-10-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1014&from=L21haW4- Antonio OREFICE added an attachment: .BUILDINFO -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by s

[Gambas-user] [Gambas Bug Tracker] Bug #1014: org.freedesktop.DBus.Properties Method:GetALL not implemented?

2016-10-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1014&from=L21haW4- Antonio OREFICE added an attachment: mpris-0.0.2.tar.gz -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch

Re: [Gambas-user] Feature Request

2016-10-31 Thread Fabien Bodard
2016-10-30 13:48 GMT+01:00 Jorge Carrión : > It would be great if Gambas would report of Farm's actualizations on > installed projects at start... I think. Maybe not at Ide start but at the farm start... It avoid some slow. > > Best Regards > --