GtkDrawingArea - Circles - Gdk-DirectFB-Message: unimplemented

2006-12-08 Thread rafeeqh shaik
Hi I crosscompiled all the gtk+ libraries ARM processor and when i run the gtkperf i am getting the the following results. I chaged the count for gtkperf. Information: ./gtkperf ===| DirectFB 1.0.0-rc1 |=== (c) 2001-2006 United

Doubts about the Results oprofile of gtkperf on DirectFB vs TinyX

2006-12-06 Thread rafeeqh shaik
Hi. Gtk+ on DirectFB taking much time (* 58 sec for drwaing 100*1000 on DirectFB , for TinyX it is 1.14 sec when i run gtkperf* ) for drawing the lines compared to gtk+ on TinyX. My analysis of the code is not complete. This below is the Oprofile output with event set to GLOBAL_POWER_EVENTS

Re: Mouse pointer ..............

2006-11-10 Thread rafeeqh shaik
en.>> cheers>> Attilio>> [1] http://www.directfb.org/docs/directfbrc.5.html>> Mike Emmel wrote:> > Good question I'd say try setting the pointer pixmap to a clear ARGB surface.> > But I'm not sure that actually works some support was added for custom > > curs

Entry box ( calculator application : right to left )

2006-11-09 Thread rafeeqh shaik
Hi I am trying to run calculator application on a embedded device. i am using Entry box for displaying numbers, but when i enter number its from left to right. But i want it to be from right to left,   could anyone plz help me in this regards.-- SHAIK RAFEEQHIIT DELHI _

Mouse pointer ..............

2006-11-09 Thread rafeeqh shaik
hi..   I am trying to run gtk+ on DirectFB applications for embedded device. when i run application i am getting mouse pointer on top of the window. I am not using mouse so i want mouse pointer to be invisble.   could any one plz throw some light how to disable the mouse pointer,   Thanks.-- SH

Fwd: Direct/Modules: Could not open module directory '~/lib/directfb-0.9.25/systems'!

2006-10-11 Thread rafeeqh shaik
.9.25/systems#-- Forwarded message ------From: rafeeqh shaik < [EMAIL PROTECTED]>Date: Oct 12, 2006 11:21 AMSubject: Direct/Modules: Could not open module directory '~/lib/directfb-0.9.25/systems'!To: gtk-devel-list@gnome.org I am trying to use DFB on embedded processor(ARM). i have c

Direct/Modules: Could not open module directory '~/lib/directfb-0.9.25/systems'!

2006-10-11 Thread rafeeqh shaik
I am trying to use DFB on embedded processor(ARM). i have cross compiled the DFB for arm. Cross compilation was successful.   *) when i copy the  .so files to the device and run the program dfbinfo , the following output is coming.     # arm-linux-dfbinfo    --  DirectFB v0

problem when Profiling Gtk+............plz help

2006-10-05 Thread rafeeqh shaik
Hi every one.       I am  trying to profile( which function takes how much time) the gtk+  for finding out the bottlenecks in the source code. So here we tried to use the gprof tool available in linux for profiling source code. We are using FEDORA core 5.   Procedure we followed: From the do