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...
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...
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...
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...
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...
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...
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....
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...
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...
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 ...
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...
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:...
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...
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...
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 ...
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...
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...
1322
Walter Conti
contiw
Aug 17, 2008 8:13 am
Please share examples using ext .js or CSS. Thank You Very Much....
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...
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 ... ...
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...
1318
Foteos Macrides
oldgreeky
Aug 15, 2008 3:04 am
Walter, I tried importing the Spry framework's SpryEffects.js and used: . . . <body> <div id="modalMask" style="position:absolute;"></div> <script...
1317
Walter Conti
contiw
Aug 15, 2008 1:02 am
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...
1316
Foteos Macrides
oldgreeky
Aug 15, 2008 12:02 am
Walter, You apparently have a race condition between the initial creation of the div with id='modalMask39; and actions on it via the overlib call, versus the...
1315
Walter Conti
contiw
Aug 14, 2008 9:40 pm
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('modalMask39;, {duration:...
1314
Foteos Macrides
oldgreeky
Aug 13, 2008 11:41 pm
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...
1313
kahoscr
Aug 13, 2008 11:11 pm
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...
1312
Walter Conti
contiw
Aug 8, 2008 3:00 pm
Thank You Fote. Walter Conti ... just need to know the name ov the div container. (Using Spry Effects with...
1311
Foteos Macrides
oldgreeky
Aug 8, 2008 1:54 pm
Walter, The id of the MODAL mask's div container is 'modalMask39;. Fote -- ... From: Walter Conti To: overlibmws@yahoogroups.com Sent: Friday, August 08, 2008...
1310
Walter Conti
contiw
Aug 8, 2008 1:23 pm
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...