Re: [Gambas-user] PYTHONPATH equivalent?

2013-06-02 Thread Antonio Sánchez
Hi! Benoît I have more datas. I run k3b, vlc, smplayer, tuxguitar and others programs all built with QT, and neither has the problem of the orange grid. Only programs made with gambas3.4.1 have this problem (and the own gambas). It works ok with gambas 3.3.4, and and you say that there was a bug

[Gambas-user] gb.media : Crash when reading the MediaPlayer.ConnectionSpeed property

2013-06-02 Thread Adrien Prokopowicz
Hi, Everything is in the title : simply reading the ConnectionSpeed of a MediaPlayer leads to a crash. It seems to happen everytime I try to read it, making the debugging of a MediaPlayer impossible... Simple project and its valgrind output attached (gdb doesn't say more about this ...).

Re: [Gambas-user] The WebCam Examples crash

2013-06-02 Thread Adrien Prokopowicz
Le Sat, 01 Jun 2013 19:00:45 +0200, Benoît Minisini gam...@users.sourceforge.net a écrit: Hi, Richard. Can you try to run the MediaPlayer example in revision #5691? I added a button (a camera) that displays the contents of the first video device (/dev/video0) instead of displaying the

Re: [Gambas-user] The WebCam Examples crash

2013-06-02 Thread Adrien Prokopowicz
Le Sun, 02 Jun 2013 12:02:43 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: Le Sat, 01 Jun 2013 19:00:45 +0200, Benoît Minisini gam...@users.sourceforge.net a écrit: Hi, Richard. Can you try to run the MediaPlayer example in revision #5691? I added a button (a

Re: [Gambas-user] gb.media : Crash when reading the MediaPlayer.ConnectionSpeed property

2013-06-02 Thread Adrien Prokopowicz
Le Sun, 02 Jun 2013 11:47:12 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: Hi, Everything is in the title : simply reading the ConnectionSpeed of a MediaPlayer leads to a crash. It seems to happen everytime I try to read it, making the debugging of a MediaPlayer

Re: [Gambas-user] gb.media : Crash when reading the MediaPlayer.ConnectionSpeed property

2013-06-02 Thread Benoît Minisini
Le 02/06/2013 16:02, Adrien Prokopowicz a écrit : Le Sun, 02 Jun 2013 11:47:12 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: Hi, Everything is in the title : simply reading the ConnectionSpeed of a MediaPlayer leads to a crash. It seems to happen everytime I try to read

Re: [Gambas-user] gb.media : Crash when reading the MediaPlayer.ConnectionSpeed property

2013-06-02 Thread Benoît Minisini
Le 02/06/2013 16:19, Benoît Minisini a écrit : Le 02/06/2013 16:02, Adrien Prokopowicz a écrit : Le Sun, 02 Jun 2013 11:47:12 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: Hi, Everything is in the title : simply reading the ConnectionSpeed of a MediaPlayer leads to a

Re: [Gambas-user] gb.media : Crash when reading the MediaPlayer.ConnectionSpeed property

2013-06-02 Thread Benoît Minisini
Le 02/06/2013 16:23, Benoît Minisini a écrit : Le 02/06/2013 16:19, Benoît Minisini a écrit : Le 02/06/2013 16:02, Adrien Prokopowicz a écrit : Le Sun, 02 Jun 2013 11:47:12 +0200, Adrien Prokopowicz adrien.prokopow...@gmail.com a écrit: Hi, Everything is in the title : simply reading the

Re: [Gambas-user] Connect hang with latest revision

2013-06-02 Thread Ron
Bug #1 and Bug #2 are fixed, thanks for that! The time it takes for Event_Error to trigger is still more than 2 minutes. I see that in ClientSocket there is a 10sec timer running which cuts the socket if still not connected. Is this the way it should be implemented, what about the TimeOut

Re: [Gambas-user] If Markdown comments of a component aren't visible in a project.

2013-06-02 Thread Jussi Lahtinen
I think documentation for components comes only from Gambas documentation pages ( http://www.gambasdoc.org ). Jussi On Sat, Jun 1, 2013 at 2:17 AM, Ru Vuott vu...@yahoo.it wrote: Hello, I wrote a component: gb.midi, all in Gambas, for playing the Midi files. Well, for each of its

Re: [Gambas-user] gb.media no longer exists - BIS

2013-06-02 Thread Jussi Lahtinen
Then you haven't compiled/installed it correctly. Jussi On Sat, Jun 1, 2013 at 10:50 PM, Ru Vuott vu...@yahoo.it wrote: In my previous post I wrote: After the complete reinstallation I checked the presence of the component gb.media, but it is no longer present there! Well, I would like