Re: [Gambas-user] Gambas and Mousepointer

2008-07-31 Thread Benoit Minisini
On jeudi 31 juillet 2008, Stefan Miefert wrote: > Hello, > > i tryy xcursorgen but the fileformat isnt accepted by gambas?! What is > the right format ?! > Did you look at the documentation of the Cursor class? First you load a Picture object, in any format supported by the underlying toolkit.

Re: [Gambas-user] Gambas and Mousepointer

2008-07-31 Thread Stefan Miefert
Hello, i tryy xcursorgen but the fileformat isnt accepted by gambas?! What is the right format ?! - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications wi

Re: [Gambas-user] Gambas and Mousepointer

2008-07-30 Thread Stefan Miefert
>Set the X and Y properties of your cursor object. Hello, hCursor.x = 0 , hCursor.y = 0 and I get the message Cursor.x is readonly , cursory isreadonly,.. I try xcursorgen but this makes a giant file and when I try this file to load in gambas I get a wrong image type error:( -

Re: [Gambas-user] Gambas and Mousepointer

2008-07-30 Thread Rob
On Wednesday 30 July 2008 11:02, Stefan Miefert wrote: > Under windows I use .cur Format and define theclickpoint in the > gfx programm. But how can I do this in gambas/linux? Set the X and Y properties of your cursor object. Rob -

[Gambas-user] Gambas and Mousepointer

2008-07-30 Thread Stefan Miefert
I try to load a own mouspointe rin gambas and I load a png image and its ok:) But! The Clickpoint is in the middle of the new pointer image. How can I set this clickpoint to the left upper? Under windows I use .cur Format and define theclickpoint in the gfx programm. But how can I do this in