<cfset msg = "<b>Post</b> thougths or questions about this article. Your comment will be visible inmediately although subject to some screening by the...
536
Walter Conti
contiw
Sep 24, 2005 6:06 am
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...
537
Foteos Macrides
oldgreeky
Sep 25, 2005 8:38 pm
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%;...
538
jcodinaf
Oct 6, 2005 1:03 pm
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...
539
Foteos Macrides
oldgreeky
Oct 6, 2005 3:18 pm
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...
540
jcodinaf
Oct 7, 2005 11:01 am
... problems dragging your "language utility" box whether minimized as on initial load, or maximized, and whether closed as on initial load, or dropped open....
541
Foteos Macrides
oldgreeky
Oct 8, 2005 8:49 pm
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...
542
jcodinaf
Oct 10, 2005 1:56 pm
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...
543
Foteos Macrides
oldgreeky
Oct 10, 2005 6:54 pm
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...
544
jcodinaf
Oct 11, 2005 9:38 am
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...
545
Walter Conti
contiw
Oct 17, 2005 11:15 pm
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...
546
Foteos Macrides
oldgreeky
Oct 18, 2005 8:39 pm
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....
547
Walter Conti
contiw
Oct 31, 2005 1:05 am
ColdFusioners and Sympathizer out there ... I have a text wich may contain various images, like this: Iis ad diem adductis, ut imperaverat, arbitros inter...
548
Daniel Ward
drawsnad
Nov 3, 2005 8:11 pm
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...
549
Foteos Macrides
oldgreeky
Nov 3, 2005 8:31 pm
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...
550
Walter Conti
contiw
Nov 8, 2005 9:17 pm
Greetings overlibmwsers, The following code produce a random positioning in a child window: <cfset msg = "Numerus. et ... potest invocare nesciens. <span ...
551
Walter Conti
contiw
Nov 8, 2005 11:51 pm
... 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...
552
Walter Conti
contiw
Nov 9, 2005 1:53 am
...in the meantime the only viable alternative is using FIXX and FIXY. WalterConti...
553
Foteos Macrides
oldgreeky
Nov 9, 2005 11:36 pm
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....
554
LuckyNH
luckynhwebguy
Nov 10, 2005 4:48 pm
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...
555
Foteos Macrides
oldgreeky
Nov 10, 2005 9:33 pm
The IE implementation of object with data=URL unfortunately does not handle frame names appropriately for targeting. If you instead load the html document...
556
Derek Fielding
derekfieldin...
Nov 20, 2005 3:16 am
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. ...
557
Foteos Macrides
oldgreeky
Nov 21, 2005 12:21 am
Derek, The support file set for crossframe handling of primary and secondary popups is: http://www.macridesweb.com/oltest/CrossFrame/ but unfortunately that...
558
Derek Fielding
derekfieldin...
Nov 21, 2005 1:23 pm
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...
559
Walter Conti
contiw
Nov 21, 2005 9:08 pm
Greetings all, I have been reading some posts, still I haven't got it clear: FILTEROPACITY,'3039; (with overlibmws_filter.js loaded) or .transp...
560
Walter Conti
contiw
Nov 21, 2005 9:28 pm
... Well actually : BGCLASS,'transp' works, but the popup text also appear to be 'filtered39;...
561
manon
manon_purple
Nov 28, 2005 3:23 pm
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...
562
Foteos Macrides
oldgreeky
Nov 29, 2005 11:33 pm
Derek, As stated in the Command Reference (http://www.macridesweb.com/oltest/commandRef.html) concerning the NOCLOSE and MOUSEOFF commands, "This feature is...
563
Foteos Macrides
oldgreeky
Nov 30, 2005 2:10 am
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...
564
Foteos Macrides
oldgreeky
Nov 30, 2005 7:50 pm
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...