Re: [E-devel] [E-Devel] Edje program signal for key press

2011-03-09 Thread Christian K.
Well, okay. Just for information: Any reason why? I'm curious. 2011/3/9 Carsten Haitzler ras...@rasterman.com On Tue, 8 Mar 2011 23:40:18 +0100 Christian K. waffenkl...@googlemail.com said: that's because edje doesn't emit any signal for key presses... :) there is none. :) Hi

Re: [E-devel] [E-Devel] Edje program signal for key press

2011-03-09 Thread Christian K.
was a matter i thought of too. Its okay if this wont work, was just an idea. 2011/3/9 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Wed, Mar 9, 2011 at 2:25 PM, Christian K. waffenkl...@googlemail.com wrote: Well, okay. Just for information: Any reason why? I'm curious. because

[E-devel] [E-Devel] Edje program signal for key press

2011-03-08 Thread Christian K.
Hi, I couldn't find it within doc and existing code: How should I define a signal emitted by a key press? these wont work (source is set to background): signal: key,down,*; signal: key,pressed,*; signal: keyboard,down,*; signal: keyboard,pressed,*; signal: key,clicked,*; signal:

Re: [E-devel] Edje EXTERNAL example: video player

2010-09-28 Thread Christian K.
Thats great. Thank you. 2010/9/28 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Tue, Sep 28, 2010 at 10:22 AM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Tue, Sep 28, 2010 at 3:08 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: For those interested in learning Edje

[E-devel] Elementary Feature Request and Question

2010-08-13 Thread Christian K.
Hello, i have a feature I would like to see in Elementary. If it is already possible, please describe how to. But first the question. How can I enable a keyboard search with a list like widget in Elementary? E. g. within the Index/Genlist. It should work like it does in the file manager. I type

[E-devel] ecore_evas_x Error while Make with snapshot

2010-07-27 Thread Christian K.
Hi, trying to setup fresh e install on ubuntu with the latest snapshots. But Ecore wont 'make'. This is the result error: http://pastebin.com/PXF7JGNP autogen worked fine. What did I wrong? Thanks for help. Christian.

Re: [E-devel] Current Application Dev Status

2010-07-01 Thread Christian K.
Thanks :) Are these EXTERNAL part types documented anywhere? I'm too blind to find something.. 2010/7/1 Christian K. waffenkl...@googlemail.com: Thanks :) Are these EXTERNAL part types documented anywhere? I'm too blind to find something.. 2010/7/1 Atton Jonathan jonathan.at...@gmail.com

[E-devel] Current Application Dev Status

2010-06-30 Thread Christian K.
Hello, after a long break of programming linux applications, I want to restart with some userspace applications using E17. As the development of e is rapid, my question is: What is the current state-of-the art method of developing user applications using e17? Using Elementary and creating all

[E-devel] Proposal: OpenCL-Bindings to fasten up the core libs

2009-11-16 Thread Christian K.
Hello, i just started to code some scientific apps on a mac using opencl (also my first time of coding with opencl) and the plus on performance is stunning (almost 90% in comparison to a standard C Code Version). Well its a project with a lot of parallel data processing so quasi made for opencl.

Re: [E-devel] Proposal: OpenCL-Bindings to fasten up the core libs

2009-11-16 Thread Christian K.
be some floating point optimized data types in eina and much more. 2009/11/16 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Mon, Nov 16, 2009 at 5:44 PM, Christian K. waffenkl...@googlemail.com wrote: Hello, i just started to code some scientific apps on a mac using opencl (also my