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
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
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
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.
-
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
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
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
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
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
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
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.
--
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
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
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
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
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"
>>
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,
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
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
19 matches
Mail list logo