Re: [Gambas-user] CDE. An interesting packaging tool

2011-02-25 Thread Nicolas Koch
So I imagine this has been forgotten and dropped by the wayside, but I have found cde to be very useful in making my app work in opensolaris, OpenIndiana, PC-BSD and some linux builds, mainly suse and ubuntu. @Benoît I think cde may be the best viable solution at packaging libraries for specified

[Gambas-user] Error in wiki (gb3)

2011-02-25 Thread math.e...@t-online.de
Wiki: FUNCTION Desaturate ( ) AS [1]Image Desaturate an image evenly. * Value is the degree of desaturation, between 0 and 1. But Desaturate doesn't accept any value. Regards Matti References 1. file://localhost/help/comp/gb.image/image?de&v3&help ---

[Gambas-user] App crashes because of FBalloon (gb3)

2011-02-25 Thread math.e...@t-online.de
Since a few days I have strange crashes with the message: "This application has raised an unexpected error and must abort. [29] Invalid object. FBalloon.Window_Move.320" It happens sometimes, not reproducable, when Gambas was minimized and is rezized again. Last time, I can de

Re: [Gambas-user] [Bug] Add Xfce 4.6 stock icons.

2011-02-25 Thread Federico Leite
2011/2/22 Federico Leite > Hi, in Xfce 4.6, to get the icon theme you're using, you must parse the > file "~ / .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml. " I will > provide the Case "xfce". > > > > Case "xfce" >> >> Try hFile = Open >> "~/.config/xfce4/xfconf/xfce-perchanne

Re: [Gambas-user] Gambas 2: Tab Strip 'Menu' Question

2011-02-25 Thread Benoît Minisini
> Does anyone know why F10 is the 'menu activation' key for a MENU on a tab > stip and how to change it. I cannot seem to find any info on it. > -Fernando > I dunno what you are talking about... -- Benoît Minisini --

Re: [Gambas-user] i cant change mouse cursor.

2011-02-25 Thread Benoît Minisini
> Thanks, i change to gb.qt4 and it works. > I finally made color cursors work in gb.gtk (it was a stupid buggy test that prevented that). This is in revision #3616. Regards, -- Benoît Minisini -- Free Software Down

Re: [Gambas-user] Image.DrawRect() is same with Image.FillRect()

2011-02-25 Thread Demosthenes Koptsis
Thanks Fabien i will try it. On Fri, 2011-02-25 at 13:43 +0100, Fabien Bodard wrote: > 2011/2/25 Demosthenes Koptsis : > > ok, something else. > > > > i see there is no documentation but if you like to answer a question > > about DrawRect. > > > > how i declare transparency to a color? > > i see t

Re: [Gambas-user] Image.DrawRect() is same with Image.FillRect()

2011-02-25 Thread Fabien Bodard
2011/2/25 Demosthenes Koptsis : > ok, something else. > > i see there is no documentation but if you like to answer a question > about DrawRect. > > how i declare transparency to a color? > i see the syntax is > Image.DrawRect(X,Y,Width,Height,Color) > > > > On Fri, 2011-02-25 at 01:27 +0100, Benoî

Re: [Gambas-user] Image.DrawRect() is same with Image.FillRect()

2011-02-25 Thread Demosthenes Koptsis
ok, something else. i see there is no documentation but if you like to answer a question about DrawRect. how i declare transparency to a color? i see the syntax is Image.DrawRect(X,Y,Width,Height,Color) On Fri, 2011-02-25 at 01:27 +0100, Benoît Minisini wrote: > > Hi, > > > > i use the Image.

Re: [Gambas-user] i cant change mouse cursor.

2011-02-25 Thread Demosthenes Koptsis
Thanks, i change to gb.qt4 and it works. On Fri, 2011-02-25 at 00:58 +0100, Benoît Minisini wrote: > > what i am doing wrong? > > > > > > Private cursorPickColor As New > > Cursor((Picture.Load("ftcolorpicker.png"))) > > > > Me.Mouse = Mouse.Custom > > Me.Cursor = cursorPickColor > > > > t