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

2016-10-08 Thread Piper984
Cool, thanks for looking into it. I have stubbed out the code into a small project here: http://www.pitchpipetuner.com/gambas/prjVideoTest02.zip It's about 12 megs. Also in the zip file are the two video files for testing. Sounds like you already have a testing app going though. Re: GStreamer:

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

2016-10-08 Thread Benoît Minisini
Le 09/10/2016 à 01:34, Piper984 a écrit : > Hi Benoît: Posting again without 'html' boxed clicked. Whoops. > > > I have been playing with the Gambas MediaPlayer and the related Gambas > wrappers of GStreamer libs recently hoping that I can find enough > functionality in the gb.media libraries to

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

2016-10-08 Thread Piper984
Hi Benoît: Posting again without 'html' boxed clicked. Whoops. I have been playing with the Gambas MediaPlayer and the related Gambas wrappers of GStreamer libs recently hoping that I can find enough functionality in the gb.media libraries to be able to construct my app and not have to ever go

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

2016-10-08 Thread Benoît Minisini
Le 09/10/2016 à 02:53, Benoît Minisini a écrit : > Le 09/10/2016 à 01:23, Piper984 a écrit : >> Hi:I have been playing with the Gambas MediaPlayer and the related Gambas >> wrappers of GStreamer libs recently hoping that I can find enough >> functionality in the gb.media libraries to be able to

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

2016-10-08 Thread Benoît Minisini
Le 09/10/2016 à 01:23, Piper984 a écrit : > Hi:I have been playing with the Gambas MediaPlayer and the related Gambas > wrappers of GStreamer libs recently hoping that I can find enough > functionality in the gb.media libraries to be able to construct my and not > have to ever go back to doing my

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

2016-10-08 Thread Piper984
Hi:I have been playing with the Gambas MediaPlayer and the related Gambas wrappers of GStreamer libs recently hoping that I can find enough functionality in the gb.media libraries to be able to construct my and not have to ever go back to doing my GUIs in C.I have used the Playbin plugin in the

[Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() )

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.779=L21haW4- Comment #5 by Zainudin AHMAD: temporary solution, just set with -1 value. example : move(-1,-1) or me.top=-1 me.left=-1 Resolve :) -- Check out the

[Gambas-user] [Gambas Bug Tracker] Bug #854: IDE Crash when "Double Click" the Publish button on Publis Software Dialog

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.854=L21haW4- Zainudin AHMAD changed the state of the bug to: Opened. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Gambas-user] App idle with long loops

2016-10-08 Thread Demosthenes Koptsis
On 8/10/2016 19:09 μμ, Tobias Boege wrote: > On Sat, 08 Oct 2016, Demosthenes Koptsis wrote: >> Hello, >> >> i have very long (time consuming) For loops and my app is frozen until >> loop is finished. >> >> for example i wget urls with a custom Sub which Shell("wgetURLS.sh") To >> sOUTPUT >> >>

Re: [Gambas-user] App idle with long loops

2016-10-08 Thread Tobias Boege
On Sat, 08 Oct 2016, Demosthenes Koptsis wrote: > Hello, > > i have very long (time consuming) For loops and my app is frozen until > loop is finished. > > for example i wget urls with a custom Sub which Shell("wgetURLS.sh") To > sOUTPUT > >'get urls >For i = 0 To iDepth >

[Gambas-user] [Gambas Bug Tracker] Bug #1012: Button goes to right up corner

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1012=L21haW4- Comment #3 by Benoît MINISINI: I see no bug here. The main form arrangement is set to "Column", and so the button is moved according to it. Benoît MINISINI changed the state of the bug to: Rejected.

[Gambas-user] [Gambas Bug Tracker] Bug #1007: gambas from 3.9.0 to last svn crash on ubuntu 16.04 vm

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1007=L21haW4- Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] [Gambas Bug Tracker] Bug #940: Running IDE with a filename locks the file

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.940=L21haW4- Comment #11 by Benoît MINISINI: Fixed in revision #7926. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] [Gambas Bug Tracker] Bug #940: Running IDE with a filename locks the file

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.940=L21haW4- Comment #10 by Benoît MINISINI: I finally just added the "If IsFake() Then Return" line in Gambas 3.9, to allow files located in a linked directory to be modified only when opened alone. When these files are opened from a project,

[Gambas-user] [Gambas Bug Tracker] Bug #996: F2 does not work on classes followed by ()

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.996=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

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

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1014=L21haW4- Comment #1 by Benoît MINISINI: It should be a bug in the gb.dbus component. Can you send your project so that I can see what happens exactly? Benoît MINISINI changed the state of the bug to: NeedsInfo.

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

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1014=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] [Gambas Bug Tracker] Bug #1013: gb.db.odbc new GetRecordCount mechanism seem not work with firebird database

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1013=L21haW4- Comment #2 by Benoît MINISINI: From zxMarce: Christian, Hi. I made the GetRecordCount() function. Can you please be more specific as why it does not work for you? I do not have an FB DB to test, so if you could please be clear as

Re: [Gambas-user] [Gambas Bug Tracker] Bug #1013: gb.db.odbc new GetRecordCount mechanism seem not work with firebird database

2016-10-08 Thread Benoît Minisini
Le 25/09/2016 à 23:14, d4t4f...@gmail.com a écrit : > Christian, > > Hi. I made the GetRecordCount() function. > > Can you please be more specific as why it does not work for you? I do not > have an FB DB to test, so if you could please be clear as how it fails I'll > appreciate it. > > Thank

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

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1016=L21haW4- Comment #1 by Benoît MINISINI: Normally newlines are already automatically handled. Please post a project having the problem you describe. Benoît MINISINI changed the state of the bug to: NeedsInfo.

[Gambas-user] App idle with long loops

2016-10-08 Thread Demosthenes Koptsis
Hello, i have very long (time consuming) For loops and my app is frozen until loop is finished. for example i wget urls with a custom Sub which Shell("wgetURLS.sh") To sOUTPUT 'get urls For i = 0 To iDepth wgetURLS(i * 10) Next Public Sub wgetURLS(iStart As Integer) .

[Gambas-user] [Gambas Bug Tracker] Bug #1012: Button goes to right up corner

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1012=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] [Gambas Bug Tracker] Bug #1010: Custom runtime libraries not found

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1010=L21haW4- Comment #1 by Benoît MINISINI: What was your Gambas version before the update? Since gambas 3.9.0, libraries are now installed locally when you make an executable from their project. (They can be installed globally by a package

[Gambas-user] [Gambas Bug Tracker] Bug #1008: Library window crashes IDE because of double libs

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1008=L21haW4- Comment #1 by Benoît MINISINI: Sorry, I can't reproduce the bug. If a library is installed in both locations, then the global one (located in '/usr/lib/gambas3') is ignored. Can you run the IDE source project from the IDE, and

[Gambas-user] [Gambas Bug Tracker] Bug #1017: Let formatting fix faulty capitalising

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1017=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary --- Let formatting fix faulty capitalising Type : Request Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Development Environment