241242243244245246247248249250251
{ XAnimation xThrobber = (XAnimation)UnoRuntime.queryInterface( XAnimation.class, m_xControlContainer.getControl( "WikiThrobber" ) ); if ( xThrobber != null ) { if ( bActive ) xThrobber.startAnimation(); else xThrobber.stopAnimation(); } } catch( Exception e )