[Gambas-user] [Gambas Bug Tracker] Bug #752: Gambas shows - gbx3: warning: trying to watch fd #-1

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.752&from=L21haW4- Benoît MINISINI changed the state of the bug to: Waiting. -- ___ Gambas-user mailing list Gambas-user@lists

[Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Benoît MINISINI changed the state of the bug to: Fixed. -- ___ Gambas-user mailing list Gambas-user@lists.s

[Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Comment #2 by Benoît MINISINI: Fixed in revision #7378. -- ___ Gambas-user mailing list Gambas-user@lists.s

[Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Comment #1 by Benoît MINISINI: As for the CPU resource, I can't do a lot of things : the image rotation routine of Qt is faster than the GTK+ one, which was written by me in C. AFAIK, GTK+ has no image rotation function. -

Re: [Gambas-user] Forward events from constructor

2015-10-02 Thread Benoît Minisini
Le 03/10/2015 01:22, Tobias Boege a écrit : > Hi, > > I'm puzzled by some behaviour of the interpreter when objects raise events > from their constructors. > > The following big block of text just gives the rationale of my question. I > think what I'm doing is not too strange. There is a short demo

[Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list Gambas-user@list

[Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Comment #1 by Benoît MINISINI: Is it better with revision #7377? -- ___ Gambas-user mailing list Gambas-use

[Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Benoît MINISINI changed the state of the bug to: Waiting. -- ___ Gambas-user mailing list Gambas-user@lists

[Gambas-user] Forward events from constructor

2015-10-02 Thread Tobias Boege
Hi, I'm puzzled by some behaviour of the interpreter when objects raise events from their constructors. The following big block of text just gives the rationale of my question. I think what I'm doing is not too strange. There is a short demonstration project attached. In my real project I want t

[Gambas-user] [Gambas Bug Tracker] Bug #782: gtk+ popup menu position in tray icon is not perfect

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.782&from=L21haW4- Benoît MINISINI changed the state of the bug to: Rejected. -- ___ Gambas-user mailing list Gambas-user@list

[Gambas-user] [Gambas Bug Tracker] Bug #782: gtk+ popup menu position in tray icon is not perfect

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.782&from=L21haW4- Comment #1 by Benoît MINISINI: This is a GTK+ problem, he has to decide where the menu pops up, as soon as you use a desktop that does not support the new trayicon protocol. I can't do anything against that. --

[Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #24 by Benoît MINISINI: It should be fixed in revision #7376. Can you confirm? -- ___ Gambas-user

Re: [Gambas-user] How to input hide password into gambas command line project ?

2015-10-02 Thread Benoît Minisini
Le 02/10/2015 17:42, Tobias Boege a écrit : > On Fri, 02 Oct 2015, Beno??t Minisini wrote: >> Le 02/10/2015 17:19, Tobias Boege a ?crit : >>> On Fri, 02 Oct 2015, Charlie wrote: Have you tried something simple like and let the computer do the work: - /Public Sub Form_Open() Dim

[Gambas-user] [Gambas Bug Tracker] Bug #784: gb.logging reports bad callLocation

2015-10-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.784&from=L21haW4- Emanuele SOTTOCORNO reported a new bug. Summary --- gb.logging reports bad callLocation Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Language Description --- R

Re: [Gambas-user] How to input hide password into gambas command line project ?

2015-10-02 Thread Tobias Boege
On Fri, 02 Oct 2015, Beno??t Minisini wrote: > Le 02/10/2015 17:19, Tobias Boege a ?crit : > > On Fri, 02 Oct 2015, Charlie wrote: > >> Have you tried something simple like and let the computer do the work: - > >> > >> /Public Sub Form_Open() > >> Dim sDesktop, sDir As String > >> > >> sDesktop = D

Re: [Gambas-user] How to input hide password into gambas command line project ?

2015-10-02 Thread Benoît Minisini
Le 02/10/2015 17:19, Tobias Boege a écrit : > On Fri, 02 Oct 2015, Charlie wrote: >> Have you tried something simple like and let the computer do the work: - >> >> /Public Sub Form_Open() >> Dim sDesktop, sDir As String >> >> sDesktop = Desktop.Type >> >> Select Case sDesktop >>Case "GNOME" >>

Re: [Gambas-user] How to input hide password into gambas command line project ?

2015-10-02 Thread Tobias Boege
On Fri, 02 Oct 2015, Charlie wrote: > Have you tried something simple like and let the computer do the work: - > > /Public Sub Form_Open() > Dim sDesktop, sDir As String > > sDesktop = Desktop.Type > > Select Case sDesktop > Case "GNOME" > Shell "gksu ls -a" To sDir 'Ubuntu, Mint,

Re: [Gambas-user] How to input hide password into gambas command line project ?

2015-10-02 Thread Charlie
Have you tried something simple like and let the computer do the work: - /Public Sub Form_Open() Dim sDesktop, sDir As String sDesktop = Desktop.Type Select Case sDesktop Case "GNOME" Shell "gksu ls -a" To sDir 'Ubuntu, Mint, Debian etc Case "KDE" Shell "kdesudo ls -a" To sD

Re: [Gambas-user] How to input hide password into gambas command line project ?

2015-10-02 Thread Yahoo
Thank you Fabien for the code. —  Olivier Cruilles Le October 2, 2015 à 02:29:27, Fabien Bodard (gambas...@gmail.com) a écrit: This is a class i've found in my old archives :-) ' Gambas module file Public Sub Main() Dim i As Integer Dim s As String For i = 1 To 25 s &= Stri