Hi, GARDET Guillaume, 

Thank you very veryf much.

In my program, the GTK cursor is an arrow, DFB cursor is a blob.What I want to 
change the blob to arrow.

Now, I will try the LiTE.

Thanks again.


Best regards, 
chiachen 
[EMAIL PROTECTED] 
2008-07-09 

======= 2008-07-09 15:37, your message: 
RE?_RE?_RE?_how_to_change_the_cursor_from_a_blob_to_an_arrow__ ======= 



Well, if you are running GTKDFB it is maybe GTKDFB related. Have a look on this 
thread : 
http://www.nabble.com/Howto-change-a-cursor-for-Gtk::Window---td17779599.html

If you want some information about LiTE please visit the following page : 
http://www.directfb.org/index.php?path=Platform%2FLiTE

You cannot use LiTE with GTK but only on top of DirectFB.


Regards,

Guillaume



-------- Message d'origine--------
De: chiachen [mailto:[EMAIL PROTECTED]
Date: mer. 09/07/2008 09:25
? GARDET Guillaume
Objet : Re: RE?_RE?_how_to_change_the_cursor_from_a_blob_to_an_arrow_

Hi, GARDET Guillaume,

Thank you very much for your help.

By the way ,I'm using GTKDFB now .How to use the toolkit LiTE ?


Best regards,
chiachen
[EMAIL PROTECTED]
2008-07-09

======= 2008-07-09 15:18, your message: 
RE?_RE?_how_to_change_the_cursor_from_a_blob_to_an_arrow_ =======



Hi !

I though that DirectFB couldn't find the file cursor.dat (and not cursor.datA!) 
and so displayed a blob instead of an arrow but apparently it is not the 
case... So, I do not know what is happening. Try to build a window with a 
button thanks to the toolkit LiTE. Maybe then you will have an arrow.

If this last solution does not work, I can't help more. Sorry.

Regards,

Guillaume


-------- Message d'origine--------
De: chiachen [mailto:[EMAIL PROTECTED]
Date: mar. 08/07/2008 12:19
? GARDET Guillaume
Objet : Re: RE?_how_to_change_the_cursor_from_a_blob_to_an_arrow

Hi, GARDET Guillaume,

There's no directory named /share/directfb-1.1.1
I make it ,and copy cursor.data there.

I can't understand ,at this rate,  the cursor.data is the same file.
When I run the program , the cursor will be blob.How could it change to a arrow.


Best regards,
chiachen
[EMAIL PROTECTED]
2008-07-08

======= 2008-07-08 18:03, your message: 
RE?_how_to_change_the_cursor_from_a_blob_to_an_arrow =======



I think DirectFB can "see" this file. Try to copy it to the place I give you :

FROM /usr/local/dfb/share/directfb-1.1.1/cursor.dat TO 
/share/directfb-1.1.1/cursor.dat


Regards,

Guillaume



-------- Message d'origine--------
De: chiachen [mailto:[EMAIL PROTECTED]
Date: mar. 08/07/2008 12:00
? GARDET Guillaume
Objet : Re: how to change the cursor from a blob to an arrow

Hi, GARDET Guillaume,

Yeah, I have found the file: /usr/local/dfb/share/directfb-1.1.1/cursor.dat

And I can't open the file directly.

Then what should I do next step.


Best regards,
chiachen
[EMAIL PROTECTED]
2008-07-08

======= 2008-07-08 17:32, your message: 
RE?_[directfb-dev]_directfb-dev_Digest,_Vol_42,_Issue_6 =======




You must have the following file in order to have an arrow : 
/share/directfb-1.1.1/cursor.dat


Regards,

Guillaume




-------- Message d'origine--------
De: [EMAIL PROTECTED] de la part de chiachen
Date: mar. 08/07/2008 11:24
? [EMAIL PROTECTED]
Objet : Re: [directfb-dev] directfb-dev Digest, Vol 42, Issue 6

Hi, all,

Who knows how to change the cursor from a blob to an arrow?

Anyone can help me ?




Best regards,
chiachen
[EMAIL PROTECTED]
2008-07-08

======= 2008-07-07 18:00, your message: directfb-dev Digest, Vol 42, Issue 
6=======

Send directfb-dev mailing list submissions to
[EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of directfb-dev digest..."


Today's Topics:

1. Re: directfb example run failed with directfb 1.2.0-rc1.
(Denis Oliver Kropp)
2. Re: directfb example run failed with directfb 1.2.0-rc1. (michael)


----------------------------------------------------------------------

Message: 1
Date: Mon, 07 Jul 2008 10:35:13 +0200
From: Denis Oliver Kropp
Subject: Re: [directfb-dev] directfb example run failed with directfb
1.2.0-rc1.
To: michael
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

michael wrote:
> Hi,
> I attach my debug output. What change in fbdev in
> directfb 1.2.0-rc1
>
> system = fbdev
> disable-module = mouse
> disable-module = ps2mouse

Please use the latest git version or incorporate the following commit:


http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=701bf9100f84f44b894661799b455e67c4fd2158
commit 701bf9100f84f44b894661799b455e67c4fd2158
Author: Denis Oliver Kropp
Date: Mon Jul 7 10:33:48 2008 +0200

[fbdev] Ignore panning errors as before.

systems/fbdev/fbdev.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

--
Best regards,
Denis Oliver Kropp

......------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/ |
"------------------------------------------"



------------------------------

Message: 2
Date: Mon, 07 Jul 2008 11:37:49 +0200
From: michael
Subject: Re: [directfb-dev] directfb example run failed with directfb
1.2.0-rc1.
To: Denis Oliver Kropp
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi

Denis Oliver Kropp wrote:
> michael wrote:
>
>> Hi,
>> I attach my debug output. What change in fbdev in
>> directfb 1.2.0-rc1
>>
>> system = fbdev
>> disable-module = mouse
>> disable-module = ps2mouse
>>
>
> Please use the latest git version or incorporate the following commit:
>
> http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=701bf9100f84f44b894661799b455e67c4fd2158
> commit 701bf9100f84f44b894661799b455e67c4fd2158
> Author: Denis Oliver Kropp
> Date: Mon Jul 7 10:33:48 2008 +0200
>
> [fbdev] Ignore panning errors as before.
>
> systems/fbdev/fbdev.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>

ok,
works :)




------------------------------

_______________________________________________
directfb-dev mailing list
[EMAIL PROTECTED]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev


End of directfb-dev Digest, Vol 42, Issue 6
*******************************************
.....


= = = = = = = = = = = = = = = = = = = =




= = = = = = = = = = = = = = = = = = = =




= = = = = = = = = = = = = = = = = = = =




= = = = = = = = = = = = = = = = = = = =




= = = = = = = = = = = = = = = = = = = = 
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to