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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 528 - 557 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
528
Hi, I have a Pop-up invoked by an onclick in my main page, this will pop-up and open the page "setFlag.php" page where the user can fill out a form and click...
LuckyNH
luckynhwebguy
Offline Send Email
Sep 6, 2005
3:46 pm
529
Closing the popup actually means setting the visibility of the overDiv positioned div to hidden (see the Getting Started support document:...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 7, 2005
3:55 pm
530
Oops, you want the cClick() function called in the parent document which invoked the popup with object or iframe content, so your php document which becomes...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 7, 2005
4:11 pm
531
I use the following code and it worked as needed: <script type="text/javascript"> <!-- if (self != top){ if (document.images) //window.location.href ...
LuckyNH
luckynhwebguy
Offline Send Email
Sep 13, 2005
4:18 pm
532
Hi, I am trying to display some data from the database (using JSTL) in an overlib pop-up. The data contains quotes and I am getting errors because of that....
maheswar rao
vayumahesh
Offline Send Email
Sep 20, 2005
5:16 pm
533
Hi, We are getting "Access Denied" error at line 419 in overlibmws.js file. var fd=((f)? f:o3_frame).document,fdc=fd.compatMode,fdd=fd.documentElement; Ours is...
maheswar rao
vayumahesh
Offline Send Email
Sep 22, 2005
5:44 pm
534
You are using an old code set which was changed quite some time ago to deal with security changes made in IE. Try upgrading to the recent overlibmws code set...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 22, 2005
8:53 pm
535
<cfset msg = "<b>Post</b> thougths or questions about this article. Your comment will be visible inmediately although subject to some screening by the...
Walter Conti
contiw
Offline Send Email
Sep 24, 2005
5:55 am
536
Please disregard previous message It should be [line-height:104%] instead of [font-size:95%] like this : <cfset msg = "<b>Post</b> thougths or questions about...
Walter Conti
contiw
Offline Send Email
Sep 24, 2005
6:06 am
537
Walter, Replace the TEXTSIZE command in your overlib2 call with a TEXTFONTCLASS command pointing to a class-based rule set that includes {line-height:104%;...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 25, 2005
8:38 pm
538
I'm using Moodle (moodle.org) a learning Management system and I'm trying to add a draggable window using the mz_dragdrop library of walter zorn. Moodle also...
jcodinaf
Offline Send Email
Oct 6, 2005
1:03 pm
539
Joan, I logged in to your test page as "teacher" with IE v6.0 and had no problems dragging your "language utility" box whether minimized as on initial load, or...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 6, 2005
3:18 pm
540
... problems dragging your "language utility" box whether minimized as on initial load, or maximized, and whether closed as on initial load, or dropped open....
jcodinaf
Offline Send Email
Oct 7, 2005
11:01 am
541
Joan, I didn't see any overt conflict with moodle's code for expanding or shrinking the positioned div (it's not a "window" as you referred to it) that you've...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 8, 2005
8:49 pm
542
Thanks Foteos, First for your fast answer, and secondly for the copleteness of it. I did a slightly different solution: I put this senctence at the begining of...
jcodinaf
Offline Send Email
Oct 10, 2005
1:56 pm
543
Joan, Putting the IE-specific cancellation of the overlib mousemove monitoring in your my_DropFunc function might seem equivalent to putting it after each nd...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 10, 2005
6:54 pm
544
You are right, but I only want to change the code I'm adding to moodle but not to modify moodle itself. For me its important to have the changes in the code...
jcodinaf
Offline Send Email
Oct 11, 2005
9:38 am
545
Familiar with FCK_editor? I am trying to use OL with it to no avail. onMouseover="overlib(.....)" returns an error stating that the first variable, for example...
Walter Conti
contiw
Offline Send Email
Oct 17, 2005
11:15 pm
546
Walter, I haven't worked with FCKeditor directly, but I just looked over its fckeditor.js and it appears to be editing primarily via an embedded iframe window....
Foteos Macrides
oldgreeky
Offline Send Email
Oct 18, 2005
8:39 pm
547
ColdFusioners and Sympathizer out there ... I have a text wich may contain various images, like this: Iis ad diem adductis, ut imperaverat, arbitros inter...
Walter Conti
contiw
Offline Send Email
Oct 31, 2005
1:05 am
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
Messages 528 - 557 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