Search the web
Sign In
New User? Sign Up
overlibmws · DHTML Tooltip and Sticky Popup Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 637 - 667 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
637
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...
jskrotzki
Offline Send Email
Apr 4, 2006
1:21 am
638
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...
Foteos Macrides
oldgreeky
Offline Send Email
Apr 4, 2006
5:48 pm
639
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...
Mike van Leeuwen
mikeperson8
Offline Send Email
Apr 8, 2006
3:39 pm
640
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...
Foteos Macrides
oldgreeky
Offline Send Email
Apr 14, 2006
6:12 pm
641
Re: [OLmws] Re: Google Maps in popup?Mike, Oops, that second line with "function doGoogleMaps(GMid){" shouldn't be within the doGoogleMaps(GMid) declaration....
Foteos Macrides
oldgreeky
Offline Send Email
Apr 14, 2006
6:36 pm
642
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...
Foteos Macrides
oldgreeky
Offline Send Email
Apr 14, 2006
6:56 pm
644
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...
deathstatic
Offline Send Email
Apr 25, 2006
11:17 pm
645
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...
Foteos Macrides
oldgreeky
Offline Send Email
Apr 26, 2006
12:47 am
646
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...
deathstatic
Offline Send Email
Apr 26, 2006
7:16 pm
647
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; ...
deathstatic
Offline Send Email
Apr 26, 2006
7:44 pm
648
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...
Foteos Macrides
oldgreeky
Offline Send Email
Apr 26, 2006
10:07 pm
649
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...
Ramesh Balabhadruni
balabhadruni
Offline Send Email
May 1, 2006
7:46 pm
650
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...
Foteos Macrides
oldgreeky
Offline Send Email
May 1, 2006
11:01 pm
651
I hope someone can help with this strange error. I'm a novice javascript coder, and this error doesn't always occur. "Cannot find ...
wandlimb1959
Offline Send Email
May 9, 2006
1:34 pm
652
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...
Foteos Macrides
oldgreeky
Offline Send Email
May 9, 2006
9:04 pm
653
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...
wandlimb
wandlimb1959
Offline Send Email
May 10, 2006
1:26 pm
654
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...
Foteos Macrides
oldgreeky
Offline Send Email
May 15, 2006
2:30 pm
655
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...
Walter Conti
contiw
Offline Send Email
May 15, 2006
4:07 pm
656
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...
pippoz40
Offline Send Email
May 16, 2006
11:44 am
657
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...
Foteos Macrides
oldgreeky
Offline Send Email
May 16, 2006
3:22 pm
658
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...
pippoz40
Offline Send Email
May 16, 2006
6:53 pm
659
How can I change the caption high? Best rigards, PS...
pornslon
Offline Send Email
May 18, 2006
4:37 pm
660
I have this code. <td><div align="center" class="style11"><a href="javascript:void(0);" onMouseOver="return overlib(OLiframeContent('kalendar/1.html', 300, ...
pornslon
Offline Send Email
May 18, 2006
4:38 pm
661
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...
Foteos Macrides
oldgreeky
Offline Send Email
May 18, 2006
9:42 pm
662
I want to decrese the hight of the caption :D Not increase :D PS...
pornslon
Offline Send Email
May 19, 2006
2:22 pm
663
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...
Foteos Macrides
oldgreeky
Offline Send Email
May 19, 2006
3:28 pm
664
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...
Walter Conti
contiw
Offline Send Email
May 23, 2006
6:29 pm
665
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...
Foteos Macrides
oldgreeky
Offline Send Email
May 23, 2006
9:09 pm
666
Internet Explorer cannot open the Internet Site http://127.0.0.1/... Operation Aborted My page creates an errorMsg variable at some point which I am capturing ...
Walter Conti
contiw
Offline Send Email
May 31, 2006
2:55 am
667
Hi all, I am trying to use overlibmws to display a popup div which contains the result of an AJAX request via the Prototype library. Using some code that Fote...
Erich C. Beyrent
erich_beyrent
Offline Send Email
Jun 20, 2006
3:37 pm
Messages 637 - 667 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help