Anyone have any success making an element's attribute ("display") to be
visible or invisible.
It sets the value from "none" to "inline" correctly but it does not display
the change(still invisible).

                UpdateManager updateMgr = m_svgCanvas.getUpdateManager();
                RunnableQueue svgEventQueue = updateMgr.getUpdateRunnableQueue();
                        svgEventQueue.invokeLater( new Runnable( ){
                                public void run( ){
                                        try {
                                                testElement.setAttribute("display", 
"inline");
                                        }
}
                                        catch (DOMException de) {
                                        }
                                }
                        });


windows 2000, Batik1.5 beta1(updated cvs), JDK1.4



thanks
arnold


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to