Am Sun, 30 Nov 2008 19:27:35 +0100 schrieb Hendrik Siedelmann:

> Hi,
> 
> while fooling around with elementary trying to write some widgets I
> found a pretty huge limitation in edje.
> I was writing a page flip widget to be used for example for slideshow,
> document viewer but also for page switching using cursor/finger on
> touchscreen. But there seems to be no way to interaktiv set the
> transition between two states in edje. For example I want to blend
> between two parts depending on how far the cursor moved while pressed
> down. This way mouse gestures would get visualised by a preview of
> what would happen. But there I found no way to do this in edje one can
> only do the full transition...

I've a similar problem. For my application I designed some "screens" as
edje groups. But I like to have transitions that are based on
conditions between those screens.

So for now I go with Boost statechart and define a state machine that
creates screens which load the correct edje groups.

The best would be to have a real state machine between edje
transitions. Currently I do this in C++ code.

regards
Andreas

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