Hi all,
this is a simple edj theme section:
...
part{
    name: "xxx";
    type:RECT;
    mouse_events:1;
    description{
        state: "default" 0.0;
        color: 255 0 0 255;
    }
    description{
        state: "hover" 0.0;
        color: 0 255 0 255;
    }
}
...
program{
   name: "yyy";
   signal: "mouse,in";
   source: "xxx";
   action: STATE_SET "hover" 0.0;
   target: "xxx";
}
...

I'm expecting that on mouse over the part "xxx" it changes color, but
nothing happen.
Part "xxx" is a part of a group that theme a simple custom widget. I'm using
ewl.
Am i missing something?

Thanks
-- 
Carlo Ascani
La politica pratica consiste nell'ignorare i fatti. (Henry Adams)
C programmers never die. They are just cast into void.
-------------------------------------
msn: bradw...@hotmail.it
cell: 320 2915799
Visita www.ptondo.it
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to