On Fri, 07 Aug 2009 18:05:34 -0400 Christopher Michael <[email protected]>
said:

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

as dh said - this looks just right - something may be blocking events (alpha 0
object on top? transparent image?)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to