Vincent Torri | 22 Jun 2012 00:00
Picon

[E-devel] edje_cc seg fault

Hey.

With that edc code

[edc]

   group {
      name: "envision/thumbs";

      parts {

         part {
            name, "envision.swallow.content";
            type, RECT;
            mouse_events, 1;
            description {
               state, "default" 0.0;
               color, 255 0 0 255;
               rel1 {
                  relative, -0.25 0.0;
                  offset, 6 0;
               }
               rel2 {
                  relative, 0.0 1.0;
                  offset, 6 0;
               }
            }
            description {
               state, "shown" 0.0;
               color, 255 0 0 255;
(Continue reading)

Cedric BAIL | 22 Jun 2012 03:27
Picon
Favicon

Re: [E-devel] edje_cc seg fault

Yop,

On Fri, Jun 22, 2012 at 7:00 AM, Vincent Torri <vincent.torri <at> gmail.com> wrote:
> Hey.
>
> With that edc code
>
> [edc]
>
>   group {
>      name: "envision/thumbs";
>
>      parts {
>
>         part {
>            name, "envision.swallow.content";
>            type, RECT;
>            mouse_events, 1;
>            description {
>               state, "default" 0.0;
>               color, 255 0 0 255;
>               rel1 {
>                  relative, -0.25 0.0;
>                  offset, 6 0;
>               }
>               rel2 {
>                  relative, 0.0 1.0;
>                  offset, 6 0;
>               }
>            }
(Continue reading)


Gmane