Walter, I tried importing the Spry framework's SpryEffects.js and used: . . . <body> <div id="modalMask" style="position:absolute;"></div> <script...
1319
Walter Conti
contiw
Aug 15, 2008 3:31 pm
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...
1320
Walter Conti
contiw
Aug 15, 2008 4:45 pm
Actually Fote, if I could close the popup without touching modalMask, then start the olibFade, do you think I could overcome the "choppiness"? ... fact ... ...
1321
Foteos Macrides
oldgreeky
Aug 15, 2008 6:27 pm
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...
1322
Walter Conti
contiw
Aug 17, 2008 8:13 am
Please share examples using ext .js or CSS. Thank You Very Much....
1323
Foteos Macrides
oldgreeky
Aug 17, 2008 10:48 am
Walter, See: http://tech.groups.yahoo.com/group/overlibmws/message/1049 and its example: http://www.macridesweb.com/oltest/roundedCorners_test.html for...
1324
kahoscr
Aug 25, 2008 4:50 pm
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...
1325
Foteos Macrides
oldgreeky
Aug 25, 2008 7:56 pm
Mario, I tried using Safari 3.1.2 for the various DRAGGABLE examples on the support site: http://www.macridesweb.com/oltest/DRAGGABLE.html ...
1326
mr. welti
rwelti
Aug 25, 2008 9:19 pm
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...
1327
Foteos Macrides
oldgreeky
Aug 25, 2008 11:29 pm
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...
1328
r welti
rwelti
Aug 26, 2008 9:15 pm
After much gnashing of teeth, the removal of a tiny bit of offending code allowed the Google Map to run in an IFRAME called by Overlibmws: Removing "overflow:...
1329
Foteos Macrides
oldgreeky
Aug 26, 2008 9:51 pm
Russ, Although that's an effective workaround, I think you want to keep the overflow:hidden for the body element. Instead, you have bad markup further down in...
1330
r welti
rwelti
Aug 26, 2008 10:25 pm
But Fote, I do want to fix the real problem ... when I was debugging all day, I completely deleted the entire conditional thing for IE, and the problem was ...
1331
r welti
rwelti
Aug 26, 2008 10:32 pm
I can't thank you enough for looking at that page, Fote, you were right! The BODY overflow is not the issue it was using 'body' where 'documentElement' should...
1332
Foteos Macrides
oldgreeky
Aug 27, 2008 4:19 am
Russ, Note that simply getting rid of the <!--[if IE]> section didn't fix the problem because you need that conditional to use clientWidth and clientHeight for...
1333
jb_doughty
Aug 27, 2008 4:03 pm
Hello everyone, I new to coding and have been working on this problem for quite some time now. I have been tasked with reverse engineering a web based program....
1334
Foteos Macrides
oldgreeky
Aug 27, 2008 8:33 pm
I assume your showcall function with the overlib call is in a script block in the head section or in an imported .js file for the document being created by...
1335
mr. welti
rwelti
Aug 28, 2008 10:29 pm
Fote, In IE only, I thought (with your help) I had this solved, but I noticed today that the map won't zoom properly (nor can you use the "overview" window in...
1336
Foteos Macrides
oldgreeky
Aug 29, 2008 12:38 am
Russ, Your bottom frame has an html {overflow:hidden;} rule and that prevents me from accessing "Show a Map" to see what you are trying to describe. I also...
1338
r welti
rwelti
Aug 29, 2008 5:07 pm
Thanks for scanning it, Fote! It is used on PCs in small museums, running at resolution of 1280x1024, and the overflow:hidden was just added a few days ago for...
1339
r welti
rwelti
Aug 29, 2008 10:46 pm
I have narrowed the problem down to a mouse motion event handler in our Google Map JavaScript. If I forego having constantly updating lat lon mouse...
1340
Foteos Macrides
oldgreeky
Aug 30, 2008 2:25 am
Russ, Since it worked as intended with Firefox, the problem probably is that the Google map's GEvent.addListener function is not taking into account the...
1341
woochiwoochiwa
Sep 26, 2008 6:04 am
We have an ASP.NET 2.0 application that leverages Overlib and it works great except when we encounter pulldowns underneath the pop-out. It only happens on IE6...
1342
Foteos Macrides
oldgreeky
Sep 26, 2008 6:17 am
Woochi, I don't know what you mean by "resorting to iFrames" but this problem is dealt with for IE5.5 and IE6 simply by importing the overlibmws_iframe.js...
1343
noodles11704
Nov 6, 2008 7:18 pm
I've posted this in a similar group: I've followed the instructions for setting up the program. The pop-ups work fine. But I am unable to change the font size!...
1344
Foteos Macrides
oldgreeky
Nov 6, 2008 8:20 pm
Most likely you have set a generic CSS font-size rule for the body or table elements, and that is determining the size. A simple way to override that in your...
1345
rick horvath
noodles11704
Nov 9, 2008 10:50 pm
thanks for your suggestion of putting the number in a single quote. Unfortunately that did not solve the problem. Thank you, Rick Horvath President -...
1346
Foteos Macrides
oldgreeky
Nov 9, 2008 11:32 pm
Rick, I did not suggest "putting the number in a single quote" but rather that you "use a quoted CSS font-size string as the parameter, e.g., TEXTSIZE,'12px',"...
1347
nekzequiel
Nov 29, 2008 9:34 pm
Ok i have this problem i have a page with overlibmws popups and it works fine. And i have another page in a different host where i have a joomla site i use a...
1348
Foteos Macrides
oldgreeky
Nov 29, 2008 10:36 pm
If I understand you correctly, at the second site you are importing a document into an embedded iframe as illustrated near the bottom of the: ...