Boris 'billiob' Faure | 1 Jul 2010 20:28
Picon
Gravatar

Re: [E-devel] edje-external and box

On Thu, Jul 1, 2010 at 20:22, Atton Jonathan <jonathan.atton <at> gmail.com> wrote:
> hello,
>
> How can I retrieve a external object which is in a edje box by using the
> name of the object ?
>
> A simple example :
>
>
> part {
>      name: "tools";
>      type: BOX;
>      description {}
>         box {
>            items {
>                  item {
>                        type: GROUP;
>                        source: "object name";
                         name: "plop"
>                  ...
>
>
> group { \
>      name:"object name;" \
>      parts { \
>            part { \
>                  name: "object name"; \
>                  type: EXTERNAL; \
>                  repeat_events: 0; \
>                  source: "elm/button"; \
(Continue reading)

Atton Jonathan | 1 Jul 2010 20:39
Picon

Re: [E-devel] edje-external and box

BAD BAD WRONG :D

If you do that you fix the position of the button in a box :/

wu should use a recursive search in boxs

2010/7/1 Boris 'billiob' Faure <billiob <at> gmail.com>

> On Thu, Jul 1, 2010 at 20:22, Atton Jonathan <jonathan.atton <at> gmail.com>
> wrote:
> > hello,
> >
> > How can I retrieve a external object which is in a edje box by using the
> > name of the object ?
> >
> > A simple example :
> >
> >
> > part {
> >      name: "tools";
> >      type: BOX;
> >      description {}
> >         box {
> >            items {
> >                  item {
> >                        type: GROUP;
> >                        source: "object name";
>                          name: "plop"
> >                  ...
> >
(Continue reading)

Boris 'billiob' Faure | 1 Jul 2010 20:41
Picon
Gravatar

Re: [E-devel] edje-external and box

On Thu, Jul 1, 2010 at 20:39, Atton Jonathan <jonathan.atton <at> gmail.com> wrote:
> BAD BAD WRONG :D
>
> If you do that you fix the position of the button in a box :/
> wu should use a recursive search in boxs

Please have a look at the code.

--

-- 
Boris 'billiob' Faure

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
Cedric BAIL | 2 Jul 2010 09:57
Picon
Favicon

Re: [E-devel] edje-external and box

On Thu, Jul 1, 2010 at 8:28 PM, Boris 'billiob' Faure <billiob <at> gmail.com> wrote:
> On Thu, Jul 1, 2010 at 20:22, Atton Jonathan <jonathan.atton <at> gmail.com> wrote:
>> hello,
>>
>> How can I retrieve a external object which is in a edje box by using the
>> name of the object ?
>>
>> A simple example :
>>
>>
>> part {
>>      name: "tools";
>>      type: BOX;
>>      description {}
>>         box {
>>            items {
>>                  item {
>>                        type: GROUP;
>>                        source: "object name";
>                         name: "plop"
>>                  ...
>>
>>
>> group { \
>>      name:"object name;" \
>>      parts { \
>>            part { \
>>                  name: "object name"; \
>>                  type: EXTERNAL; \
>>                  repeat_events: 0; \
(Continue reading)


Gmane