It's all working great now. Thanks for all your help :D ... the script block where you did the cClick daisy chain add this ... call. ... of it on the...
Michael, The OLshowingsticky global variable is set while a STICKY popup is showing, so you want to check that. In a non-frame situation you would simply use...
Hi, Apologies as I can see from the message headers that this has been brought up before. Let me explain my frustration. For the last couple of years I have...
The overlibmws message archive became inaccessible on Saturday. I contacted the Yahoo! support folks about it, and they promptly replied that they already...
You need to deal with HTML "special characters" as discussed (though for php) in the: http://www.macridesweb.com/oltest/overlibmwsPHPquote.php5 support...
I have a site with numerous nested IFRAMEs. I wanted to use overlibmws to show popups over iframes, disregarding frame borders. But unfortunately FRAME command...
Dimitry, The FRAME command can take any valid frame reference (including top) as its parameter, as described in the FRAME section of the Command Reference: ...
I understood that, thank you. Is it possible to add support for the cursor-based positioning for nesting deeper than one level? Are there any principal...
Dmitry, Sorry, but I don't have an "uncompressed source" and myself simply keep the modules as included in the overlibmws.zip distribution. When working on an...
I make a project which needs complex frame structure. Unfortunately FRAMESET doesn't allow using popups over frames. So I decided to use IFRAMES. Moreover, I...
Dmitry, That information helps, though a URL for a test document which shows your actual use of deeply nested iframes and what you've done so far for handling...
I would like to apply a fadeout effect to an overlib modal. I just need to know the name ov the div container. (Using Spry Effects with ColdFusion). Thanks for...
Walter, The id of the MODAL mask's div container is 'modalMask'. Fote -- ... From: Walter Conti To: overlibmws@yahoogroups.com Sent: Friday, August 08, 2008...
Hi, I hope somebody can help me with the following problem: I have all my dhtml popups with the DRAGGABLE and DRAGCAP options. but sometimes the DRAGCAP...
Mario, The is no "o" variable used in line 52, nor anywhere else in overlibmws_draggable.js. Could you provide a URL to a document which brings out this...
I am trying to apply a fade effect to the <div> modalMask. I am using the Spry Framework call: var olibFade = new Spry.Effect.Fade('modalMask', {duration:...
Walter, You apparently have a race condition between the initial creation of the div with id='modalMask' and actions on it via the overlib call, versus the...
Thank you Fote. I had already tried with the setTimeout. I just wanted to simplify the code for clarity. Got up to 5 seconds and without the toggle, as I don't...
It works indeed! Thank you. A little bit choppy though due to the fact that I am applying a setTimeout of 50 millisecond to overlib. iIt looks like this: <div...
Actually Fote, if I could close the popup without touching modalMask, then start the olibFade, do you think I could overcome the "choppiness"? ... fact ... ...
Walter, I'm not adequately clear on what you are doing at this point in conjunction with the Spry framework and the functional daisy-chaining to the cClick...
Walter, See: http://tech.groups.yahoo.com/group/overlibmws/message/1049 and its example: http://www.macridesweb.com/oltest/roundedCorners_test.html for...
Hi, Im having a weird error... when Im trying to display a normal popup with drag option. But the problem is only with safari 3.1.2 If I refresh the page and...
Hi Fote -- Long time no troubles here in my overlibmws world. Now this: we have a map made in-house using Google maps. I embedded it in an IFRAME. Works in FF...
Russ, I haven't tried to figure out what in your WRAK script is causing the error message or how the error and/or your IE conditionals might be causing the...