Erich, Review the "hide form or flash (incl. frames)" support documents in: http://www.macridesweb.com/oltest/ For starters, simply import overlibmws_iframe.js...
636
Foteos Macrides
oldgreeky
Mar 28, 2006 6:43 am
Erich, OK, now that you've fixed it for an onclick popup and have included the iframe shame to hide the form select box, the next issue is incorporating...
637
jskrotzki
Apr 4, 2006 1:21 am
This happened to me today. overlib worked on my dev machine localhost but not from the live server ( and it worked for my clients and on my other machine live...
638
Foteos Macrides
oldgreeky
Apr 4, 2006 5:48 pm
Thanks for that heads up. Fote -- ... From: jskrotzki To: overlibmws@yahoogroups.com Sent: Monday, April 03, 2006 7:18 PM Subject: [OLmws] What to do if you...
639
Mike van Leeuwen
mikeperson8
Apr 8, 2006 3:39 pm
Hi Fote & Erich, I have taken the liberty of using some of the code you guys devised and it works pretty well. I have added the use of google¹s overlay...
640
Foteos Macrides
oldgreeky
Apr 14, 2006 6:12 pm
Re: [OLmws] Re: Google Maps in popup?Mike, I haven't had time to exercise this solution very much, but it basically works: // Globals for any open primary or...
641
Foteos Macrides
oldgreeky
Apr 14, 2006 6:36 pm
Re: [OLmws] Re: Google Maps in popup?Mike, Oops, that second line with "function doGoogleMaps(GMid){" shouldn't be within the doGoogleMaps(GMid) declaration....
642
Foteos Macrides
oldgreeky
Apr 14, 2006 6:56 pm
Re: [OLmws] Re: Google Maps in popup?Mike, Ugh. What I posted also had an extraneous close-brace at the bottom. Here's what the code should be: // Globals...
644
deathstatic
Apr 25, 2006 11:17 pm
First of all, great product. It's easy to understand and very versatile. I must have done something wrong... what's new? Anyway, when I put one of the...
645
Foteos Macrides
oldgreeky
Apr 26, 2006 12:47 am
I don't see anything about those two overlib calls which would generate a javascript error, and none is generated when I try them together, though without...
646
deathstatic
Apr 26, 2006 7:16 pm
Well, darn. I tried taking out just the FILTER command and I was still getting the error with two or more overlib calls. In fact, I tried taking out...
647
deathstatic
Apr 26, 2006 7:44 pm
Okay, I got the javascript error to stop happening. I found that I had this div tag in my code: <div id="overDiv" style="Z-INDEX:1000; VISIBILITY:hidden; ...
648
Foteos Macrides
oldgreeky
Apr 26, 2006 10:07 pm
Old versions required that the author declare the overDiv positioned div, but it must be a direct child of the body element, and you get problems if it doesn't...
649
Ramesh Balabhadruni
balabhadruni
May 1, 2006 7:46 pm
Hi I'm a newbie to overlib and find this very interesting. What I'm trying mimic google calendar, a hybrid of both bubble and sticky. But, I'm facing some...
650
Foteos Macrides
oldgreeky
May 1, 2006 11:01 pm
Ramesh, Any of the four basic positioning methods can be used with STICKY popups: 1) cursor-based (which appears to be what you are seeking, and is the...
651
wandlimb1959
May 9, 2006 1:34 pm
I hope someone can help with this strange error. I'm a novice javascript coder, and this error doesn't always occur. "Cannot find ...
652
Foteos Macrides
oldgreeky
May 9, 2006 9:04 pm
Karla, Your XMLHolder function sets up the two arguments for its PROCXmLXsLView function call as simply the names of an .xml and an .xsl file, not as complete...
653
wandlimb
wandlimb1959
May 10, 2006 1:26 pm
Hi Foteos, Thank you so much for your advice. I intend to go through my code and make all the alterations you suggested. I was afraid that the problem would...
654
Foteos Macrides
oldgreeky
May 15, 2006 2:30 pm
Walter, To close an iframe popup from within the content of the iframe document you simply invoke "return parent.cClick();" so that the overlibmws code that...
655
Walter Conti
contiw
May 15, 2006 4:07 pm
To close an iframe popup from within the content of the iframe document you simply invoke "return parent.cClick();" [Walter Conti] Thankyou Fote. The page...
656
pippoz40
May 16, 2006 11:44 am
Hi, congratulations for your huge work in this area! Being not skilled in programming, I'm puzzled when facing unexpected and not controllable errors... :) At...
657
Foteos Macrides
oldgreeky
May 16, 2006 3:22 pm
John, The problem for: http://pippoz.50webs.com/index.html with the longer string versus the shorter string in: http://pippoz.50webs.com/index2.html is that...
658
pippoz40
May 16, 2006 6:53 pm
Thanks Foteos, the solution works gret. I leave the tests on the website for someone interested. John ... of a BUBBLE popup and taking into account the default...
659
pornslon
May 18, 2006 4:37 pm
How can I change the caption high? Best rigards, PS...
660
pornslon
May 18, 2006 4:38 pm
I have this code. <td><div align="center" class="style11"><a href="javascript:void(0);" onMouseOver="return overlib(OLiframeContent('kalendar/1.html', 300, ...
661
Foteos Macrides
oldgreeky
May 18, 2006 9:42 pm
The simplest way to increase the height of the caption is to increase the value for the CAPTIONPADDING command. Otherwise, since you are using CSS via the...
662
pornslon
May 19, 2006 2:22 pm
I want to decrese the hight of the caption :D Not increase :D PS...
663
Foteos Macrides
oldgreeky
May 19, 2006 3:28 pm
Then decrease the value for the CAPTIONPADDING command, and / or for line-height in your CSS instead of increasing them. That really should have been obvious...
664
Walter Conti
contiw
May 23, 2006 6:29 pm
Greetings all! I am downloading almost all of the .js files pertaining to overlibMWS. Would it be of advantage combining them in a single .js? When .js...
665
Foteos Macrides
oldgreeky
May 23, 2006 9:09 pm
Walter, If I might paraphrase your question, your documents typically have script blocks for importing the overlibmws.js core module plus a large number of...