Re: [E-devel] [Patch][Ecore][Win32] Some Issues

2011-12-05 Thread Kim Shinwoo
Hey, There are Control Characters. Previous patch has concerned this as following. @@ -1148,8 +1159,10 @@ _ecore_win32_event_char_get(intkey, break; default: /* displayable characters */ + // check control character + if ((key 0) (key 27)

Re: [E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-26 Thread Vincent Torri
On Fri, 25 Nov 2011, Kim Shinwoo wrote: Hello, I have refined and attached the patch. It has ECORE_EVENT_MODIFIER_SHIFT/CTRL/ALT and does NOT have TCHAR. actually, there are a lot of problems with the keyboard. I'll try to fix them. I have no time today, but tomorrow, i'll have more

Re: [E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-24 Thread Kim Shinwoo
Hello, I have refined and attached the patch. It has ECORE_EVENT_MODIFIER_SHIFT/CTRL/ALT and does NOT have TCHAR. TGIF!! :-) 2011/11/24 Kim Shinwoo kimcinoo@gmail.com Thanks for your response! I'll refine with ECORE_EVENT_MODIFIER_*. And TCHAR is already there.. Anyhow, I'll remove it.

[E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-23 Thread cnook
Dear All, Hello~ There are some issues as following 1) Key combination like Ctrl + a, Alt +a does not work properly. 2) event-keyname: should be lower case 3) event-modifiers: should be handled - This is used on the Entry of elementary_test. EX: Ctrl+A should work for selecting all 4)

Re: [E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-23 Thread Vincent Torri
Hey On Wed, 23 Nov 2011, cnook wrote: Dear All, Hello~ There are some issues as following 1) Key combination like Ctrl + a, Alt +a does not work properly. 2) event-keyname: should be lower case 3) event-modifiers: should be handled - This is used on the Entry of elementary_test. EX:

Re: [E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-23 Thread Kim Shinwoo
Thanks for your response! I'll refine with ECORE_EVENT_MODIFIER_*. And TCHAR is already there.. Anyhow, I'll remove it. Thank you~ :) 2011/11/23 Vincent Torri vto...@univ-evry.fr Hey On Wed, 23 Nov 2011, cnook wrote: Dear All, Hello~ There are some issues as following 1) Key