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 548 - 577 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
548
I am working on a product comparison application and would like to enable the user to view multiple product images at the same time but only the ones they...
Daniel Ward
drawsnad
Offline Send Email
Nov 3, 2005
8:11 pm
549
Daniel, At present, overlibmws allows only one primary popup (via an overlib() call) and at most one secondary popup (via an overlib2() call) to be displayed...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 3, 2005
8:31 pm
550
Greetings overlibmwsers, The following code produce a random positioning in a child window: <cfset msg = "Numerus. et ... potest invocare nesciens. <span ...
Walter Conti
contiw
Offline Send Email
Nov 8, 2005
9:17 pm
551
... and to be more specific these overlib occurences are within an iFrame which is inside a child window. MIDX, MIDY work ok though. ThankYou Walter Conti...
Walter Conti
contiw
Offline Send Email
Nov 8, 2005
11:51 pm
552
...in the meantime the only viable alternative is using FIXX and FIXY. WalterConti...
Walter Conti
contiw
Offline Send Email
Nov 9, 2005
1:53 am
553
Walter, A parent document gets no JS info about cursor position when the cursor is over the iframe document, just as when it is over a different frame/window....
Foteos Macrides
oldgreeky
Offline Send Email
Nov 9, 2005
11:36 pm
554
I'm using the OLobjectContent to open a new page that contains links I would like the link within the popup to close the window and set the parent page the...
LuckyNH
luckynhwebguy
Offline Send Email
Nov 10, 2005
4:48 pm
555
The IE implementation of object with data=URL unfortunately does not handle frame names appropriately for targeting. If you instead load the html document...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 10, 2005
9:33 pm
556
I am developing a new frames site with a navigation menu in the top frame. My overlib popups appear ok in the "main" frame but secondary popups do not appear. ...
Derek Fielding
derekfieldin...
Offline Send Email
Nov 20, 2005
3:16 am
557
Derek, The support file set for crossframe handling of primary and secondary popups is: http://www.macridesweb.com/oltest/CrossFrame/ but unfortunately that...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 21, 2005
12:21 am
558
Fote, Thanks for your help - The secondary popup now works OK. For the "Activities" popup I am using the NOCLOSE, STICKY with an end time of 2000 as per the...
Derek Fielding
derekfieldin...
Offline Send Email
Nov 21, 2005
1:23 pm
559
Greetings all, I have been reading some posts, still I haven't got it clear: FILTEROPACITY,'30' (with overlibmws_filter.js loaded) or .transp...
Walter Conti
contiw
Offline Send Email
Nov 21, 2005
9:08 pm
560
... Well actually : BGCLASS,'transp' works, but the popup text also appear to be 'filtered'...
Walter Conti
contiw
Offline Send Email
Nov 21, 2005
9:28 pm
561
Did any of you (try to) replace the knoppix popup script in WebCalendar (http://www.k5n.us/webcalendar.php) with Overlibmws? If it is possible to use...
manon
manon_purple
Online Now Send Email
Nov 28, 2005
3:23 pm
562
Derek, As stated in the Command Reference (http://www.macridesweb.com/oltest/commandRef.html) concerning the NOCLOSE and MOUSEOFF commands, "This feature is...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 29, 2005
11:33 pm
563
Walter, The parameter for the FILTEROPACITY command is a value, not a string, so use FILTEROPACITY,30 without the single-quotes that you presently have around...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 30, 2005
2:10 am
564
Xah, For the bubble popups other than roundcorners, neither the WRAP nor WIDTH commands are enabled. The default width is determined by the physical width of...
Foteos Macrides
oldgreeky
Offline Send Email
Nov 30, 2005
7:50 pm
565
... and I am not able to get rid of them. Shadow is not in use. ol_captionpadding is 0....
Walter Conti
contiw
Offline Send Email
Dec 3, 2005
8:59 pm
566
Walter, Sorry, but this message is devoid of any information that could possibly be used by anyone to help you. A URL for a document which shows the problem...
Foteos Macrides
oldgreeky
Offline Send Email
Dec 4, 2005
5:42 pm
567
Manon, I do not use the php-based WebCalendar utility, but had some time this weekend to look at the HTML source generated for its online demos, and some of...
Foteos Macrides
oldgreeky
Offline Send Email
Dec 4, 2005
10:27 pm
568
overlib (msg,SHADOW,SHADOWX,3,SHADOWY,3,WIDTH,360,TEXTFONTCLASS,'oltxtw10',STICK Y,MIDX,0,MIDY,0,TEXTPADDING,15,FGBACKGROUND,'./loupe/transp30.gif'); Should...
Walter Conti
contiw
Offline Send Email
Dec 8, 2005
2:30 am
569
overlib (msg,SHADOW,SHADOWX,0,SHADOWY,0,SHADOWCOLOR,'FF0000',SHADOWOPACITY,20,WI DTH,360,TEXTFONTCLASS,'oltxtw10',STICKY,MIDX,0,MIDY,0,TEXTPADDING,15,BGC OLOR,...
Walter Conti
contiw
Offline Send Email
Dec 8, 2005
2:53 am
570
... (msg,SHADOW,SHADOWX,0,SHADOWY,0,SHADOWCOLOR,'FF0000',SHADOWOPACITY,20,WI ... DTH,360,TEXTFONTCLASS,'oltxtw10',STICKY,MIDX,0,MIDY,0,TEXTPADDING,15,BGC ... ...
Walter Conti
contiw
Offline Send Email
Dec 8, 2005
3:09 am
571
... (msg,SHADOW,SHADOWX,0,SHADOWY,0,SHADOWCOLOR,'FF0000',SHADOWOPACITY,20, WI ... DTH,360,TEXTFONTCLASS,'oltxtw10',STICKY,MIDX,0,MIDY,0,TEXTPADDING,15,B GC ......
Walter Conti
contiw
Offline Send Email
Dec 8, 2005
6:42 am
572
Hi Fote, thanks for your reply. Indeed, changes in the server-side code should be redone every time when the WebCalendar script is updated and the WebCalendar...
manon_purple
Online Now Send Email
Dec 8, 2005
7:04 am
573
Walter, Congratulations on your inventiveness. My suggestion to try FGBACKGROUND with a semi-transparent image didn't work by itself because the table for the...
Foteos Macrides
oldgreeky
Offline Send Email
Dec 9, 2005
12:00 am
574
Hi, I'm looking to pass any error messages generated in our php login script to an overlib popup at the time of submitting the html form data to that same...
docdudeus
Offline Send Email
Jan 4, 2006
1:40 pm
575
John, You cannot use the onsubmit event in the initial document to display the error message because the form submission must be received by your server and...
Foteos Macrides
oldgreeky
Offline Send Email
Jan 4, 2006
10:40 pm
576
Fote, Thanks for the help. I tried that trick using iframes (no overlib) but even with margins and borders set to "0" I still had a 1 pixel area around the...
docdudeus
Offline Send Email
Jan 6, 2006
2:49 am
577
Fote, Cool I got it working. I made an exact copy of the HTML markup and placed it in the login verification script. Using the onload= event in the body tag...
docdudeus
Offline Send Email
Jan 6, 2006
7:21 am
Messages 548 - 577 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