Re: [E-devel] [Patch] elm_genlist - added new feature : genlist reorder mode

2011-05-21 Thread ChunEon Park
wow! it looks cool! :) Let's run together for the best moment! -Regards, Hermet- -Original Message- From: Seunggyun Kimlt;sgyun@samsung.comgt; To: 'Nicolas Aguirre'lt;aguirre.nico...@gmail.comgt;; 'Daniel Juyung

[E-devel] Elementary and simple list

2011-05-21 Thread Atton Jonathan
Hello, for Enki I need a specific widget: - a vertical list of items: one item can be selected - like a elm_list - no scroll - like a box Do you think we can create this object ? maybe we can split elm_list, the content of a elm_list is what I need. I think elm_list should herits this

[E-devel] Edje external and signal

2011-05-21 Thread Atton Jonathan
Hello, In Edje we can do: source: box\\[bt_bx\\]:bt_in_bx; see this tutorial: http://watchwolf.fr/index.php?option=com_contentview=articleid=23Itemid=45lang=fr http://watchwolf.fr/index.php?option=com_contentview=articleid=23Itemid=45lang=frBut this code does not works: source:

[E-devel] e17 crash on OSX

2011-05-21 Thread Dave Ray
I'm trying to fix a crash in e17 that seems to only happen the first time I run e17 after bootup. I recently posted about this, and was requested to compile everything with -g -O0 and retest. Now I did that, here are the results. The crash always happens while e17 is drawing the initial pager

Re: [E-devel] [Patch] elm_genlist - added new feature : genlist reorder mode

2011-05-21 Thread Daniel Juyung Seo
Dear Mr. Kim I briefly read the code and have some comments. 1. Use smart callbacks for moved Elm_Genlist_Item_Class is for item's styles and functions for the item style. moved has nothing to do with item style so I recommend change this to smart callback. + GenlistItemMovedFunc