.Net 2.0 Client Callback & SVG

  • Thread starter Thread starter Peter Z
  • Start date Start date
P

Peter Z

My app uses the navigation tree and client callback. It works fine until one
of my iframe try to post to a page uses SVG on it. It flicks like crazy.
Anyone knows how to deal with it?


Thanks
 
What's SVG?

As for the flickering, is it possible that the page is redirecting to itself
over and over?
 
S(calable) V(ector) G(raphics) requires an ActiveX control to view when
using IE and as I recall may have native support in newer release of
Firefox.

I don't have a solution but speculate if using IE the way an ActiveX control
is being called and loaded may be problematic or tricky with client-side
callbacks. Remove the call to the ActiveX control and determine if the page
displayed in the iFrame continues to flicker. There you have an indication
what to consider next.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top