Re: [Gambas-user] GridView+GTK+Scrollbar

2012-12-14 Thread abbat81
Sorry for missing info. Here it is: [System] OperatingSystem=Linux Kernel=3.2.0-34-generic Architecture=i686 Memory=1024516 kB DistributionVendor=Ubuntu DistributionRelease=Ubuntu 12.04.1 LTS Desktop=Unknown [Gambas 3] Version=3.3.4 Path=/usr/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.8.1

[Gambas-user] BUS Error(7)

2012-12-14 Thread abbat81
I got this: http://gambas.8142.n7.nabble.com/file/n40370/2012_12_14_165338_504x157_scrot.png I can guess only for what I got it. Trying to give PictureBox a picture on remote computer. It works, but sometimes I get this Error. Thanks -- View this message in context:

Re: [Gambas-user] BUS Error(7)

2012-12-14 Thread Benoît Minisini
Le 14/12/2012 16:02, abbat81 a écrit : I got this: http://gambas.8142.n7.nabble.com/file/n40370/2012_12_14_165338_504x157_scrot.png I can guess only for what I got it. Trying to give PictureBox a picture on remote computer. It works, but sometimes I get this Error. Thanks Can you make

Re: [Gambas-user] BUS Error(7)

2012-12-14 Thread abbat81
ErrBus(7).tar.gz http://gambas.8142.n7.nabble.com/file/n40372/ErrBus%287%29.tar.gz -- View this message in context: http://gambas.8142.n7.nabble.com/BUS-Error-7-tp40370p40372.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Bugs on gb.compress

2012-12-14 Thread Adrien Prokopowicz
Le Fri, 14 Dec 2012 01:48:07 -, Benoît Minisini gam...@users.sourceforge.net a écrit: Le 13/12/2012 16:18, Adrien Prokopowicz a écrit : Hi Benoît, I'm trying the compress component in order to compress/uncompress XML files on the fly, but I have some problems with it (see attached

Re: [Gambas-user] BUS Error(7)

2012-12-14 Thread Benoît Minisini
Le 14/12/2012 16:42, abbat81 a écrit : ErrBus(7).tar.gz http://gambas.8142.n7.nabble.com/file/n40372/ErrBus%287%29.tar.gz I can't reproduce the crash, but I just tested with a ssh connection, not a smb one as I have no Windows server to access. Can you run your project with valgrind as

[Gambas-user] FileChooser filter patterns: exclude pattern

2012-12-14 Thread Bruce
Hi guys, Is it possible to set a filter for a FileChooser such that it will exclude files matching the pattern? For example, so that all the png files are not listed I've tried [!*.png,No pngs] but that doesn't work. tia Bruce

[Gambas-user] Bug on MediaTagList with some files

2012-12-14 Thread Adrien Prokopowicz
Hi Benoît, I'm trying to get the tags on each audio file on my music library, but some files make the MediaTagList._get() function crash with the error No return value. As an example, you can try to open and play the following file with the MediaPlayer example :

Re: [Gambas-user] Issue 365 in gambas: Gambas creates hijackable directory in /tmp

2012-12-14 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.3.0 Comment #1 on issue 365 by benoit.m...@gmail.com: Gambas creates hijackable directory in /tmp http://code.google.com/p/gambas/issues/detail?id=365 Indeed. I think I will do an accurate chown() and a chmod() on the

Re: [Gambas-user] Bug on MediaTagList with some files

2012-12-14 Thread Benoît Minisini
Le 15/12/2012 03:28, Adrien Prokopowicz a écrit : Hi Benoît, I'm trying to get the tags on each audio file on my music library, but some files make the MediaTagList._get() function crash with the error No return value. As an example, you can try to open and play the following file with the

Re: [Gambas-user] Issue 365 in gambas: Gambas creates hijackable directory in /tmp

2012-12-14 Thread gambas
Updates: Status: Fixed Comment #2 on issue 365 by benoit.m...@gmail.com: Gambas creates hijackable directory in /tmp http://code.google.com/p/gambas/issues/detail?id=365 Fixed in revision #5438. The fix will be backported to gambas 3.3.5.