Re: [Gambas-user] Shell - commands with arguments doesn't work

2013-05-31 Thread Kende Krisztián
Thu, 30 May 2013 23:50:30 +0200 -n Jesus ea7...@ea7dfh.com írta: El 30/05/13 21:35, Kende Krisztián escribió: An interesting example, why do not you use native methods? Dim item As String For Each item In Dir(User.Home).Sort() With Stat(User.Home / item) Print .Auth

Re: [Gambas-user] Chronic columnview Woes

2013-05-31 Thread Fabien Bodard
What is the good size ? Do you want to have an autoresize horizontal ? Vertical ? with word wrap ? 2013/5/31 richard terry rte...@internode.on.net Another columnview question if possible The columnviews used to resize their columns to match the contents, they don't seem to do so any

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Fabien Bodard
me too : *** Error in `WebCam': double free or corruption (!prev): 0x01a6eb90 *** === Backtrace: = /usr/lib/libc.so.6(+0x788ae)[0x7fbdf7e178ae] /usr/lib/libc.so.6(+0x79587)[0x7fbdf7e18587] WebCam[0x40f0ca] WebCam[0x4090e3] WebCam[0x409e52] WebCam[0x434556] WebCam[0x40a1cf]

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Fabien Bodard
and the MyWebCam too ... it seem to have some change on v4l2 lib. 2013/5/31 Fabien Bodard gambas...@gmail.com me too : *** Error in `WebCam': double free or corruption (!prev): 0x01a6eb90 *** === Backtrace: = /usr/lib/libc.so.6(+0x788ae)[0x7fbdf7e178ae]

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Adrien Prokopowicz
Le Fri, 31 May 2013 10:25:16 +0200, Fabien Bodard gambas...@gmail.com a écrit: me too : [...] Hi, Same thing here. My v4l version is 0.9.5, and valgrind's output is attached. -- Adrien Prokopowicz valgrind-out.tar.bz2 Description: application/bzip2

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Laurent Carlier
Le vendredi 31 mai 2013 10:37:00 Adrien Prokopowicz a écrit : Le Fri, 31 May 2013 10:25:16 +0200, Fabien Bodard gambas...@gmail.com a écrit: me too : [...] Hi, Same thing here. My v4l version is 0.9.5, and valgrind's output is attached. And probably a better gdb output: --8--

Re: [Gambas-user] Chronic columnview Woes

2013-05-31 Thread Richard Terry
Fabien Bodard wrote: What is the good size ? Do you want to have an autoresize horizontal ? Vertical ? with word wrap ? just to do what a columnview should do ie the columnview's column sizes fit the contents so they can be read This works sort-of-erratically and used to work

Re: [Gambas-user] Shell - commands with arguments doesn't work

2013-05-31 Thread Benoît Minisini
Le 31/05/2013 08:15, Kende Krisztián a écrit : It's works: Shell ifconfig --help 21 To somevar but stderr cannot be seen. Yes. I have updated the documentation with that information. -- Benoît Minisini -- Get

Re: [Gambas-user] Shell - commands with arguments doesn't work

2013-05-31 Thread Jesus
El 31/05/13 08:15, Kende Krisztián escribió: Thu, 30 May 2013 23:50:30 +0200 -n Jesus ea7...@ea7dfh.com írta: El 30/05/13 21:35, Kende Krisztián escribió: An interesting example, why do not you use native methods? Dim item As String For Each item In Dir(User.Home).Sort() With

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Benoît Minisini
Le 31/05/2013 11:07, Laurent Carlier a écrit : Le vendredi 31 mai 2013 10:37:00 Adrien Prokopowicz a écrit : Le Fri, 31 May 2013 10:25:16 +0200, Fabien Bodard gambas...@gmail.com a écrit: me too : [...] Hi, Same thing here. My v4l version is 0.9.5, and valgrind's output is attached.

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Tobias Boege
On Fri, 31 May 2013, Beno?t Minisini wrote: Le 31/05/2013 11:07, Laurent Carlier a ?crit : Le vendredi 31 mai 2013 10:37:00 Adrien Prokopowicz a ?crit : Le Fri, 31 May 2013 10:25:16 +0200, Fabien Bodard gambas...@gmail.com a ?crit: me too : [...] Hi, Same thing here. My v4l

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Benoît Minisini
Hi, Ford anyone could test if gb.media (the gstreamer component) can be used to deal with V4L2 devices? There are gstreamer plugins for that: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html -- Benoît

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Benoît Minisini
Le 31/05/2013 15:41, Benoît Minisini a écrit : Hi, Ford anyone could test if gb.media (the gstreamer component) can be used to deal with V4L2 devices? There are gstreamer plugins for that:

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Benoît Minisini
Le 31/05/2013 15:41, Benoît Minisini a écrit : Hi, Ford anyone could test if gb.media (the gstreamer component) can be used to deal with V4L2 devices? Read Could anyone. Don't know what I have smoked... -- Benoît Minisini

