Hi! > > I'd like to blink a qx.ui.menubar.Button? > > [...] > > > The effects only work directly with DOM nodes you need to get the menu > button's DOM node to do the animation. You get it by calling > > this.appMenu.getContainerElement().getDomElement() > > The DOM element is only available after the menu button is first > rendered. You may have to call the animation code in the widget's > "appear" event. >
There are also some examples available, that should get you started: Check out the "animation" section in the demobrowser, e.g. http://demo.qooxdoo.org/current/demobrowser/#animation-Login.html Bye, 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=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
