Hi Shekhar, Are you including your update action inside the thread of the updateManager? Have a look to the batik website: http://xmlgraphics.apache.org/batik/faq.html#display-does-not-update
I hope it helps Abraham On Fri, May 29, 2009 at 8:40 AM, Shekhar Bhati <shekhar.bh...@gmail.com>wrote: > Hi , > > I am using Batik 1.7 in my application. > I have two frames , top one for filtering and second frame contains my SVG > document. > I have a rectangle and description containing three fields. > Task is that when I change some filter then the derscription should appear > or hide as per the filter,eg. if I select "none" then the description should > disappear. > What I am doing is that I use CSS and display it as none when I select > "none" so the description does not appears. > The problem is that it works only if I take mouse over my document and I > want it to appear as I change the filter. > > Any suggestions? > > Thanks & regards, > Shekhar >