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...
Show off your group to the world. Share a photo of your group with us.

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 538 - 567 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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
Messages 538 - 567 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