[Gambas-user] Desktop Developed in Gambas 3.6

2015-03-07 Thread herberth guzman
Desktop Developed in Gambas 3.6 (The Desktop of Gambas - Innova Desktop) Containing Innova Desktop Suggested by Benoit Nothing possible without the special help of Benoit and Fabien. - Innova Desktop Scheduled in Gambas 3.6 100% - Graphical interface simple and straightforward user (Not depen

[Gambas-user] Window (ALT+TAB whit KWIN) shows _NET_WM_STATE_SKIP_TASKBAR windows

2015-03-07 Thread herberth guzman
Regards Benoit Window (ALT+TAB) shows _NET_WM_STATE_SKIP_TASKBAR windows When I press Alt+tab in KWin, it will show all windows visible on desktop, for example, has _NET_WM_STATE_STICKY, _NET_WM_STATE_SKIP_TASKBAR, _NET_WM_STATE_SKIP_PAGER Atoms set, but alt+tab will show it, ignoring these at

Re: [Gambas-user] annoying glitch

2015-03-07 Thread Dimitris Anogiatis
Hey Gary, I assume you're using the two for loops to find which item on the source listbox is selected and then removed after the addition to the second listbox is done. Gambas listboxes are a bit more flexible. You can get the index of the selected item with lstInCar.Index. If there is no item s

Re: [Gambas-user] Password error on clicking store or examples in GUI - SOLVED

2015-03-07 Thread Ian
Tested this on Linux Mint 18 and now works. Must have been fixed in one of the recent updates - had not tested for a while. Cheers, Ian. On 07/02/15 11:19, Ian wrote: > Yes copied text exactly as per the error dialogue. > > with attachment now. > > When clicking on examples, I get the same error

Re: [Gambas-user] Issue 609 in gambas: Gtk3 Application.ShowToolTips=False not working

2015-03-07 Thread gambas
Updates: Status: Accepted Comment #1 on issue 609 by benoit.m...@gmail.com: Gtk3 Application.ShowToolTips=False not working https://code.google.com/p/gambas/issues/detail?id=609 It seems that we cannot disable tooltips anymore in GTK+3! The GTK+2 has been deprecated without any explic

[Gambas-user] annoying glitch

2015-03-07 Thread Gary Emms
Hi I'm trying to follow a tutorial from Linux Format. I have 2 list boxes and I'm trying to move an entry from one to the other using: Public Sub btnLeft_Click() Dim i As Integer 'transfer selected itelms to left For i = 0 To lstInCar.Count - 1 If lstInCar[i].Selected Then

Re: [Gambas-user] Application error on Publish (Solved)

2015-03-07 Thread Johny Provoost
Op 06-03-15 om 12:24 schreef Benoît Minisini: > Le 06/03/2015 12:18, Benoît Minisini a écrit : >> Le 06/03/2015 12:15, Benoît Minisini a écrit : >>> Le 06/03/2015 11:15, Johny Provoost a écrit : When I choose in the menu 'Project' -> 'Publish' I get This application has raised an u

Re: [Gambas-user] Connections.Count ??? :-!

2015-03-07 Thread Benoît Minisini
Le 07/03/2015 04:15, adamn...@gmail.com a écrit : > I have a component that provides generic database -> object > translations. I have used (and enhaced) it for some years. At one > point in its' initialisation routine the code refers to > Connections.Count which property does not exist. IIRC some

Re: [Gambas-user] Connections.Count ??? :-!

2015-03-07 Thread Gian
Il 07/03/2015 04:15, adamn...@gmail.com ha scritto: > I have a component that provides generic database -> object translations. I > have used (and enhaced) it for some years. > At one point in its' initialisation routine the code refers to > Connections.Count which property does not exist. IIRC s