On Thu, Oct 23, 2008 at 6:18 AM, flower-mei <[EMAIL PROTECTED]> wrote:
>  hi all,
>
>   If  I want to receive signal from the main group, I can set
>   self.main_group.focus=True
>   thus, we can only  receive signal from the whole swallow part but  can't 
> recognize which  special part?
>   how can I set the focus to the swallow part so that it can receive  signal 
> from the part in the swallow part?

dealing with swallow parts is just like dealing with regular objects,
except that you must not compete with edje in their task to manage
object properties. That is, you should not move, resize, clip,
recolor, show or hide, all other stuff, including focus, is fine to
change.

that said, have you tried to:

     self.my_swallowed_object.focus = True

or

    self.my_edje.part_object_get("my_swallow").focus = True

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to