Re: [Gambas-user] Default icons problem

2012-07-20 Thread Benoît Minisini
Le 20/07/2012 20:00, Maria a écrit : > > LXDE is not MATE. For LXDE, it appears that looks to > /etc/xdg/lxsession/LXDE/desktop.conf or > ~/.config/lxsession/LXDE/desktop.conf > > > In the line sNet/IconThemeName= > You were right. I added support for LXDE icon theme in revision #4973. For Mate,

Re: [Gambas-user] Issue 108 in gambas: Suggest: IDE should show frame border

2012-07-20 Thread gambas
Updates: Status: Fixed Comment #6 on issue 108 by benoit.m...@gmail.com: Suggest: IDE should show frame border http://code.google.com/p/gambas/issues/detail?id=108 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 285 in gambas: REV4971 ./configure fails

2012-07-20 Thread gambas
Updates: Status: NeedsInfo Labels: -Version -Arch-Any Version-TRUNK Arch-ARM Comment #1 on issue 285 by benoit.m...@gmail.com: REV4971 ./configure fails http://code.google.com/p/gambas/issues/detail?id=285 It works when I use a Pi system emulated with QEMU by using the 'debian6-

Re: [Gambas-user] Issue 284 in gambas: WebView crashes on some sites

2012-07-20 Thread gambas
Comment #4 on issue 284 by benoit.m...@gmail.com: WebView crashes on some sites http://code.google.com/p/gambas/issues/detail?id=284 I have Qt 4.8.1 too, and the WebBrowser example passes the acid test without crashing at all. Are you sure that you didn't get any error during the compilatio

Re: [Gambas-user] Issue 284 in gambas: WebView crashes on some sites

2012-07-20 Thread gambas
Comment #3 on issue 284 by roman.ve...@gmail.com: WebView crashes on some sites http://code.google.com/p/gambas/issues/detail?id=284 I've got 4.8.1, which is what's packaged in the latest Ubuntu LTS - the latest Qt is 4.8.2 - which sounds like a minor release, could the bug have been fixed

Re: [Gambas-user] vector icons

2012-07-20 Thread Benoît Minisini
Le 19/07/2012 16:54, Maria a écrit : > Is it possible to use svg icons to avoid pixelation? The Stock class (i.e. the default icons) can deal with icon themes based on svg icons. Otherwise, you have to use the SvgImage class to load a SVG file and convert it to a icon (i.e. a Picture) before us

Re: [Gambas-user] Issue 284 in gambas: WebView crashes on some sites

2012-07-20 Thread gambas
Comment #2 on issue 284 by roman.ve...@gmail.com: WebView crashes on some sites http://code.google.com/p/gambas/issues/detail?id=284 I've got 4.8.1 which is what's packaged in the latest Ubuntu LTS (Precise) so it can't be *that* old.

Re: [Gambas-user] ColumnView Columns.Width = 0 not hide column

2012-07-20 Thread Benoît Minisini
Le 20/07/2012 16:23, Wellington de Souza Pinto a écrit : > Hi! > > The columnView not hide column if value of width equal zero > ex: myColumnView.Columns[0].W = 0 > > I'm using gambas3 svn (update 20-jul-2012) > Do you use QT or GTK+? Anyway I don't think I can do anything, as ColumnView is a nat

Re: [Gambas-user] Default icons problem

2012-07-20 Thread Benoît Minisini
Le 20/07/2012 20:00, Maria a écrit : > I'm going to compile the last revision of gambas. > > > $ GB_STOCK=debug gambas3...don't say nothing. It should print: 1) A line "gb.form: desktop is..." if you specified the "default" theme in the IDE options (i.e. the theme corresponding to the current de

Re: [Gambas-user] Issue 284 in gambas: WebView crashes on some sites

2012-07-20 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 284 by benoit.m...@gmail.com: WebView crashes on some sites http://code.google.com/p/gambas/issues/detail?id=284 Please tell which version of Qt you are using. This is a bug in WebKit, I can't do any

[Gambas-user] Issue 285 in gambas: REV4971 ./configure fails

2012-07-20 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 285 by ltick...@gmail.com: REV4971 ./configure fails http://code.google.com/p/gambas/issues/detail?id=285 pi@raspberrypi ~/gambas-svn $ ./configure checking whether to enab

Re: [Gambas-user] Default icons problem

2012-07-20 Thread Maria
I'm going to compile the last revision of gambas. $ GB_STOCK=debug gambas3...don't say nothing. Then, are you meaning the icons theme selection is different in every desktop? Does Freedesktop have any stardarized way of setting the default system icons theme? Is there any link in /etc/alternat

Re: [Gambas-user] Install problems

2012-07-20 Thread rocko
No matter which version/revision I download I get gbx error's. gbx_extern.c:786: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘EXTERN_get_function_info’ make[4]: *** [gbx3-gbx_extern.o] Error 1 make[4]: Leaving directory `/home/rocko/Gambas/main/gbx' make[3]: *** [all-recursive]

Re: [Gambas-user] Install problems

2012-07-20 Thread rocko
Ok I downloaded the stable version and got the same error's. I'll try downloading the latest version and give it a go. On Thu, 2012-07-19 at 21:27 +0200, Benoît Minisini wrote: > Le 19/07/2012 21:21, Randall Morgan a écrit : > > Ok, sorry I didn't see your last message. That looks to me like an >

[Gambas-user] ColumnView Columns.Width = 0 not hide column

2012-07-20 Thread Wellington de Souza Pinto
Hi! The columnView not hide column if value of width equal zero ex: myColumnView.Columns[0].W = 0 I'm using gambas3 svn (update 20-jul-2012) -- --- |/ Wellington de Souza Pinto C o o ] wellspi...@gmail.com ^ -x-x-x-x-x-x

Re: [Gambas-user] Cannot build gb.xml.html

2012-07-20 Thread Bruce
On Mon, 2012-07-16 at 20:07 +0200, Adrien Prokopowicz wrote: > Hi Bruce, > > Did you try a make clean && ./reconf && ./configure -C in gb.xlm > before compiling ? > > If that doesn't work, try to remove the .deps directory in > trunk/gb.xml/src/html > > Regards, > Adrien. Belated thanks. I hav

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-20 Thread gambas
Comment #6 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 ...Sometimes filing a bug helps to find workarounds. The bug lies in the function: reader.FromString(feed) If i do directly reader.Open("/tmp/wgetfeed.txt"),

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-20 Thread gambas
Comment #5 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Seems the issue is inside xmlreader, i tried this: Public Sub Form_Open() Dim feed As String Dim reader As Xmlreader Dim foundindex As Integer

[Gambas-user] Distribution availability: progress at last

2012-07-20 Thread charlesg
Very nice to see that Mageia 2 has Gambas 3.1.1 in its software repository. Distrowatch (not that it is definitive) has Mageia as second most popular over the last three months and ahead of Ubuntu. -- View this message in context: http://old.nabble.com/Distribution-availability%3A-progress-at-l