Invalid argument overlib.js code: 0 URI: localhost/.../overlib.js Line: 1118 char: 4 IE 8 throws this error whenever overlib is called Here is an example of my...
12866
carloshhp777
Aug 3, 2010 11:52 pm
Hello im using overlib, well in fact im using "DHTML tip messages" wich is a script based on overlib, well im trying to make a menu with 2 levels that means i...
12870
carloshhp777
Aug 8, 2010 5:22 pm
encontraste una solucion? quiero hacer algo similar pero no encuentro ayuda did u find the solution? i want to do something similr but i cant find any help...
12873
reboughner0718
Aug 11, 2010 3:17 pm
... Take a look at the page http://overlib.boughner.us/plugins/overtwo_commands.html to see if this might help you....
12876
DickR
rmdesign3t
Aug 23, 2010 11:37 pm
I'm trying to use OverLib in an application I'm developing. It works as promised when I use FireFox browser, but in Google's Chrome and IE8 the popups don't...
12877
smotrinamenya
Aug 24, 2010 12:59 pm
I'm working on an AnyGantt (xml/Flash) application and am trying to find a way to call overLIB as an external function that is launched when an object is...
12879
reboughner0718
Aug 24, 2010 4:00 pm
... There shouldn't be any problems using Win7. I tested in IE8 running on a Windows XP professional machine and the popups worked as expected. The fact that...
12880
smotrinamenya
Aug 26, 2010 8:40 pm
With Robert Boughner's help (thanks, Robert!) I have figured this out. An overlib call can be wrapped in a javascript function that is called by an event on...
12881
smotrinamenya
Aug 27, 2010 7:01 pm
I have corresponded extensively with Robert Boughner on this (thanks, Robert!), but we have not found a solution. I have an application (AnyGantt - ...
12882
DickR
rmdesign3t
Aug 29, 2010 4:43 pm
The page which I just modified is working in FireFox and GoogleChrome, but the OverLib script fails in IE. Can someone take a look and give me a clue about...
12883
Terry
terrypeck2001
Aug 29, 2010 11:52 pm
I checked your page and yes it fails in IE8 and works in other browsers. But when I copy your exact code from the <a ...> tag and wrap it around an image on my...
12884
Dick Rhindress
rmdesign3t
Aug 30, 2010 3:36 am
Thanks, Terry, for confirming the "feature". I'd like to have someone with a MAC give it a spin in some of their browsers. I don't know why the version number...
12885
Terry
terrypeck2001
Aug 30, 2010 5:16 am
Dick, I think you need to remove: <div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"> </div> Terry...
12886
reboughner0718
Aug 30, 2010 2:34 pm
... This div must be a child of the body tag; try moving this up to just after the <body> tag to see if this helps any....
12887
reboughner0718
Aug 30, 2010 2:44 pm
... If I save your file locally on my machine and then do as I advised here, it displays without problems in IE8....
12888
DickR
rmdesign3t
Aug 30, 2010 3:52 pm
Thanks, it appears the problem is solved. I've tried it both with the offending line moved up and removed entirely. Both solutions seem to work for me. ...
12889
smotrinamenya
Aug 30, 2010 9:33 pm
As I continue to work on this problem it seems evident that our LAN administrators have done something that prevents popups from working correctly. I am...
12890
reboughner0718
Aug 30, 2010 11:29 pm
... Note that if you don't include that line in your file, the code will insert it dynamically as the direct child of the body tag. If it is inserted then...
12891
smotrinamenya
Aug 31, 2010 11:57 pm
I am developing some pages using AnyGantt (see below) that display Flash Gantt charts based on xml data. I am using overLIB popups on click of symbols on the...
12892
reboughner0718
Sep 1, 2010 2:23 pm
... I suspect that it is because that IE is treating the Flash content as active content which will always rise to the top of other content. See this page...
12893
Liam
smotrinamenya
Sep 1, 2010 5:26 pm
Robert, this was exactly on the mark. I revised wmode in the <object> and <embed> tags as suggested in http://www.projectseven.com/support/answers.asp?id=127...
12894
reboughner0718
Sep 1, 2010 11:29 pm
... Glad this solved your problem....
12895
Peter Vlagopoulos
vlago@...
Sep 3, 2010 4:07 pm
Hello everyone, I have this strange problem on my site after installing a specific template(rocket theme) and I'm not sure on whether or not I should direct ...
12896
reboughner0718
Sep 4, 2010 12:51 am
... Check your style sheets to see if there is anything being set for TR, TD, and/or TABLE. Overlib popups are made up of two or more nested tables and...
12897
jorghe55@...
jorghe55...
Sep 9, 2010 9:34 am
Hi guys, I need to implement new features to my overlib.. I need to make a delay (500ms) if I put a mouse off of the tooltip. In this way I could put mouse off...
12898
reboughner0718
Sep 9, 2010 3:28 pm
... The easiest way would be to make the popup STICKY, add the NOCLOSE command (to avoid showing the CLOSE button), add the parameter '500', after the MOUSEOFF...
12899
jorghe55@...
jorghe55...
Sep 13, 2010 8:38 am
Thanks for your answer, but I don't understand if I have to insert the tag codes (sticky, noclose, mouseoff) as a caller attributes or in the variables value...
12900
reboughner0718
Sep 13, 2010 2:47 pm
... I answered you offline....
12901
reboughner0718
Sep 13, 2010 2:51 pm
... You add those commands to the command line that calls your overlib popup. STICKY and NOCLOSE don't have any parameters associated with them but MOUSEOFF...
12902
jorghe55@...
jorghe55...
Sep 17, 2010 10:20 am
Hi again.. I try your suggestion, but doesn't work as well expected.. :( I put two overlib together to assure two menu level (if an item have a sub menu, open...