Re: [Gambas-user] Bakcground property in FileView

2011-05-01 Thread Benoît Minisini
> Hi, the Background property in FileView doesn't works...Well, it's simple: > > Property Bakcground As Integer > > Private Function Background_Read() As Integer > Return $hIconView.Background > End > Private Sub Background_Write(Value As Integer) > $hIconView.Background = Value > End > > >

Re: [Gambas-user] Gambas 3 menu on Ubuntu Natty

2011-05-01 Thread John Spikowski
On Sun, 2011-05-01 at 17:32 +0200, Benoît Minisini wrote: > Hi, > > I have found a workaround for the buggy global menu in Ubuntu Natty. I put it > in revision #3824. > > I don't use Natty, so I have tested the fix with the KDE Plasma global menu > applet only. > > The workaround is a environm

Re: [Gambas-user] Gambas3: webview control

2011-05-01 Thread Benoît Minisini
> > 1. userid and password management is planned or possible? > > Mmm. It worked before, but I have just tested with the WebBrowser example, > and it does not work anymore. > Fixed in revision #3824. Regards, -- Benoît Minisini

Re: [Gambas-user] Gambas 3 menu on Ubuntu Natty

2011-05-01 Thread Ricardo Díaz Martín
Thanks Benoit, it works better (in my box the ide menu shows two times, one in the main ide window and other in the pannel). Regards, Ricardo Díaz 2011/5/1 Benoît Minisini > Hi, > > I have found a workaround for the buggy global menu in Ubuntu Natty. I put > it > in revision #3824. > > I don't

[Gambas-user] Gambas 3 menu on Ubuntu Natty

2011-05-01 Thread Benoît Minisini
Hi, I have found a workaround for the buggy global menu in Ubuntu Natty. I put it in revision #3824. I don't use Natty, so I have tested the fix with the KDE Plasma global menu applet only. The workaround is a environment variable that tells Qt to display its menu both in the global menu and

Re: [Gambas-user] Gambas3: webview control

2011-05-01 Thread Benoît Minisini
> 1. userid and password management is planned or possible? Mmm. It worked before, but I have just tested with the WebBrowser example, and it does not work anymore. Qt Webkit is a moving target... > 2. how to enable flash plugin? WebSettings[WebSettings.PluginsEnabled] = True But the flash pl

Re: [Gambas-user] Little bug in IconView, and a question.

2011-05-01 Thread Benoît Minisini
> Hi all, IconView has a bug. This is an oversight, and verify which mouse > button has been pressed to initiate a selection. Code in the line 815: > > If $iMode = Select.Multiple And Mouse.Left Then I don't understand what the problem is. > > Well, now the question. Why are we using control Se

Re: [Gambas-user] Gambas 3 working on Ubuntu Natty with Unity interface - Unable to run ./reconf-all for a fresh SVN download

2011-05-01 Thread Jussi Lahtinen
I wonder where "aclocal: unrecognized option -- `--install'" comes... What would plain "autoreconf --install" say? Jussi On Sun, May 1, 2011 at 04:49, Ian Roper wrote: > Greetings all, > > Menu Problem: > > I have found the same issue with Ubuntu Natty