Hi, This seems like a pretty simple thing to do, but I'm unable to get this to work properly. Here is what I have in my program so far:
- the stage which is 800 x 600 pixels - a "parent" box (box_A) that is 300 x 300 pixels - a "child" box (box_B) that is 150 x 300 pixels - a "child" box (box_C) that is set to expand/fill the remaining space inside the parent box I connected the child, box_B, to a callback function that animates box_B to shrink by half. The problem is that the space left blank by the shrinking isn't getting filled in by box_C. Basically I'm trying to do a simple version of what you see here: http://blogs.gnome.org/thos/2009/12/10/layout-animations-in-clutter/ So in short, I just want to be able to click box_B, have it shrink while box_C fills in the rest. Any ideas how I'm supposed to do this? Thanks, Sam
_______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
