Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

overlib · Discussions regarding implementing, using and developing overLIB.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1701
  • Category: JavaScript
  • Founded: Nov 15, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 10728 - 10757 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10728 wkohlani Send Email Jun 1, 2006
4:30 pm
Hello Everyone: I've read all the FAQs, and looked throuhg many seemingly similar issues in the Yahoo Group, but to no avail. You are my last resort here. The...
10729 waleed kohlani
wkohlani Send Email
Jun 1, 2006
4:47 pm
Hello Erik: I've read all the FAQs, and looked throuhg many seemingly similar issues in the Yahoo Group, but to no avail. You are my last resort here. The...
10730 msolguin Send Email Jun 1, 2006
5:07 pm
I have e107 v0.7.5 (latest version) installed. I have installed itemstats addon per the instructions. Below is the code I pasted after the at the appropriate...
10731 John Reeher
reeherj Send Email
Jun 1, 2006
5:50 pm
Wkohlani, For the record, I hate document.write, makes debugging a pain. Anyhow, the problem is that your function buildCal returns a div called overDiv ... ...
10732 wkohlani Send Email Jun 1, 2006
8:29 pm
... Anyhow, ... overDiv ... visibility:hidden; ... resort ... with ... IE ... t=ms&k=Basic+programming+language&w1=Basic+programming+language&w2=C+ ...
10733 James Gratton
devonyokel Send Email
Jun 1, 2006
9:13 pm
... Probably because you have this line <SCRIPT language=javascript src="overlib.js"></SCRIPT> in the body of the text and not in the head. Cut and paste it...
10734 wkohlani Send Email Jun 1, 2006
9:20 pm
... left ... the ... ABOVE ... LEFT ... No!! It's still stuck to the upper left corner of the browser window!! That is really weird!...
10735 James Gratton
devonyokel Send Email
Jun 1, 2006
10:14 pm
... over ... Your web does page show it still in the upper left corner, yet when the code is downloaded and tried in several browsers it works correctly, but...
10736 wkohlani Send Email Jun 1, 2006
10:43 pm
... another ... the ... when ... it ... Thank you! I guess I will wait for the gurus!!...
10737 Robert E Boughner
reboughner0718 Send Email
Jun 1, 2006
11:19 pm
... I can't tell you anything about your page because when I open it in Netscape 7.2 it doesn't show anything. I am getting these error messages: Error:...
10738 p_gilzow Send Email Jun 2, 2006
5:20 pm
ask away! I might not always be able to reply immediately, but I'll be sure to answer as soon as i can. It's really not that hard to do. I'd say the hardest...
10739 Robert E Boughner
reboughner0718 Send Email
Jun 2, 2006
6:57 pm
... Thanks. I've taken a look at what you've done and it doesn't seem that hard to do. I do have a question with regard to the javascript. I noticed in your...
10740 wkohlani Send Email Jun 3, 2006
8:22 pm
... your ... and ... even ... popup ... are ... left ... your ... sort ... problem ... more. ... I checked the source code at that line, but there seemed to be...
10741 Robert E Boughner
reboughner0718 Send Email
Jun 3, 2006
9:27 pm
... Yes, I see that its working okay in FireFox. However, I still can't tell you why its not working in IE. Incidentally if you look at the Javascript...
10742 wkohlani Send Email Jun 4, 2006
10:32 pm
... <reboughner@> ... it in ... error ... of ... error ... that ... FIXX/Y ... corner it ... upper ... on ... may ... to ... you ... some ... no ... one ... ...
10743 John Reeher
reeherj Send Email
Jun 5, 2006
12:38 am
wkohlani, As I mentioned before you document.write makes it very hard to debug. But what I did was to set the value of the textarea equal to buildCal(curmonth...
10744 crx_gnagis Send Email Jun 5, 2006
8:44 am
i have this problem when i use overlib on my page the images will show in full sice but i want them to be a fixed width and height is that posibule? i have...
10745 Robert E Boughner
reboughner0718 Send Email
Jun 5, 2006
11:55 am
... where are your values of $width and $height coming from? I would not recommend that you do what it is that you're trying to do. I would first resize your...
10746 p_gilzow Send Email Jun 5, 2006
4:06 pm
I concur with John. After using savegenpage (https://addons.mozilla.org/firefox/2262/) and then removing the referneces to your js_output.js file, I loaded up...
10747 p_gilzow Send Email Jun 5, 2006
4:48 pm
yea, its called conditional compilation and it is IE specific. A good tutorial/explanation is here : ...
10748 wolfstevent Send Email Jun 5, 2006
6:20 pm
I recently tried to use the overLIB library to add popups to a SharePoint Web Part. Everything appeared to work properly until I tried to edit the web page...
10749 wkohlani Send Email Jun 5, 2006
8:52 pm
... in ... group, ... the ... new HTML ... buildcal, in ... I would ... With ... your ... why when ... literally ... causing the ... <reboughner@> ... open ......
10750 Robert E Boughner
reboughner0718 Send Email
Jun 5, 2006
11:37 pm
... Thanks for the information. Name conflicts are bound to occur in different utilities and there isn't much that can be done about it. You're the first one...
10751 Poppa
etohprn_1 Send Email
Jun 6, 2006
4:38 pm
I know there has been a lot of messages recently with IE and the use of overlib. I, too, have run in to this problem and hoping someone with more js...
10752 Steve T. Wolf
wolfstevent Send Email
Jun 6, 2006
6:47 pm
Re: " ...there isn't much that can be done about it." I somewhat agree. If the language does not allow for strict namespaces (like .NET) the only thing we...
10753 Poppa
etohprn_1 Send Email
Jun 6, 2006
7:08 pm
Interesting. I installed M$ JS debugger and this is where the debugger points to in the overlib.js file: } else if (typeof over.innerHTML != 'undefined&#39;) { ...
10754 Robert E Boughner
reboughner0718 Send Email
Jun 6, 2006
7:29 pm
... namespaces (like .NET) the only thing we have is to try to generate unique but useful names for global variables and function names. At least this...
10755 John Reeher
reeherj Send Email
Jun 6, 2006
7:29 pm
FYI: I've actually had a conflict with the same exact function call before. There is a Javascript Library of "most useful javascript functions" or whatever......
10756 Robert E Boughner
reboughner0718 Send Email
Jun 6, 2006
7:33 pm
... No not really. It just goes along with what you mentioned before. If 'over' is null (which it is when the overlib code first loads) then the .innerHTML...
10757 Robert E Boughner
reboughner0718 Send Email
Jun 6, 2006
7:40 pm
... Can you indicate in what way overlib is used during a post to your forum? Just why are you calling it? Any details that you can provide would be most...
Messages 10728 - 10757 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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