[E-devel] [PATCH] Re: Evas WinCE crash (font_last_up_to_pos = 0)

2009-05-22 Thread Klaus Rechert
answering myself: r40728 fixed it. Textblocks work fine under WinCE now. Thanks! > Hi, > > I have crashes with labels and text under wince. GDB shows: > > #1 0x008d2994 in _layout_text_cutoff_get (c=0x2013f820, fmt=0x1a9ea0, > it=0x1a9f50) at evas_object_textblock.c:1544 > > with > > 1544

[E-devel] Evas WinCE crash (font_last_up_to_pos = 0)

2009-05-22 Thread Klaus Rechert
Hi, I have crashes with labels and text under wince. GDB shows: #1 0x008d2994 in _layout_text_cutoff_get (c=0x2013f820, fmt=0x1a9ea0, it=0x1a9f50) at evas_object_textblock.c:1544 with 1544 return c->ENFN->font_last_up_to_pos(c->ENDT, fmt->font.font, it->text, (gdb) print *c $1 = {obj

[E-devel] Elementary elm_entry bug

2009-05-19 Thread Klaus Rechert
Hi, I've played with elementary and it seems like eml_entry is buggy. See the attached valgrind output of elementary_test (r40748) opening a window with an entry widget. Cheers Klaus kl...@hottie:~/efl$ valgrind elementary_test ==5076== Memcheck, a memory error detector. ==5076== Copyright

[E-devel] polygon disappears when moving

2009-05-15 Thread Klaus Rechert
Hi, I've created some wide lines via evas_object_polygon. It used to work fine so far. But since the last SVN update (maybe?!?) the polygon disappears when moving it with evas_object_move(). Otherwise it is rendered fine. Any ideas? Cheers Klaus ---

[E-devel] Edje compile fix

2009-05-14 Thread Klaus Rechert
Hi, with addition of IMF edje build for Windows[CE] is broken. Attached is a simple fix, reordering EAPI definition. Cheers Klaus Index: src/lib/edje_private.h === --- src/lib/edje_private.h(Revision 40642) +++ src/lib/edje

[E-devel] Elementary and custom e-smart objects

2009-02-24 Thread Klaus Rechert
Hi all, Elementary is a very nice widget set! Great work! When I played with it lately I found it difficult to combine/use Elementary with custom e-smart objects. What is the suggested way for this task? If possible I want to avoid "specializing" my e-smart objects to widgets. Thanks! Kl

Re: [E-devel] WinCE Evas crash

2008-12-02 Thread Klaus Rechert
Hi, >> I've tried to get your EFL example working on several WinCE devices. >> No success with the precompiled binaries. > > what are the problems ? Got everything working now :) ! I could identify two problems. One is the late loading/binding of evas modules. As these modules aren't trusted W

Re: [E-devel] WinCE Evas crash

2008-12-01 Thread Klaus Rechert
The trace below was made with wince_gapi. With wince_fb the trace looks different but it seems to crash on a similar issue. warning: ecore_wince : instance + class bon warning: *** ecore message : create 240 320 Error while mapping shared library sections: oleaut32.dll: No such file or directory

[E-devel] WinCE Evas crash

2008-12-01 Thread Klaus Rechert
Hi, I've tried to get your EFL example working on several WinCE devices. No success with the precompiled binaries. So I compiled the libs with debugging symbols and stumbled upon few issues: 1. Evas needs ddraw.h to compile evas_wince_ddraw_buffer.cpp. It is not catched by configure. 2. Evas

Re: [E-devel] Evil build with cegcc/mingw32ce

2008-11-27 Thread Klaus Rechert
Worked! Thanks Klaus >> Hi, * I can't create DLLs even with current libtool (git) installed. >>> >>> what is the error message ? >>> >> No error. >> >> /bin/bash ../../libtool --tag=CXX --mode=link arm-mingw32ce-g++ >> -fno-rtti -fno-exceptions -g -O2 -no-undefined >> -Wl,--enabl

Re: [E-devel] Evil build with cegcc/mingw32ce

2008-11-27 Thread Klaus Rechert
Hi, >> >> * I can't create DLLs even with current libtool (git) installed. > > what is the error message ? > No error. ./configure says: checking whether the arm-mingw32ce-gcc linker (/opt/mingw32ce/arm-mingw32ce/bin/ld) supports shared libraries... yes [...] checking whether to build shared lib

[E-devel] Evil build with cegcc/mingw32ce

2008-11-27 Thread Klaus Rechert
Hi, I've tried to build EFL for WinCE as it is described in the wiki: http://wiki.enlightenment.org/index.php/EFL_Windows_CE When compiling Evil I stumbled across some issues: * I can't create DLLs even with current libtool (git) installed. * Compiling the testcases (part of make all tartget) f