Menu flicker over ActiveX

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
IK13
Beginner
Beginner
Posts: 4
Joined: Thu Dec 01, 2005 8:57 pm

Menu flicker over ActiveX

Post by IK13 »

When the menu happens to show up over an ActiveX control (Crystal Reports Viewer in this case) and you scroll through the menu items the menu flickers quite a lot, which appears to be an issue for some clients.

Is there any way to fix this?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

We need a page to see what's up.

Ruth
IK13
Beginner
Beginner
Posts: 4
Joined: Thu Dec 01, 2005 8:57 pm

Post by IK13 »

How can I send you a page(s)?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Just post the link. If you're unable to give us a link, use the code tags and post the html, any css, and the menu data file. Also, you need to check your menu version and make sure it is the newest. Little bugs get fixed. The newest version is 5.736 If you have an old version we could try to fix things and never get you a solution because some small thing might have been fixed in a newer version.

Ruth
IK13
Beginner
Beginner
Posts: 4
Joined: Thu Dec 01, 2005 8:57 pm

Post by IK13 »

Hi,

Thanks for the prompt reply.
Unfortunatelly I cannot point you to a URL.

I can zip and send you some files, though?

Or if you have CrystalReports ActiveX viewer installed (I can also send you the CAB file) and any test page with a menu (I'm sure you do have this), just put the viewer on the page (in an iframe) using something like this:

<OBJECT ID="CRViewer" CLASSID="CLSID:2DEF4530-8CE6-41c9-84B6-A54536C90213" WIDTH="100%" HEIGHT="95%"
codebase="activexviewer9.cab#Version=9,2,2,511" VIEWASTEXT>
<PARAM NAME="EnableRefreshButton" VALUE=0>
<PARAM NAME="EnableGroupTree" VALUE="1">
<PARAM NAME="DisplayGroupTree" VALUE=1>
<PARAM NAME="EnablePrintButton" VALUE=1>
<PARAM NAME="EnableExportButton" VALUE=1>
<PARAM NAME="EnableDrillDown" VALUE=1>
<PARAM NAME="EnableSearchControl" VALUE=1>
<PARAM NAME="EnableAnimationControl" VALUE=1>
<PARAM NAME="EnableZoomControl" VALUE=1>
</OBJECT>

it'll be just a blank rectangle, because it would require a web application to feed it with data, but thats ok)

Make sure that when the menu pulls down it goes over the viewer control and when you hover over the menuitems you'll see the menu flickering.

Thanks.
--Ivan

P.S. If I load a PDF and have the menu pop over the PDF document, then there's no flickering, so I don't know if it's just CrystalReports related issue or not.

P.P.S. I saw what appears to be the same issue, reported here http://milonic.com/mfa/2004-May/004275.html

By the way - I did download the latest version and it didn't do any better.
RegGFX
Advanced
Advanced
Posts: 12
Joined: Thu Feb 23, 2006 5:27 pm
Location: TEXAS, USA

Menu 5.746 Still Flickers over Active X object

Post by RegGFX »

HI... i need some help really fast. My managers love the menu but they insist i find a way to stop the annoying flickering over the Active X object.

I'm having the same problem as User IK 13

I have a way for you to test and see the same problem i am getting.

1st go to the following link and download some software which is a Unix emulator that is embedded inside a web page as an active X control. The Software is called Co*STAR for the Web
the link is
http://www.clearview-software.com/webpa ... /csftw.htm

2nd install the software and then run the sample version provided which is embedded inside a web page.

3rd place your menu just above the Active X object and then You Will See the Milonic Menu Flicker as you roll over the fly outs.

ANY HELP would be great in trying to figure out what i could do different.

Please Reply with something i could try. This should only take you about 20 minutes to quickly test and you'll see what i'm seeing.
RegGFX
IK13
Beginner
Beginner
Posts: 4
Joined: Thu Dec 01, 2005 8:57 pm

Post by IK13 »

I ended up hiding the ActiveX control when the user worked the menu. And displaying a message on the page saying something like "you'll see it again when you're done playing with the menu".

This seems more acceptable for my managers then the annoying flicker...

Good luck
Post Reply