[Gambas-user] Combobox_Change() Event

2013-05-12 Thread piet
Don't know if it's just a misunderstanding. If I change the ReadOnly-Property of a Combobox to true, it doens't raise a change-event when I switch between elements. In a ReadOnly-false-combobox it works fine. --

[Gambas-user] Controls with colorated background

2013-05-12 Thread Maria
Hi! I have just updated to 3.4.1 gambas version, I didn't change anything else in my system. Why some of my programs have now a coloreated background even if I didn't choose any color for them? -- Learn Graph Databases -

Re: [Gambas-user] gb.map beginner question

2013-05-12 Thread Fabien Bodard
so for the center : MapView1.Map.Center = mappoint(Lat, lon) For the zoom : MapView1.Map.Zoom = n(1 = n =18) 2013/5/12 wally wa...@voosen.eu Hello, i'm starting to learn gb.map usage with the MapView example. How should, let say the Aboutbutton-Subroutine be modified, to center

Re: [Gambas-user] Combobox_Change() Event

2013-05-12 Thread Benoît Minisini
Le 12/05/2013 08:01, p...@laur-net.de a écrit : Don't know if it's just a misunderstanding. If I change the ReadOnly-Property of a Combobox to true, it doens't raise a change-event when I switch between elements. In a ReadOnly-false-combobox it works fine. The Change event is only for

Re: [Gambas-user] Controls with colorated background

2013-05-12 Thread Benoît Minisini
Le 12/05/2013 08:58, Maria a écrit : Hi! I have just updated to 3.4.1 gambas version, I didn't change anything else in my system. Why some of my programs have now a coloreated background even if I didn't choose any color for them? Please provide a screenshot of the problem and an example

Re: [Gambas-user] Combobox_Change() Event

2013-05-12 Thread piet
I see, thank you Am 12.05.2013 13:25, schrieb Benoît Minisini: Le 12/05/2013 08:01, p...@laur-net.dea écrit : Don't know if it's just a misunderstanding. If I change the ReadOnly-Property of a Combobox to true, it doens't raise a change-event when I switch between elements. In a

Re: [Gambas-user] Issue 418 in gambas: Unindent doesn't work anymore

2013-05-12 Thread gambas
Updates: Status: Started Labels: -Version Version-3.4.0 Comment #4 on issue 418 by benoit.m...@gmail.com: Unindent doesn't work anymore http://code.google.com/p/gambas/issues/detail?id=418 Actually if nothing is selected, Indent does not indent, it inserts a tabulation

Re: [Gambas-user] Issue 428 in gambas: Combobox doesn't change foreground colour using gb.qt4

2013-05-12 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 428 by benoit.m...@gmail.com: Combobox doesn't change foreground colour using gb.qt4 http://code.google.com/p/gambas/issues/detail?id=428 Gambas does not decide that, it depends on the widget theme.

Re: [Gambas-user] Issue 428 in gambas: Combobox doesn't change foreground colour using gb.qt4

2013-05-12 Thread gambas
Comment #2 on issue 428 by ea7...@gmail.com: Combobox doesn't change foreground colour using gb.qt4 http://code.google.com/p/gambas/issues/detail?id=428 I was testing with each of available styles and any of them shows foreground color correctly. CDE:The borders of the panel

Re: [Gambas-user] Issue 428 in gambas: Combobox doesn't change foreground colour using gb.qt4

2013-05-12 Thread gambas
Comment #3 on issue 428 by ea7...@gmail.com: Combobox doesn't change foreground colour using gb.qt4 http://code.google.com/p/gambas/issues/detail?id=428 Sorry for the typo. It should read: I was testing with each of available styles and *none* of them shows foreground color correctly. --