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, I think you want to add overflow:auto; to the style of your myProfilediv. See: http://www.macridesweb.com/oltest/overflow.html Fote -- ... From: Erich...
Is it possible to have the overflow scrolling and maintain the ability to drag the div around? When you grab the scrollbar and drag down, the div moves...
Right you are. This is my devel server, and the work I am doing here is only partially complete. It was a big step just to get the content displayed in the...
Erich, I just got your message, while I was writing this one, that you got around the "cursor gets locked on scrollbars" problem by using Smarty. Could you...
Fote, I should also note that I did look at the documentation that you provided at http://www.macridesweb.com/oltest/overflow.html, but none of those examples ...
Erich, Sorry, I should have been more clear. Immediately below the material for the iframe popup in the overflow.html file is: Review more iframe examples. ...
Wow - very cool. Your Google Maps integration is pretty slick too - a little nicer than what I had done on my site. I'll take a look at this documentation,...
Hi Erich/Fote, You guys give me such great ideas. Fote, Erich is right your AJAX/Google solutions are great. Just wanted to say thanks. Mike San Jose Skate ...
I have added ajaxcontentmws.js witb OLgetAJAX(url, command, delay, css) for using the XMLHttpRequest object and AJAX with overlib and overlib2 popups, to the...
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...
I have updated iframecontentmws.js in the overlibmws distribution ( http://www.macridesweb.com/oltest/overlibmws.zip ) to include OLswapIframeSrc(name, src)...
... 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...
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...
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...
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...
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...
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...
Fote, Fantastic!! It works perfectly, and I am incredibly pleased with the results of your efforts. Thank you for a fantastic library! -Erich- _____ From:...
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:...
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...
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,...
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...
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...
hi group, i use this code: <a onmouseover='return overlib(\"".$short."<br><br>".$long."\", CAPTION, \"".$name."\");' onmouseout=\"return nd();\" href='#'><img ...
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...