Oy, I have edje question! Outer object, i want to pick up mouse events, and use mouse,in and mouse,out to determine whether an object underneath(obj) the outer object is visible or not. See bad ascii art.
------------ | -------- | | | | | | | obj | | | | | | | -------- | | outerobj | ------------ Now if i put the outer object underneath obj, mouse,in signals will work, but if any objects inside of obj's area take mouse input, it will generate a mouse,out for my outer object when the mouse is still in the bounded region(the outer object). So I tried repeat_events, 1; for the outer(topmost) object. obj doesn't appear to get events. Is repeat_events broken? I haven't really seen it used anywhere else, but it seems like i should be able to put my bounding region above obj, and get mouse events through it. See attached example code. run ./cg to build and run the edje __ Corey Donohoe [EMAIL PROTECTED]
RepeatTest.tar.gz
Description: application/tar-gz
