> Other old issue...
> I don't know how I missed that documentation earlier...
> But I still have issues with custom cursors.
> What are supported picture formats? Or what I'm doing wrong?
> My code:
>
> Public aa As New Cursor(Picture.Load("test.png"))
>
> DrawingArea1.Mouse = Mouse.Custom
> DrawingArea1.Cursor = aa
>
> Or;
>
> DrawingArea1.Cursor = New Cursor(Picture.Load("test.png"))
>
> Tried with many different formats.
> With GTK+ signal 11, with Qt only buggy black&white picture.
>
>
> Regards,
> Jussi
>

Hi,

The bug has been fixed in revision #1994. And yes, you are right, Qt 3 only 
supports black & white cursors, whereas GTK+ supports color cursors.

Regards,

-- 
Benoît

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to