On Fri, Oct 24, 2008 at 3:56 PM, Matt Barclay <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm working on a simple, multi-page application.  There are four menu
> buttons across the top of the screen, and 1-4 command buttons at the
> bottom depending on which menu is active.  When transitioning between
> menus, I have the command buttons accelerate offscreen to the left.
> The problem I'm having is if the user presses a button as it is
> transitioning off screen.  The press is handled as a button press, and
> the button goes back to its original place on screen, instead of
> accelerating offscreen and becoming invisible.  Is it possible to
> disable mouse events during a transition in my EDC?  What's the best
> approach here?  Here are some snippets of what I'm doing right now:

usually we add a transparent rectangle on top of all other parts and
make it visible:0, call it "blocker", when you want to block events
you change it's state to "active" which has "visible:1".  Of course
this part must have mouse_events:1.



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to