Re: [Gambas-user] The WebCam Examples crash

2013-05-31 Thread Tobias Boege
On Fri, 31 May 2013, Beno?t Minisini wrote: Hi, Ford anyone could test if gb.media (the gstreamer component) can be used to deal with V4L2 devices? There are gstreamer plugins for that:

[Gambas-user] PYTHONPATH equivalent?

2013-05-31 Thread Antonio Sánchez
Hi! Since no one knows how to solve the problem of grid background, I have no choice but to install the old version of gambas 3.3.1 until It will be auto-magicaly-solved. Is it possible to have multiple versions of GAMBAS coexist on the same system? Is there any PYTHONPATH equivalent in GAMBAS to

Re: [Gambas-user] PYTHONPATH equivalent?

2013-05-31 Thread Tobias Boege
On Fri, 31 May 2013, Antonio S?nchez wrote: Hi! Since no one knows how to solve the problem of grid background, I have no choice but to install the old version of gambas 3.3.1 until It will be auto-magicaly-solved. Is it possible to have multiple versions of GAMBAS coexist on the same

Re: [Gambas-user] PYTHONPATH equivalent?

2013-05-31 Thread Jussi Lahtinen
I understand that the grid color annoys you, but personally I don't think it's that bad. However, do you have this file in your system, and perhaps something in it? ~/.gtkrc-2.0 Jussi On Fri, May 31, 2013 at 10:00 PM, Antonio Sánchez introli...@gmail.comwrote: Hi! Since no one knows how

Re: [Gambas-user] PYTHONPATH equivalent?

2013-05-31 Thread Benoît Minisini
Le 31/05/2013 21:00, Antonio Sánchez a écrit : Hi! Since no one knows how to solve the problem of grid background, I have no choice but to install the old version of gambas 3.3.1 until It will be auto-magicaly-solved. Is it possible to have multiple versions of GAMBAS coexist on the same

Re: [Gambas-user] PYTHONPATH equivalent?

2013-05-31 Thread Benoît Minisini
Le 31/05/2013 21:36, Benoît Minisini a écrit : Le 31/05/2013 21:00, Antonio Sánchez a écrit : Hi! Since no one knows how to solve the problem of grid background, I have no choice but to install the old version of gambas 3.3.1 until It will be auto-magicaly-solved. Is it possible to have

Re: [Gambas-user] PYTHONPATH equivalent?

2013-05-31 Thread Antonio Sánchez
What bothers is not only the fact that when I choose the white colour in the IDE of GAMBAS, it appears orange, but the text, that instead of being black, it's blur. It seems to have an onion layer on the grid. Could you watch the video-report about gb.gui and qt.gui?

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

2013-05-31 Thread Ru Vuott
Hello, I wrote a component: gb.midi, all in Gambas, for playing the Midi files. Well, for each of its properties and functions, I wrote a comment via markdown. But when I call a gb.midi function or property in a project, those Markdown comments do not appear in respective popup guide. This

Re: [Gambas-user] PYTHONPATH equivalent?

2013-05-31 Thread Benoît Minisini
Le 31/05/2013 23:54, Antonio Sánchez a écrit : What bothers is not only the fact that when I choose the white colour in the IDE of GAMBAS, it appears orange, but the text, that instead of being black, it's blur. It seems to have an onion layer on the grid. This was a Gambas 3.3 fixed in

Re: [Gambas-user] PYTHONPATH equivalent?

2013-05-31 Thread Benoît Minisini
Le 01/06/2013 02:26, Benoît Minisini a écrit : Le 31/05/2013 23:54, Antonio Sánchez a écrit : What bothers is not only the fact that when I choose the white colour in the IDE of GAMBAS, it appears orange, but the text, that instead of being black, it's blur. It seems to have an onion layer on