Re: [Dynapi-Help] Tooltips using DynAPI

2002-12-30 Thread Raymond Irving
Hi, Check out http://www.richardinfo.com/examples/php/examples.html and search for tooltip -- Raymond Irving --- Joe NguyenLe <[EMAIL PROTECTED]> wrote: > Hi All, > > Does anyone know where I can find an example of > tooltips using DynAPI? > > Thx, > > joe n. > > >

[Dynapi-Help] Tooltips using DynAPI

2002-12-30 Thread Joe NguyenLe
Hi All, Does anyone know where I can find an example of tooltips using DynAPI? Thx, joe n. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Dynapi-

Re: [Dynapi-Help] Tooltips (was: no subject)

2001-02-19 Thread Richard Bennett
I'm sorry, it seems this example is flawed, I posted before testing it properly. Richard. - Original Message - From: "Richard Bennett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 19, 2001 2:30 PM Subject: Re: [Dynapi-Help] Toolti

Re: [Dynapi-Help] Tooltips (was: no subject)

2001-02-19 Thread Richard Bennett
Hi, Normally I think it would look better if you make the tooltip yourself, i.e. a layer which follows the mouse etc. But if you prefer tooltips that's ok. I'm not sure about using setBgImage AFAIK. (also check the faq on this) You CAN use setHTML, or DynImage. I put up an example of that here:

[Dynapi-Help] Tooltips

2001-02-16 Thread Chris Lemon
Has any one got any good methods for displaying tooltips for layers which contain just a background image. At the moment the best way I can think of is on a mouseover event to place a transparent layer over the top of the image layer. I then set the HTML of this new layer to an tag with the src

Re: [Dynapi-Help] Tooltips

2001-02-08 Thread Henrik Våglin
;Michael Towers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 2:25 PM Subject: [Dynapi-Help] Tooltips > Hi, > > I'm a bit new to DynApi and javascript in general so I appologise in advance > if any of this seems a bit st

RE: [Dynapi-Help] Tooltips

2001-02-08 Thread Pascal
D]]Namens Michael Towers > Verzonden: donderdag 8 februari 2001 14:25 > Aan: [EMAIL PROTECTED] > Onderwerp: [Dynapi-Help] Tooltips > > > Hi, > > I'm a bit new to DynApi and javascript in general so I > appologise in advance > if any of this seems a bit stupid. I

[Dynapi-Help] Tooltips

2001-02-08 Thread Michael Towers
Hi, I'm a bit new to DynApi and javascript in general so I appologise in advance if any of this seems a bit stupid. I have two problems I am trying to solve. First, I would like to be able to add tooltips to layers. The layers will contain an image or have the background colour set. I have