Re: [E-devel] [e-users] new module: systray

2009-03-27 Thread mario
n't know if it's a bling problem or a theme problem... Symply-white is the newest but is not edje_deccable (contains gif images). I'll tye with Cthulhain. Tnx Mario -- Mario Signorino | www.sgrunt.net --

Re: [E-devel] Edje on arm embedded device

2007-12-24 Thread mario
lication without stopping/wasting my X session? qvfb seems to handle only qt apps. Tnx all Mario - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2

Re: [E-devel] Edje on arm embedded device

2007-12-17 Thread mario
is the most frequent problem. Autostuff try to cross compile with -lSDL even if --disable-ecore-sdl and friends Tnx! Mario - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place t

Re: [E-devel] Edje on arm embedded device

2007-12-17 Thread mario
for the best profiler. gprof, valgrind (it profiles too) and now oprofile . I've never used a profiler on linux: after my little investigation seems that gprof can't profile dynamic library... and valgrind need to be recompiled for the target host. No

Re: [E-devel] Edje on arm embedded device

2007-12-17 Thread mario
On Dec 16, 2007 11:04 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > I'm still working on my arm board: > > All it's ok evas_fb_test run perfectly. > > > > Now I'm working on edje: there is a problem in a simple program: > > > M

Re: [E-devel] Edje on arm embedded device

2007-12-16 Thread mario
On Dec 16, 2007 10:55 PM, mario <[EMAIL PROTECTED]> wrote: > Hi all again. > > I'm still working on my arm board: > busybox (BusyBox v1.7.2) and linux 2.6.21 > Linux (none) 2.6.21-label2 #13 Tue Nov 20 00:36:57 CET 2007 armv5tejl unknown damned "send" but

[E-devel] Edje on arm embedded device

2007-12-16 Thread mario
Hi all again. I'm still working on my arm board: busybox (BusyBox v1.7.2) and linux 2.6.21 Linux (none) 2.6.21-label2 #13 Tue Nov 20 00:36:57 CET 2007 armv5tejl unknown All it's ok evas_fb_test run perfectly. Now I'm working on edje: there is a problem in a simple program: int c = edje_object_

Re: [E-devel] E on arm embedded device

2007-12-09 Thread mario
> Not much time to look at it now, but if it's not covered by one of the > available conversions, you have to write your own :-/ Just be sure > that you're getting the correct information from your framebuffer. As > for your segfault, possible some math is wrong and you are accessing > out of dst

[E-devel] E on arm embedded device

2007-12-09 Thread mario
59 1659 *dst_ptr = (r << 10) | (g << 5) | (b); ...but I think that is a evas_common_convert_func_get related problem. Now I'm investigating on this, but I'm totally new to E and to rgba|bpp|555|color s