I have searched the manual and the support on the site, but cannot get this to work. I wish to embed the Google Maps small iframe in a popup, but I can't get...
... I used the "unofficial" positioncap plugin (http://overlib.boughner.us/plugins/positioncap_commands.html) and it worked for me using as the src the string...
... I had downloaded it and followed the instructions on implementing it, but it didn't work. I used the code you included, get nothing. I scoured your site...
Hmm, it sounds like the object is not being cleaned up when the unload event is fired just prior to initializing the next document. I would play with the...
... OK. got it working. I followed the examples on your site and changed the page from a php to a html. that fixed it. Any idea on how to make it behave...
... Michael, I was able to get it to work by 1) using an html file rather than an php file and 2) using the following call to overlib (watch word wrap): ...
... for some reason, I can't get it to utilize the * that you have at the beginning of the call. If I change that to '' it works. I still don't have the...
... I found the issue. In my overlib.js, I had defined the width. I removed the entry and left it as blank. Shouldn't this allow me to define it on the...
... The default value is '200' so even if you had specified a width it shouldn't have made any difference. Please post an URL to the page in question so that...
... Sorry I don't see anything offhand that interferes with the width value from working as it should. The only thing that I can think of is that that there...
I am using 4.22 and trying to anchor the menu using RELX/RELY as provided by a Prototype event. new Ajax.Request( url, { method: 'get', onComplete: function(r)...
Duncan Ferguson
duncan_j_ferguson@...
Apr 17, 2009 4:14 pm
12636
Hi everyone. :) I am using overlib on my store site, and I am so frusterated with it It works great on one page, then when I use the same code on another page,...
... Found a work-around - by including a null parameter: new Ajax.Request( url, { method: 'get', onComplete: function(r) { overlib(r.responseText, STICKY,...
Duncan Ferguson
duncan_j_ferguson@...
Apr 20, 2009 11:04 am
12638
... Its not working on the "candles" page because you have these errors on that page: Error: overlib is not defined Source File:...
... What happens if you place the null parameter in another position in the call string? Also have you tried calling this procedure using the 'parameters'...
Oh wow you are awesome!!!! I can't believe I missed that. Just goes to show that when you look at the same thing a million times, it's soooo easy to overlook...
... In any other position I get the previous situation where the first REL command was honoured but not the second. Trying the parameters approach above...
Duncan Ferguson
duncan_j_ferguson@...
Apr 21, 2009 3:34 pm
12645
I know that there have been previous posts on this, but so far, none of the solutions have worked. I can get all the overlib regular popups to work - but...
... Take a look at the page http://overlib.boughner.us/plugins/bubble_commands.html and see if the examples on this page work for you? If they don't then...
Hi, Bob  Ah - I think that did it. I also moved the file I was working on into the same directory as the overlib_bubble.js, so that the delivered path...