Hi Abraham,
Thanks for your instant reply.
I have one applet and one class extending JSVg Canvas which contains all the
code rendering the document.The document says I have to write that
updatemanager code inside GVT Renderedcompleted method, which in my case is
in class extending JSVGCanvas.
Even I dont have any init() method.So what exactly should I put in
UpdateManager um = getUpdateManager();
um.getUpdateRunnableQueue().invokeLater(*new* Runnable() {
*public* *void* run() {
initCanvas();
}
});
method and where should I write it.
On Fri, May 29, 2009 at 2:31 PM, Abraham Rodriguez Mota <
[email protected]> wrote:
> 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
> <[email protected]>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
>>
>
>