Hi, I would like to know which are the known compatability issues with the newest version of overlibmws. Which browsers are doing problems and which features...
Amir, The only platform-specific issue that I am aware of is discussed and illustrated in the: http://www.macridesweb.com/oltest/flashWmode.html support...
Hello, First off let me say that your library is simply amazing! And thank you very much! My problem is with the way the AJAX popup appears, and probably has ...
Brent, To show nothing but your own table markup that was loaded into OLresponseAJAX, make the overlib call: overlib(OLresponseAJAX, FULLHTML, . . .) with the...
Brent, Note that I'm assuming your tables set their widths via a width attribute or via CSS, so that the small, non-zero value of the WIDTH command's parameter...
Hi Fote, Thank you very much for responding so quickly. Your first post helped me. However I still have some smaller problems that I would like to fix. 1-The...
Brent, The: http://www.macridesweb/oltest/AJAX.html support document is tough reading for those not yet very familiar with javascript, but keep re-reading it...
Hi there I'm using the modal popup to display a 'confirm delete' message with 'ok' and 'cancel' buttons, and have just picked up the latest version to use the...
Hi again Another question about MODALSCROLL ... the dialogs I referred to in my last post have a strange rendering problem if I turn MODALSCROLL on. I have a...
Patrick, The MODAL popups involve a number of hairy workarounds for bizarre behavior across the supported browsers in their handling of overflow settings...
Patrick, There's an inappropriate backslash in the OLgetAJAX call you show, but I assume that's just a typo in your message to this group. You don't want to...
... Patrick, It just occurred to me that this problem might be due to your 'cancel' button using just: "cClick();" instead of: "return cClick();" or ...
Thank you, indeed that has solved the problem. Many thanks for spotting it! I have to admit I don't really understand what is happening when you use href="#"...
Thank you again - using the alerts as you suggest doesn't work too well for me as the HTML being returned is too long (it's being generated from a JSP which...
Patrick, The "#" as an href or action value resolves to an instruction to jump to an undefined anchor in the current document, and thus causes a jump to the...
... Patrick, I modified the example with MODALSCROLL in the: http://www.macridesweb.com/oltest/MODAL.html#color support document so that it fetches the popup...
Hi, I can't make the page breaks with overlib print. The work if the samepage is used in a new window, however with overlib they don't. Can anyone help?...
Could you post a URL for a test file which shows the problem, or if your server is only for an intranet, post enough of the CSS and HTML you are using for us...
Hi Very odd then - I'm using the same Firefox version on XP as well, so I'd say that it's somehow the result of the CSS that we have. Thanks for taking the...
Hi Foteos, i'm having problems displaying a modal popup in IE6. It works fine in Firefox so i have no clue at this moment why it's not working. It could be a...
Erik, There's nothing wrong with the markup you show, and it worked fine for IE when I tried it in a test document, substituting my own URL for the first...
With the latest JS files Seems to have started at FF 2.0.0.10 if I bring up a layer over a div with a scroll bar or any scroll bar, it shows the scroll bar...
Ben, I don't see that problem with Fx2.0.0.10 on WinXP. My test file is: http://www.macridesweb.com/oltest/FxBug_embeddedScrollbars.html Is that a valid test...
Ben, I added your Mac screen shot and the workaround for this bug in the: http://www.macridesweb.com/oltest/FxBug_embeddedScrollbars.html test file. Could you...
Thx much for looking into this. I just wish they would stomp this bug for good... you know when you really have to kill a bug and you stomp on it but you dont...
Im sorry, had someone else adjust the code on our side to test and it doesn't fix it for the Mac version of Firefox I tried your test link and still no go ...
Ben, Make it: (OLmac && OLgek) ? HIDEBYID : DONOTHING, (OLmac && OLgek) ? 'imagelist' : DONOTHING so it should hide for any version of Firefox...
[Ugh, my SPAM filter had attacked the Subject line, so I'm re-sending this to make sure it gets through. - Fote] ... Ben, Make it: (OLmac && OLgek) ?...