David, I'm on a WinXP system with DSL (relatively low speed "broadband" but fast enough for your AJAX) and I do not see a variability problem with IE8/7,...
1426
David Cattell
cattell_david
Jan 7, 2010 3:31 am
Fote, That's odd. I experience it on both Safari and FF on OSX and I've seen it occasionally on FF on Win. It is far more difficult to reproduce on the win...
1427
Foteos Macrides
oldgreeky
Jan 7, 2010 5:28 am
David, I can look at it with Firefox and Safari on OSX tomorrow afternoon. All of the AJAX-fetched markup for insertion into the "mainReport" div of the...
1428
David Cattell
cattell_david
Jan 7, 2010 6:08 am
Fote, Your help with this is much appreciated. To alleviate any potential confusion, the main report is not loaded via overlib but instead is loaded via a more...
1429
Foteos Macrides
oldgreeky
Jan 8, 2010 2:30 am
David, I tried your site with Firefox and Safari on two MACs, one with OSX 10.5 and the other with 10.4. I could not elicit the font color shift problem on...
1430
David Cattell
cattell_david
Jan 8, 2010 2:50 am
Thanks Fote. I guess that's good news - strange, nevertheless. Your efforts are much appreciated. Regards, David...
1431
llppro2
Jan 25, 2010 6:37 pm
Foteos, Just stopped by to show you what I've been up to with overlibmws: http://www.leelandry.com/port/amain/LLPortfolio.htm The site is still under...
1432
Foteos Macrides
oldgreeky
Jan 26, 2010 1:39 am
It looks GREAT!!!! Fote -- ... From: llppro2 To: overlibmws@yahoogroups.com Sent: Monday, January 25, 2010 1:35 PM Subject: [OLmws] Greetings Foteos. Foteos, ...
1433
aighost_t3
Feb 21, 2010 9:06 pm
I'm working on something that has a set of images as different form submission buttons, and I have a floating text overlib to display the name of the button....
1434
Foteos Macrides
oldgreeky
Feb 21, 2010 9:56 pm
Import the overlibmws_filter.js plug-in module and include: FILTER, FADEIN,0, FADEOUT,0, FILTEROPACITY,# in your overlib call, where # is a number between 0...
1435
aighost_t3
Feb 22, 2010 4:00 am
Should have made this from the start :P http://www.undeadly.ca/index.php?p=overlib Basically I want to combine the left and right effects to work at the same...
1436
Foteos Macrides
oldgreeky
Feb 22, 2010 6:51 am
You can concatenate the overlib / nd calls and the opacity commands, separated by semi-colons, for the onmouseover / onmouseout events, but don't put the...
1437
aighost_t3
Feb 22, 2010 10:21 am
It works great now :) thank you very much. Can I ask why the return needed to be removed, or why it is there in the first place?...
1438
Foteos Macrides
oldgreeky
Feb 22, 2010 12:34 pm
The STATUS, AUTOSTATUS, and AUTOSTATUSCAP commands for setting strings to be displayed in the status bar depend on values returned by the overlib function....
1439
Ghost
aighost_t3
Aug 9, 2010 6:21 am
Tiny problem i've been having with iframes in the popups, is that there is a small space at the bottom of the popup below the iframe. I've used "textpadding,...
1440
Ghost
aighost_t3
Aug 9, 2010 6:36 am
Also it's currently set to refresh the page when the popup is closed, but if it's possible I'd like to have that only happen after the user is logged in (if...
1441
Foteos Macrides
oldgreeky
Aug 9, 2010 4:14 pm
You are including TEXTFONTCLASS, 'blank39; (and CAPTIONFONTCLASS, 'blank39;) commands in the overlib call, but I see nothing which provides access to CSS with a...
1442
Ghost
aighost_t3
Aug 10, 2010 5:01 am
I guess I should keep track of when the version is updated :) Anyways, I did that and made a proper class for it, the 'blank39; class was from a different...
1443
Foteos Macrides
oldgreeky
Aug 10, 2010 2:27 pm
In your overlib call with iframe content, get rid of the WRAP command and use only the WIDTH command (as you presently have that command with its parameter...
1445
Foteos Macrides
oldgreeky
Aug 11, 2010 4:33 pm
Try this. In the parent document use this script block: <script type="text/javascript"> var cClickOld=cClick,refreshFlag=false; function cClickNew(){ var...
1446
Foteos Macrides
oldgreeky
Aug 12, 2010 4:30 am
I modified overlibmws_modal.js and updated the overlibmws.zip distribution at: http://www.macridesweb.com/oltest/ to support a MODALCLICK command for primary...
1448
carloshhp777
Aug 13, 2010 3:53 pm
hi im using overlibmws with seondary pop-ups, it has worked great for all i've wanted to do, but now i need to make a third pop-up to come out from the...
1449
Foteos Macrides
oldgreeky
Aug 13, 2010 10:40 pm
If you need ability to display more than two popups simultaneously then take a look at cooltip: http://www.acooltip.com/ It is based on the Bosrup version of...
1450
philcrosoft
Oct 12, 2010 7:09 pm
Hallo! I cant solve one problem, so i have to links with overlibmws functions, so when i hover it has alt text and when i click it havs pop up window with...
1451
Foteos Macrides
oldgreeky
Oct 12, 2010 8:47 pm
Philip, What you are referring to as "alt text" in your markup is actually a non-STICKY onmouseover popup which emulates a system tooltip. For what you want...
1452
philcrosoft
Oct 13, 2010 5:05 pm
Thank you very much for solving this task! Best regards, Philip...
1453
philcrosoft
Oct 15, 2010 7:32 pm
Could you help with othe stuff? So i have the image inside of the pop up! I couldt find on the website how to make border color and thickness. something like...
1454
Foteos Macrides
oldgreeky
Oct 15, 2010 10:15 pm
Philip, That information is in the Command Reference: http://www.macridesweb.com/oltest/commandRef.html The command for border thickness is BORDER but it's...
The overlibmws library as distributed does not have ALIASDIVID or AUTOCLOSEPOP commands, so you appear to be using a version you modified, or someone else's...