I'm working on the internal calendar project wherein the user can register the events in the calendar. The overlibe function is used to view the details of the...
10125
mowu1
Nov 2, 2005 12:32 pm
Hello, At first: very nice tool :-) I have a question: Is it possible to control the vertical alignment of the popups automatically? If i have a longer...
10126
Ludek Zakel
fluttervertigo
Nov 2, 2005 2:03 pm
I know this has come up before (I search list archives before posting). The standard response to FULLHTML seems to be "it's not used much so it hasn't been...
10127
Robert E Boughner
reboughner0718
Nov 2, 2005 3:33 pm
... Try adding the VAUTO command to your command line. This will cause the popup to be switched from BELOE to ABOVE if the popup, when displayed near the...
10128
Robert E Boughner
reboughner0718
Nov 2, 2005 3:40 pm
... When you use FULLHTML you the author are responsible for all aspects of displaying the content of rhe popup (background color, text color, width, etc.) In...
10129
Robert E Boughner
reboughner0718
Nov 2, 2005 3:41 pm
... Please provide an URL to the page that you're having trouble with so that we can better see what you're attempting to do. Bob...
10130
phil paxton
fluttervertigo
Nov 2, 2005 5:00 pm
... That code doesn't work. It merely supplies a different format of the same thing I had before (black text on transparent background). I presumed I was...
10131
vijaya ravi
vijaya_madras
Nov 2, 2005 6:04 pm
Hi, It's the intranet site & need authentication. So I'm attaching the screen shot, Pls find it. In the screen shot Category B event is showing in Blue color....
10132
Robert E Boughner
reboughner0718
Nov 2, 2005 10:00 pm
... The above code does work on my system (Netscape 7.2, Windows XP Professional) after I change green to '#00ff0039; which is the hexadecimal equivalent. In...
10133
phil paxton
fluttervertigo
Nov 2, 2005 10:29 pm
On 11/2/05, Robert E Boughner <reboughner@...> wrote: In your example, you don't supply it the full HTML code for a page but instead supply the code...
10134
vijaya ravi
vijaya_madras
Nov 2, 2005 10:41 pm
Sorry, Pls find the screen shot ... vijaya ravi wrote: Hi,It's the intranet site & need authentication. So I'mattaching the screen shot, Pls find it. In the ...
10135
jwegelston
Nov 2, 2005 10:47 pm
Sorry to take so long to thank you, but I appreciate the help! There was a line of code in there from something else I tried before I found overLIB, but for...
10136
Robert E Boughner
reboughner0718
Nov 3, 2005 12:25 am
... Wendy, Glad that we can be of help to you. The advanced aspects of JS do take a while to get used to, and the best way is the method that you're using...
10137
Robert E Boughner
reboughner0718
Nov 3, 2005 12:33 am
... One approach to this problem would be to set the foreground color (the color controlled by FGCOLOR to the null string ol_fgcolr=39;', which will show text on...
10138
lhwwk
Nov 3, 2005 1:23 am
I have overlib calendar picker popups. The popups will be covered by other components such as buttons in the page. How to solve this?...
10139
Adan
adan_coldfire
Nov 3, 2005 2:45 am
Allright, this is the first time i've ever used this. I want to know how to install this into mywebsite. Can anyone help? lol...
10140
Rich
richs305
Nov 3, 2005 4:59 am
... It's extremely easy to get started with. Go here: http://www.bosrup.com/web/overlib/ Click the Download link to download the zip archive. Place the ...
10141
Robert E Boughner
reboughner0718
Nov 3, 2005 3:22 pm
... Can you please provide further explanation as to what your problem is or at least provide the URL to a page that displays your problem so that we can see...
10142
vijaya ravi
vijaya_madras
Nov 3, 2005 7:40 pm
Hi, I have changed the code like below. if((eventos[k].category_name).equals("A")){ <SCRIPT LANGUAGE="JavaScript"> var ol_fgcolor=" "; ...
10143
bob_egolf
Nov 8, 2005 4:37 am
Cool script thanks, I am starting to integrate overlib into a calendar page and it seems that the first link I mouseover the box is in the Upper left of the...
10144
Robert E Boughner
reboughner0718
Nov 8, 2005 2:38 pm
... What that means is that the overlib script doesn't know where the cursor is at on your page. The script initializes the mouse's position to the upper left...
10145
xah lee
xah@...
Nov 8, 2005 9:03 pm
hi all, i hope it is ok to ask, what is the secret of drawing pop up balloons? i digged into the code a bit, but it is not very obvious. (seems drawing...
10146
Robert E Boughner
reboughner0718
Nov 8, 2005 9:36 pm
... See the page description here: http://overlib.boughner.us/plugins/bubble_commands.html which explains a little about what's involved and gives a few...
10147
bob_egolf
Nov 9, 2005 3:53 am
... correctly. ... Thanks I didn't think of that, it works great once I move it below my other scripts and the navigational menu still works also. Great work....
10148
Paul Williams
paul@...
Nov 9, 2005 7:09 am
All, I've encountered a situation where overlib popups appear "beneath" or clipped by form elements when viewing with IE. I have a screenshot of the issue: ...
10149
Robert E Boughner
reboughner0718
Nov 9, 2005 2:24 pm
... calendar ... for the ... Glad that helped you out....
10150
Robert E Boughner
reboughner0718
Nov 9, 2005 2:27 pm
... the ... Just for your information, Yahoo doesn't save anything when you use an attachment to your email. If you want this to be seen, then create a ...
10151
rogiow
Nov 9, 2005 2:41 pm
Is it possible to make an overlib pop-up resizeable?...
10152
Robert E Boughner
reboughner0718
Nov 9, 2005 5:31 pm
... No there is no code to allow one to do that. It really isn't necessary since the popup will generally grow in size to accomodate its content....
10153
n8agrin
Nov 9, 2005 7:15 pm
Here is my overlib call: <a href="javascript:smoothPanMap('up39;)" onmouseover="return overlib('Move the map up.', TIMEOUT, 2500);" onmouseout="return nd();"> ...