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] 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

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

2011-02-24 Thread Benoît Minisini
> what i am doing wrong? > > > Private cursorPickColor As New > Cursor((Picture.Load("ftcolorpicker.png"))) > > Me.Mouse = Mouse.Custom > Me.Cursor = cursorPickColor > > this code does not work on rev3546 Gnome. > > project example here > lines 11, 168 > http://www.mediafire.com/?kplu15bfe

[Gambas-user] i cant change mouse cursor.

2011-02-23 Thread Demosthenes Koptsis
what i am doing wrong? Private cursorPickColor As New Cursor((Picture.Load("ftcolorpicker.png"))) Me.Mouse = Mouse.Custom Me.Cursor = cursorPickColor this code does not work on rev3546 Gnome. project example here lines 11, 168 http://www.mediafire.com/?kplu15bfewnmgb8 -- Regards, Dem