[Gambas-user] My first work
-=FoX=-
_root at ...324...
Mon Jan 5 01:38:00 CET 2004
Fabien Bodard wrote:
>good job !
>
>
:D
>But you can add this :
>For resize the cursor...
> create an '.Xdefaults' file in your home directory and add the following
>lines:
>
> -------
> Xcursor.size: 32
> Xcursor.theme: tuxcursor
> -------
>
> Availiable Sizes: 32 (small), 48 (medium), 64 (big, but max. detail)
>
>
>
>
In the next release! :D
( But in gnome does not function. The cursor size remain 32 :/ )
>
>What is it ?
>
>** myhome = CStr(Application.User) ?
>
>
>
-cut-
Ok, thankyou
tomorrow i will work on it.
ah, another strange thing with mouse pointer:
DIM mypic AS Picture
DIM mycursor AS Mouse
mypic = Picture ["realpic.png"]
'then as doc explain:
'hmouse = NEW Mouse (Picture AS Picture [, X AS Integer, Y AS Integer])
mycursor = NEW Mouse (mypic ,10 , 10)
give me an error:
Class 'Mouse' is static
?
:(
mypic = "
mycursor = NEW Mouse
More information about the User
mailing list