Re: [Gambas-user] DataControl_Leave, Tab key causes Gtk - CRITICAL Error

2015-01-22 Thread Lewis Balentine
I switched the desktop QT Style back to 'GTK+' and changed the project to from gb.qt4 to gb.gtk (and gb.gtk3). I get no error but I get no functionality either :-( The Tab keys goes through the next three controls without setting the focus. Those controls are: DataControl3 (date: switch from

Re: [Gambas-user] DataControl_Leave, Tab key causes Gtk - CRITICAL Error

2015-01-22 Thread Benoît Minisini
Le 22/01/2015 21:47, Lewis Balentine a écrit : > I changed the 'QT GUI style' to "Windows". The problem went away. So > the problem is probably in the 'GTK+' style which I believe is the > default for Mate. I will post this thread to the Mint forumns and see > if there is any response there. > > Ch

Re: [Gambas-user] DataControl_Leave, Tab key causes Gtk - CRITICAL Error

2015-01-22 Thread Lewis Balentine
I changed the 'QT GUI style' to "Windows". The problem went away. So the problem is probably in the 'GTK+' style which I believe is the default for Mate. I will post this thread to the Mint forumns and see if there is any response there. Cheers, Lewis On 01/22/2015 02:30 PM, Lewis Balentine

Re: [Gambas-user] DataControl_Leave, Tab key causes Gtk - CRITICAL Error

2015-01-22 Thread Lewis Balentine
Note the project is a QT graphical project as opposed to a GTK graphical project (if it makes any difference). As for GTK+ theme how would I know ? I am using Linux Mint 17 with the Mate Desktop environment. There are no preferences that refer to 'GTK theme' but my 'appearance' preference

Re: [Gambas-user] DataControl_Leave, Tab key causes Gtk - CRITICAL Error

2015-01-22 Thread Benoît Minisini
Le 22/01/2015 21:05, Benoît Minisini a écrit : > Le 21/01/2015 19:13, Lewis Balentine a écrit : >> See attached project for full source and data-base. >> >> Public Sub DataControl3_Leave() >> or >> Public Sub DataControl3_LostFocus() >>' >> **

Re: [Gambas-user] DataControl_Leave, Tab key causes Gtk - CRITICAL Error

2015-01-22 Thread Benoît Minisini
Le 21/01/2015 19:13, Lewis Balentine a écrit : > See attached project for full source and data-base. > > Public Sub DataControl3_Leave() > or > Public Sub DataControl3_LostFocus() >' > ** > >' Tab ke

[Gambas-user] DataControl_Leave, Tab key causes Gtk - CRITICAL Error

2015-01-21 Thread Lewis Balentine
See attached project for full source and data-base. Public Sub DataControl3_Leave() or Public Sub DataControl3_LostFocus() ' ** ' Tab key causess: ' (gbx3: 21680): <<--- varies --- ' Gtk - C