Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-30 Thread ChunEon Park
33 PM To: 'ChunEon Park'; 'Enlightenment developer list' Cc: sgyun@samsung.com Subject: RE: [E-devel] [Patch] Align of Elm_Notify Thanks for reviewing. I newly added ELM_NOTIFY_ALIGN_FILL define and fixed elm_notify_orient_set api using elm_notify_align_set. I attached new pa

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-30 Thread Seunggyun Kim
:15 AM To: Seunggyun Kim; 'Enlightenment developer list'; 'Daniel Juyung Seo' Subject: RE: [E-devel] [Patch] Align of Elm_Notify Concept looks good to me. But here are few comments. 1. please make deprecated apis use new apis. i.e elm_notify_orient_set() { //... e

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-30 Thread Seunggyun Kim
; 'Enlightenment developer list'; 'Daniel Juyung Seo' Subject: RE: [E-devel] [Patch] Align of Elm_Notify Concept looks good to me. But here are few comments. 1. please make deprecated apis use new apis. i.e elm_notify_orient_set() { //... elm_notify_align_set(

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-29 Thread ChunEon Park
n Kim"<sgyun@samsung.com> To: "'ChunEon Park'"<her...@naver.com>; "'Enlightenment developer list'"<enlightenment-devel@lists.sourceforge.net>; "'Daniel Juyung Seo'"<seojuyu...@gmail.com>; Cc: <sgyun...

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-25 Thread Seunggyun Kim
ch. Thanks:) -Original Message- From: ChunEon Park [mailto:her...@naver.com] Sent: Tuesday, October 23, 2012 4:49 PM To: Enlightenment developer list; 'Daniel Juyung Seo' Cc: sgyun@samsung.com Subject: Re: [E-devel] [Patch] Align of Elm_Notify +1 elm_notify_orient_set(Evas_Ob

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-23 Thread ChunEon Park
I think efl developers are little comfusing about that. Can anyone answer this? I'll send new patch after this issue is cleared. Thanks. -Original Message- From: Daniel Juyung Seo [mailto:seojuyu...@gmail.com] Sent: Tuesday, October 23, 2012 3:02 PM To: Enlightenment developer list Cc:

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-23 Thread Seunggyun Kim
new patch after this issue is cleared. Thanks. -Original Message- From: Daniel Juyung Seo [mailto:seojuyu...@gmail.com] Sent: Tuesday, October 23, 2012 3:02 PM To: Enlightenment developer list Cc: sgyun@samsung.com Subject: Re: [E-devel] [Patch] Align of Elm_Notify Hello, I don'

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-22 Thread Daniel Juyung Seo
Hello, I don't know if we can use this size hints stuffs to this kind of general alignment cases. But I have some other comments. 1. default behavior is broken Default position is top but it's now broken. Because 0.5 is the default value of align hints. You can easily reproduce this by removing th

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-22 Thread Seunggyun Kim
...@naver.com] Sent: Tuesday, October 23, 2012 10:26 AM To: Enlightenment developer list Cc: sgyun@samsung.com Subject: RE: [E-devel] [Patch] Align of Elm_Notify Yes, it will be better if the notify orientation can be set with 0 ~ 1.0 rather the fixed enum values. elm_notify_orient_set(obj, 0.5

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-22 Thread ChunEon Park
inion. -Regards, Hermet- -Original Message- From: "Seunggyun Kim"<sgyun@samsung.com> To: <enlightenment-devel@lists.sourceforge.net>; Cc: <sgyun@samsung.com>; Sent: 2012-10-22 (월) 17:10:01 Subject: [E-devel] [Patch] Ali

[E-devel] [Patch] Align of Elm_Notify

2012-10-22 Thread Seunggyun Kim
Hi. I attached elm_notify's patch supporting hint align set. Current elm_notify's position has being controlled only by elm_notify_orient_set API . This API are supporting 9 direction and showing only child's min size's layout. So I made elm_notify patch for supporting various GUI scenarios. Cha