Search the web
Sign In
New User? Sign Up
overlibmws · DHTML Tooltip and Sticky Popup Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 759 - 788 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
759
Hi! Anybody seen this? I have an overlibmws popup iframe which displays a QT movie. The QT movie in the window behind it does not know there is a layer in...
mr. welti
rwelti
Offline Send Email
Jan 9, 2007
12:21 am
760
Russ, There is no problem using your tectonicSeism.js to generate the globes via an iframe document used as the content of an overlibmws popup. The problem is...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 9, 2007
2:06 am
761
Russ, Note that if you still want to use positioning such as CENTER, VCENTER which would allow overlap of the popup with the embedded globe, you could...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 9, 2007
4:34 am
762
Fote you are GREAT, thanks a lot! I suspected something like layer visibility or such but did not think to check the layer setting of the UNDERLYING Quicktime...
r welti
rwelti
Offline Send Email
Jan 9, 2007
6:24 pm
763
Hello to excuse me for my English…. I you signal a bug when one uses in L call of "MODAL" OVERLIB under firefox: Explanation: In a small flash we use L call...
lelyonnais99
Offline Send Email
Jan 10, 2007
1:20 pm
764
There are errors in your overlib call (beyond the wrapping caused by the mailing and/or Yahoo Groups software) but I assume those are problems of transcription...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 10, 2007
11:00 pm
765
On this same topic of using a DIV with an ID to create a reference by which to position a popup, I have encountered a strange IE behaviour. this is simple,...
r welti
rwelti
Offline Send Email
Jan 12, 2007
10:39 pm
766
The content of the popup (an IFRAME) contained a table whose bgcolor was set to be black. Removing that fixed the problem. Must be a bug in IE, right? ...
r welti
rwelti
Offline Send Email
Jan 12, 2007
10:53 pm
767
Russ, I just tried an iframe popup with a table start tag that has bgcolor="#000000" using IE v7.0 on WinXP and that also has the bug. You don't get that...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 13, 2007
1:21 am
768
Russ, Note that the IE bug is specific to standards mode. If you remove the URL from the DOCTYPE so as to have the iframe document processed in quirks mode,...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 13, 2007
2:55 am
769
I want to use this code to implement into my php script // Short overlib Lead Argument for WRAP example. var shortTxt = '<?php echo "123"; ?>'; But it doesn't...
anonymousfromhk
Offline Send Email
Jan 18, 2007
4:30 am
770
If you have used your shortTxt javascript string variable name (unquoted) as the lead argument in your overlib call, e.g., <a onmouseover="overlib(shortTxt,...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 18, 2007
4:04 pm
771
Here is my code: while(odbc_fetch_row($rs_hourly_sales_f)) { $sales_hour_f = odbc_result($rs_hourly_sales_f,1); $sales_amt_f = number_format(odbc_result ...
anonymousfromhk
Offline Send Email
Jan 22, 2007
8:17 am
772
It appears that your php while loop is doing replacements rather than concatenations, and so your $sales_data ends up as only the last record. This problem...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 22, 2007
5:01 pm
773
Greetings, I'm trying to setup the iframe popups so that they work with Java JSP (Java Server Pages) technology. I'm running into a rather weird situation that...
John B. Moore
jbm_microps_com
Offline Send Email
Jan 22, 2007
11:51 pm
774
Some more test results.. Created simple semaphore to control call (sample below), but it did not solve the problem.. Seems that the wrapper should prevent any...
John B. Moore
jbm_microps_com
Offline Send Email
Jan 23, 2007
12:40 am
775
Results of Debugging.. I quickly ran through the debugger and found the the two basic locations of the "double call" to the server.. lines: -254...
John B. Moore
jbm_microps_com
Offline Send Email
Jan 23, 2007
1:46 am
776
John, I haven't used JSP and don't know anything about it, so I probably can't really help, but I don't see anything about your overlib call nor can think of...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 23, 2007
1:46 am
777
Hi Fote, I fixed all the problem. Thanks a lot! :) ... than concatenations, and so your $sales_data ends up as only the last record. This problem does not...
anonymousfromhk
Offline Send Email
Jan 23, 2007
2:03 am
778
... can't really help, but I don't see anything about your overlib call nor can think of anything about the overlib code that might cause the problem you...
John B. Moore
jbm_microps_com
Offline Send Email
Jan 23, 2007
2:13 am
779
John, Your two line numbers for the OLlayerWrite(lyHtml) calls in OLdoLyr() of the core module do not correspond with their line numbers in the current code,...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 23, 2007
2:57 am
780
I'm glad that it is all straightened out for you. Feel free to post here again if you should encounter any more problems. Fote -- ... From: anonymousfromhk ...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 23, 2007
3:15 am
781
... OLdoLyr() of the core module do not correspond with their line numbers in the current code, so perhaps you should upgrade to the current ... Will do.. The...
John B. Moore
jbm_microps_com
Offline Send Email
Jan 23, 2007
7:39 pm
782
Foteos, FYI, Initial testing on changes is good.. Thanks again.. John.....
John B. Moore
jbm_microps_com
Offline Send Email
Jan 24, 2007
3:11 am
783
John, Yes, for what you are doing you simply need to remove WRAP from the overlib call. It was included in the examples for importing complete HTML files via...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 24, 2007
3:04 pm
784
... a form into the popup dynamically and then handling its submission, it might be wise to study the AJAX examples (and then try one the AJAX formats, as I...
John B. Moore
jbm_microps_com
Offline Send Email
Jan 25, 2007
3:08 am
785
John, The XMLHttpRequest object for AJAX issues the infamous "Cross-domain access not permitted" error message if you try to use it for a server other than the...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 25, 2007
4:42 am
786
John, I use the ajaxextended library to achieve cross-domain functionality, and it works really well. I have a search widget that I wanted to place on...
Erich C. Beyrent
erich_beyrent
Offline Send Email
Jan 25, 2007
12:22 pm
787
Erich, Via search engines, I came up with a number of URLs for the ajaxextened library, but they all return 404 responses, most of them in Russian. Do you...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 25, 2007
3:14 pm
788
Foteos, You have uploaded the content on my website - I added the content of the Readme, Installation, and FAQ documents. The url is http://www.beyrent.net...
Erich C. Beyrent
erich_beyrent
Offline Send Email
Jan 25, 2007
4:22 pm
Messages 759 - 788 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help