Search the web
Sign In
New User? Sign Up
overlib · Discussions regarding implementing, using and developing overLIB.
? 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 10728 - 10757 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10728
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...
wkohlani
Offline Send Email
Jun 1, 2006
4:30 pm
10729
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...
waleed kohlani
wkohlani
Offline Send Email
Jun 1, 2006
4:47 pm
10730
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...
msolguin
Offline Send Email
Jun 1, 2006
5:07 pm
10731
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 ... ...
John Reeher
reeherj
Offline Send Email
Jun 1, 2006
5:50 pm
10732
... Anyhow, ... overDiv ... visibility:hidden; ... resort ... with ... IE ... t=ms&k=Basic+programming+language&w1=Basic+programming+language&w2=C+ ...
wkohlani
Offline Send Email
Jun 1, 2006
8:29 pm
10733
... 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...
James Gratton
devonyokel
Offline Send Email
Jun 1, 2006
9:13 pm
10734
... left ... the ... ABOVE ... LEFT ... No!! It's still stuck to the upper left corner of the browser window!! That is really weird!...
wkohlani
Offline Send Email
Jun 1, 2006
9:20 pm
10735
... 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...
James Gratton
devonyokel
Offline Send Email
Jun 1, 2006
10:14 pm
10736
... another ... the ... when ... it ... Thank you! I guess I will wait for the gurus!!...
wkohlani
Offline Send Email
Jun 1, 2006
10:43 pm
10737
... 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:...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 1, 2006
11:19 pm
10738
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...
p_gilzow
Offline Send Email
Jun 2, 2006
5:20 pm
10739
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 2, 2006
6:57 pm
10740
... your ... and ... even ... popup ... are ... left ... your ... sort ... problem ... more. ... I checked the source code at that line, but there seemed to be...
wkohlani
Offline Send Email
Jun 3, 2006
8:22 pm
10741
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 3, 2006
9:27 pm
10742
... <reboughner@> ... it in ... error ... of ... error ... that ... FIXX/Y ... corner it ... upper ... on ... may ... to ... you ... some ... no ... one ... ...
wkohlani
Offline Send Email
Jun 4, 2006
10:32 pm
10743
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...
John Reeher
reeherj
Offline Send Email
Jun 5, 2006
12:38 am
10744
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...
crx_gnagis
Offline Send Email
Jun 5, 2006
8:44 am
10745
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 5, 2006
11:55 am
10746
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...
p_gilzow
Offline Send Email
Jun 5, 2006
4:06 pm
10747
yea, its called conditional compilation and it is IE specific. A good tutorial/explanation is here : ...
p_gilzow
Offline Send Email
Jun 5, 2006
4:48 pm
10748
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...
wolfstevent
Offline Send Email
Jun 5, 2006
6:20 pm
10749
... in ... group, ... the ... new HTML ... buildcal, in ... I would ... With ... your ... why when ... literally ... causing the ... <reboughner@> ... open ......
wkohlani
Offline Send Email
Jun 5, 2006
8:52 pm
10750
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 5, 2006
11:37 pm
10751
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...
Poppa
etohprn_1
Offline Send Email
Jun 6, 2006
4:38 pm
10752
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...
Steve T. Wolf
wolfstevent
Offline Send Email
Jun 6, 2006
6:47 pm
10753
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') { ...
Poppa
etohprn_1
Offline Send Email
Jun 6, 2006
7:08 pm
10754
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 6, 2006
7:29 pm
10755
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......
John Reeher
reeherj
Offline Send Email
Jun 6, 2006
7:29 pm
10756
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 6, 2006
7:33 pm
10757
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 6, 2006
7:40 pm
Messages 10728 - 10757 of 12718   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