When tables are used on the iframe content the table borders remain after the cClick function is called. A link is clicked with onmousedown instead of...
I'm sure this is a newby question and thanks for the help. I'm trying to implement a simple modal window. I have a version downloaded May 28. Your demos work...
Don, Your overlib call works fine when I try it with FF 2.0.0.4 on XP. The MODAL block is asserted and the popup appears, centered in the window. Presumably...
Thank you for replying. It's a great toolkit, but must keep you busy. I've found out what's happening. I have a two screen length window, and I'm causing the...
Found it. An form.message.focus(); was pushing the page to the bottom while the modal window was going to the top. I still have the problem with '<>' though. ...
Don, Firefox through its version 2.0.0.4 has a bug in its handling of the javascript instruction to eliminate any scroll bars, such that it also scrolls the...
Hi I am trying to use overLib in a JSF command tag with onclick. For some reason I am not getting a pop up, parameter string in overLib is shown as a div...
Dixit, Nilesh
Nilesh_Dixit@...
Jun 26, 2007 6:20 pm
952
... Try the following javascript to launch the overlib window nclick="return false;" onmousedown="overlib('agreementpage', RELX, 10, RELY, -40, FGCOLOR,...
Thanks, I am still not getting this work but will continue trying. Another question I had was, how do I get the scroll bar working inside the overlib popup? I...
Dixit, Nilesh
Nilesh_Dixit@...
Jun 29, 2007 5:12 pm
954
The support document for setting up popups with scrollbars is: http://www.macridesweb.com/oltest/overflow.html Fote -- ... From: Dixit, Nilesh To:...
Hi all I'm new to overlibmws, but have been using overlib for a little while. I currently use overlib plus overlib_positioncap so that i can embed a php page...
Dave, With overlibmws you import the distribution's iframecontentmws.js and use its OLiframeContent function for the lead argument in the overlib call as...
Hello, I am new to this library, and I am trying to use the modal dialog to show a message. I want the modal dialog to close automatically after I am done...
Samik, 1. The EXCLUSIVEOVERRIDE and EXCLUSIVE commands indeed are position independent. All of the commands in an overlib call are parsed and set up...
Thanks for the reply. I will try this out and get back if required. -Samik ... independent. All of the commands in an overlib call are parsed and set up...
Hi, I have a need for displaying more than 2 levels of sticky popups. I currently use overlib2 for displaying the secondary popup. Is there any plugin that...
Sathya, The cooltip software: http://www.acooltip.com/ creates popups similar to those of overlibmws and was designed to support any number of simultaneous...
Hello, On the site with overlib the result is good http://blogdelaureminervois.free.fr/grandesfamilles/ On the site with ovelibws the result is not good ...
Jeanpierre, You are not getting the scrollbars in your AJAX-based popup because your OLgetAJAX call is using 'ovfl1' as its fourth argument, but your style...
Thank you for these councils which allowed me to solve these two problems. I removed the function wrap. All returned in the order. Thank you still. Greetings. ...
Hi Fote, Thanks. Cooltip is exactly what I need. Cheers, Sathya ... support any number of simultaneous popups. ... I currently use overlib2 for displaying the...
hi there, i was wondering if i can change the background color behind a modal-popup box. i can't seem to find it anywhere, am i misreading anything? thnx in...
Erik, I add MODALCOLOR and MODALOPACITY commands for changing the color (default is '#bbbbbb') and/or opacity (default is 40) of the shield that is interposed...
Fote, That's very cool. i found the code somewhere deep in the javascript, but now there's a nice method for changing it and i can leave the original code...
Erik, I generally try to include suggestions for improvements into the overlibmws distribution, so that one need not make personal changes in the code and then...
First, I am duly impressed with this package! Second, I am having a problem with Ajax returning stale data. I have a page with a table listing several items....
Note that the OLgetAJAX function makes an OLclearAJAX call internally to clear any pending AJAX request before initiating a new one, so you don't need to...