Re: [Gambas-user] Is this a bug

2016-07-10 Thread Benoît Minisini
Le 30/06/2016 20:19, Charlie a écrit : > I have tried this using gb.gui/gb.gtk3/gb.qt4 and it fails, is this a bug? > Public Sub Button1_Click() >SpinBox1.Enabled = False 'O.K. >SpinBar1.Enabled = False 'Doesn't work > End > Fixed in revision #7814 (with other problems). Regards, -- Ben

Re: [Gambas-user] Is this a bug

2016-07-08 Thread zainudin ahmad
Hi Charlie I have the same issue on my system I think it is a bug. [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=4.4.0-28-generic Architecture=x86 Distribution=Ubuntu 16.04 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=492M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4

[Gambas-user] Is this a bug

2016-06-30 Thread Charlie
I have tried this using gb.gui/gb.gtk3/gb.qt4 and it fails, is this a bug? Public Sub Button1_Click() SpinBox1.Enabled = False 'O.K. SpinBar1.Enabled = False 'Doesn't work End -- View this message in context: http://gambas.8142.n7.nabble.com/Is-this-a-bug-tp56630.html Sent from the gambas-u

Re: [Gambas-user] Is this a bug

2014-01-31 Thread Tobias Boege
On Fri, 31 Jan 2014, Wolfgang wrote: > Hello all, > > I found a strange behaviour with opacity. > > Example: > Public Sub ButtonStart_Click() > Dim img1, img2 As Image > Dim i As Integer > > 'let us load an image to img1 > img1 = Image.Load("data/map.png") > > > For i = 1 To 20 > i