On Thu, Aug 13, 2009 at 3:03 AM, Carsten Haitzler<ras...@rasterman.com> wrote:
> On Fri, 07 Aug 2009 18:05:34 -0400 Christopher Michael 
> <cpmicha...@comcast.net>
> 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?)
>

Nah, it's an Ewl thing. Taken care of already.

> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>
>
> ------------------------------------------------------------------------------
> 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
>

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