[E-devel] [Python] How to convert from Elementary window to ECore X window?

2014-07-04 Thread Magicloud Magiclouds
Hi, I want to call efl.ecore.x.window.configure to set Above of an Elementary window. How to do that? -- 竹密岂妨流水过 山高哪阻野云飞 And for G+, please use magiclouds#gmail.com. -- Open source business process management suite

Re: [E-devel] [Python] How to convert from Elementary window to ECore X window?

2014-07-04 Thread Magicloud Magiclouds
nicely for everyone. 2014-07-04 10:32 GMT+02:00 Magicloud Magiclouds magicloud.magiclo...@gmail.com: Hi, I want to call efl.ecore.x.window.configure to set Above of an Elementary window. How to do that? -- 竹密岂妨流水过 山高哪阻野云飞 And for G+, please use magiclouds#gmail.com

Re: [E-devel] [Python] How to convert from Elementary window to ECore X window?

2014-07-04 Thread Magicloud Magiclouds
I think I get it, including the above thing. How did I missed so much information when I read the document couple hours ago On Fri, Jul 4, 2014 at 8:52 PM, Magicloud Magiclouds magicloud.magiclo...@gmail.com wrote: Thank you guys. I do not want to directly access to X, either. But I need

Re: [E-devel] Is there an example of setting font of elementary widgets?

2014-07-03 Thread Magicloud Magiclouds
I see. Thank you. On Thu, Jul 3, 2014 at 8:22 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 2 Jul 2014 23:52:13 +0800 Magicloud Magiclouds magicloud.magiclo...@gmail.com said: Although hard to believe there is no way to affect a text rendering. But alright. Thank you. you

Re: [E-devel] Is there an example of setting font of elementary widgets?

2014-07-02 Thread Magicloud Magiclouds
') 22|print fn 23|c.font_overlay_set (tc[0], fn, 10) 24|c.font_overlay_apply () On Wed, Jul 2, 2014 at 2:15 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 2 Jul 2014 13:14:55 +0800 Magicloud Magiclouds magicloud.magiclo...@gmail.com said: Hi, I found some

Re: [E-devel] Is there an example of setting font of elementary widgets?

2014-07-02 Thread Magicloud Magiclouds
On Wed, Jul 2, 2014 at 2:49 PM, Carsten Haitzler ras...@rasterman.com wrote: elm_entry_text_style_user_push Ah, thank you. But how is that for label? And if fotn_overlay is not for this, what is it for? -- 竹密岂妨流水过 山高哪阻野云飞 And for G+, please use magiclouds#gmail.com.

Re: [E-devel] Is there an example of setting font of elementary widgets?

2014-07-02 Thread Magicloud Magiclouds
No font set for label? On Wed, Jul 2, 2014 at 4:58 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 2 Jul 2014 16:07:58 +0800 Magicloud Magiclouds magicloud.magiclo...@gmail.com said: On Wed, Jul 2, 2014 at 2:49 PM, Carsten Haitzler ras...@rasterman.com wrote

Re: [E-devel] Is there an example of setting font of elementary widgets?

2014-07-02 Thread Magicloud Magiclouds
Although hard to believe there is no way to affect a text rendering. But alright. Thank you. On Wed, Jul 2, 2014 at 6:07 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 2 Jul 2014 16:58:33 +0800 Magicloud Magiclouds magicloud.magiclo...@gmail.com said: No font set for label

[E-devel] Is there an example of setting font of elementary widgets?

2014-07-01 Thread Magicloud Magiclouds
Hi, I found some APIs in reference, and called them without error. But still, I could not see the font changed. -- 竹密岂妨流水过 山高哪阻野云飞 And for G+, please use magiclouds#gmail.com. -- Open source business process

Re: [E-devel] How to make my program support input method?

2014-06-19 Thread Magicloud Magiclouds
Seems like it is not that simple. I installed a bodhi in VM, and it worked with ibus. But in my desktop, ECORE_IMF_MODULE would not make it work. On Wed, Jun 18, 2014 at 2:43 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 18 Jun 2014 13:10:58 +0800 Magicloud Magiclouds

Re: [E-devel] How to make my program support input method?

2014-06-19 Thread Magicloud Magiclouds
/lib/ecore_imf/modules/xim/v-1.10/module.la On Thu, Jun 19, 2014 at 2:26 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 19 Jun 2014 14:10:55 +0800 Magicloud Magiclouds magicloud.magiclo...@gmail.com said: Seems like it is not that simple. I installed a bodhi in VM, and it worked

Re: [E-devel] How to make my program support input method?

2014-06-19 Thread Magicloud Magiclouds
Yes, just found I did not have libibus-dev installed. So the configure ruled it out. On Thu, Jun 19, 2014 at 3:53 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 19 Jun 2014 14:27:40 +0800 Magicloud Magiclouds magicloud.magiclo...@gmail.com said: You are good. There is no. Let me

Re: [E-devel] How to make my program support input method?

2014-06-18 Thread Magicloud Magiclouds
Ah, I will set ECORE_IMF_MODULE first and see. Thanks. On Wed, Jun 18, 2014 at 2:43 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 18 Jun 2014 13:10:58 +0800 Magicloud Magiclouds magicloud.magiclo...@gmail.com said: hmm. python. you're using elementary - so elm entry should handle

[E-devel] How to make my program support input method?

2014-06-17 Thread Magicloud Magiclouds
Hi, I am using a configured Ubuntu desktop that input method (ibus) works well. Now I installed EFL (latest) and python binding. And made an example entry program with them. The example worked. But in it, I could not call up ibus by hot key (ctrl space). What should I do? -- 竹密岂妨流水过

Re: [E-devel] How to make my program support input method?

2014-06-17 Thread Magicloud Magiclouds
Hi, I attached my code. On Wed, Jun 18, 2014 at 12:54 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 18 Jun 2014 11:45:22 +0800 Magicloud Magiclouds magicloud.magiclo...@gmail.com said: Hi, I am using a configured Ubuntu desktop that input method (ibus) works well