Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

overlibmws · DHTML Tooltip and Sticky Popup Library

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 306
  • Category: JavaScript
  • Founded: Apr 19, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 679 - 709 of 1492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
679 Foteos Macrides
oldgreeky Send Email
Jun 22, 2006
9:35 pm
Mike, Thanks, for the thanks. I hope it's helpful to the overlibmws community. There's more functionally I wanted to show in the support document, but I...
680 Foteos Macrides
oldgreeky Send Email
Jun 24, 2006
6:31 pm
I have updated iframecontentmws.js in the overlibmws distribution ( http://www.macridesweb.com/oltest/overlibmws.zip ) to include OLswapIframeSrc(name, src)...
681 Foteos Macrides
oldgreeky Send Email
Jun 25, 2006
1:54 am
... From: Erich C. Beyrent To: overlibmws@yahoogroups.com Sent: Wednesday, June 21, 2006 8:27 AM Subject: RE: [OLmws] Overlibmws, Prototype, and AJAX Is it...
682 Foteos Macrides
oldgreeky Send Email
Jun 27, 2006
2:36 am
I have updated ajaxcontentmws.js to include OLpostAJAX(url, qry, command, delay, css) for using POST with the XMLHttpRequest object. See the lower part of the...
683 Foteos Macrides
oldgreeky Send Email
Jun 28, 2006
1:10 pm
I updated ( change history: http://www.macridesweb.com/oltest/changeHistory.html#bottom ) the overlibmws distribution ( preview:...
684 Foteos Macrides
oldgreeky Send Email
Jun 28, 2006
10:48 pm
Erich, I looked this over today, and what you are doing is fine. You simply need to upgrade your overlibmws modules, particularly overlibmws_draggable.js, to...
685 Foteos Macrides
oldgreeky Send Email
Jun 29, 2006
10:22 pm
Erich, I forgot to mention that with those mods you also need to include the new DRAGID command as demonstrated in the: ...
687 pornslon Send Email Jul 5, 2006
1:16 am
While loading the HTML page in to the pop-up window I get Light blue color (default color of overlibs, I guess). Is it possible to change to another? Best...
688 Foteos Macrides
oldgreeky Send Email
Jul 5, 2006
3:30 am
The background color of the main text area is set via FGCOLOR, which has a default value of #ccccff (pale blue-ish). If you use FGCLASS then any background...
689 Foteos Macrides
oldgreeky Send Email
Jul 5, 2006
2:38 pm
I've updated the support document with examples that add an audio component to popups: http://www.macridesweb.com/oltest/harley.html with material which may be...
690 Erich C. Beyrent
erich_beyrent Send Email
Jul 6, 2006
1:01 pm
Fote, Fantastic!! It works perfectly, and I am incredibly pleased with the results of your efforts. Thank you for a fantastic library! -Erich- _____ From:...
691 Foteos Macrides
oldgreeky Send Email
Jul 8, 2006
2:00 am
Erich, And thank YOU for pointing out the problems so that I could improve the library. Fote -- ... From: Erich C. Beyrent To: overlibmws@yahoogroups.com Sent:...
692 steepusa Send Email Jul 30, 2006
7:21 pm
Hello, The appearance of the status line message 'Please act on or close the open popup.' for popups with links is inconsistent. Sometimes it appears and...
693 Foteos Macrides
oldgreeky Send Email
Jul 31, 2006
12:45 am
Craig, That is the default status line message for sticky popups that are exclusive. It requires that you import the overlibmws_exclusive.js plug-in module,...
694 Craig Tussey
steepusa Send Email
Jul 31, 2006
10:37 am
Foteos, Thank you for the help. Its been awhile since I read the documentation. You were exactly right about my inconsistent use, and I had scanned the .js...
695 Foteos Macrides
oldgreeky Send Email
Jul 31, 2006
11:47 am
Craig, I'm glad that you were able to sort it out. What with 79 core commands associated with the overlibmws.js core module, plus another 49 commands via the...
696 m_son666 Send Email Aug 4, 2006
11:34 am
hi group, i use this code: <a onmouseover='return overlib(\"".$short."<br><br>".$long."\", CAPTION, \"".$name."\");' onmouseout=&#92;"return nd();\" href='#&#39;><img ...
697 Foteos Macrides
oldgreeky Send Email
Aug 4, 2006
12:36 pm
You are not encasing the retrieved mysql entries in php functions designed to ensure that they are suitable for use as javascript strings. Read the overlibmws...
698 Erich C. Beyrent
erich_beyrent Send Email
Aug 10, 2006
6:37 pm
Hi there, When I first started using this library, I had some issues with the popup appearing over <select> elements - in IE, the elements show through the ...
699 Foteos Macrides
oldgreeky Send Email
Aug 10, 2006
7:40 pm
Erich, Your document inadvertently has two script blocks which make your OLpageDefaults call. Get rid of the second one. The MIDX and RELY commands in your...
700 Erich C. Beyrent
erich_beyrent Send Email
Aug 11, 2006
12:41 pm
Ugg. What a moron I am. Thanks again Fote! -Erich- _____ From: Foteos Macrides [mailto:fote@...] Sent: Thursday, August 10, 2006 3:38 PM To:...
701 wandlimb1959 Send Email Aug 14, 2006
5:54 pm
It's taken a long time, but I finally have some code that works, sort of. Disclaimer: I'm not really a programmer... I just sort of patch code together. ...
702 Lev Seltzer
levseltzer Send Email
Aug 14, 2006
7:26 pm
I have a website I've developed which uses overlib to display some pop- up information. For unknown reasons, the information does not display when the visitor...
703 Foteos Macrides
oldgreeky Send Email
Aug 14, 2006
9:09 pm
Karla, When you use a function for the lead argument of an overlib call, it must be a function which returns a string (either plain text or an HTML fragment)....
704 Foteos Macrides
oldgreeky Send Email
Aug 14, 2006
10:20 pm
Lev, I can't reproduce the problem when my server uses the markup that your server's listings.asp script is generating, and I haven't found anything wrong with...
705 wandlimb1959 Send Email Aug 14, 2006
11:20 pm
Fote, The code you suggested works perfectly! Does this mean I don't have to call overlibmws_function.js anymore, since I'm not calling a function? Thanks so...
706 Foteos Macrides
oldgreeky Send Email
Aug 14, 2006
11:37 pm
Karla, Correct, you no longer need to import overlibmws_function.js. Thanks for the feedback. I'm glad that solved your problem. Fote -- ... From:...
707 Lev Seltzer
levseltzer Send Email
Aug 15, 2006
8:50 am
I have confirmed that the code works properly in FireFox on the first time. I reverse the order and moved the style to the front of the list (closest to the...
708 Foteos Macrides
oldgreeky Send Email
Aug 15, 2006
10:59 pm
Lev, The fact that IE7 doesn't have the problem also suggests that this is a consequence of non-standard behavior in IE6, but since I can't reproduce the...
709 Lev Seltzer
levseltzer Send Email
Aug 16, 2006
9:56 am
Thank you for your suggestions. I cleaned up the code and tried implementing a few of your suggestions, but the results are the same. Unless my client...
Messages 679 - 709 of 1492   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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