Carlo Ascani wrote:
> 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
According to that it looks correct. Is there anything over (on top) of 
this rectangle ? If so, the item on top may not be passing events 
through to the rect.

dh


------------------------------------------------------------------------------
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