You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(66) |
Feb
(52) |
Mar
(88) |
Apr
(27) |
May
(17) |
Jun
(18) |
Jul
(5) |
Aug
(12) |
Sep
(4) |
Oct
(4) |
Nov
(3) |
Dec
(3) |
2002 |
Jan
(6) |
Feb
|
Mar
|
Apr
(1) |
May
(5) |
Jun
(8) |
Jul
(8) |
Aug
(5) |
Sep
(8) |
Oct
(16) |
Nov
(6) |
Dec
(4) |
2003 |
Jan
(9) |
Feb
(5) |
Mar
(7) |
Apr
(6) |
May
(7) |
Jun
(12) |
Jul
(15) |
Aug
(17) |
Sep
(12) |
Oct
(16) |
Nov
(29) |
Dec
(27) |
2004 |
Jan
(65) |
Feb
(120) |
Mar
(50) |
Apr
(36) |
May
(21) |
Jun
(11) |
Jul
(20) |
Aug
(16) |
Sep
(11) |
Oct
(25) |
Nov
(22) |
Dec
(36) |
2005 |
Jan
(11) |
Feb
(25) |
Mar
(41) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mark G. <mar...@me...> - 2001-03-10 14:05:35
|
Hi Michael, Thanks for quick help. I have two additional questions.=20 1. Will I be able to implement right mouse ie5.5 popup object clicking = on a dragable object? 2. Move an object first cliking on it, then move without keeping mouse = down, then clicking again to drop an object? Thanks, Mark ----- Original Message -----=20 From: Michael Pemberton=20 To: dyn...@li...=20 Sent: Saturday, March 10, 2001 7:53 AM Subject: Re: [Dynapi-Widgetdev] Drag and Drop checkout:=20 http://freeshell.org/~afroapi/examples/afroapi/events/drag.html=20 = http://freeshell.org/~afroapi/examples/afroapi/events/dragdrop.html=20 The code can be got from here:=20 http://freeshell.org/~afroapi/afroapi.zip=20 =20 Mark Goldin wrote:=20 I need to develop an interface with drag and drop functionality. I = also need snap-on effect. Can somebody point me to some examples I can = use to get started?Thanks Mark --=20 Michael Pemberton=20 mp...@ph...=20 ICQ: 12107010=20 =20 |
From: Michael P. <mp...@ph...> - 2001-03-10 13:54:40
|
checkout: http://freeshell.org/~afroapi/examples/afroapi/events/drag.html http://freeshell.org/~afroapi/examples/afroapi/events/dragdrop.html The code can be got from here: http://freeshell.org/~afroapi/afroapi.zip Mark Goldin wrote: > I need to develop an interface with drag and drop functionality. I > also need snap-on effect. Can somebody point me to some examples I > can use to get started?Thanks Mark -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Mark G. <mar...@me...> - 2001-03-10 12:49:12
|
I need to develop an interface with drag and drop functionality. I also = need snap-on effect. Can somebody point me to some examples I can use = to get started? Thanks Mark |
From: Cheston U. <Che...@rl...> - 2001-03-10 07:00:10
|
Hey all, With all due respect, I am well aware of being able to re-load the page, to get the desired effect. The problem with that is, my useres will be browsing the internet within a Windowlette that is actually part of my site's homepage. Yes, it could reload once anyone resizes the screen....but then they would lose whatever web-page they were looking at. Because of this, Reloading the page is simply out of the question. This is where my dilema is...how to resize everything with the browser window.....WITHOUT having to reload the page. If anyone has ideas, I am open to them...no matter how crazy they might sound. -- - Cheston U. (Rainbow Lake School Webmaster) -- - Cheston U. (Rainbow Lake School Webmaster) ____________________________________________________________ Online tools for small business at www.opendesk.com |
From: Rene V. <Ren...@CT...> - 2001-03-09 10:15:14
|
So for now there aren't any widgets yet to do the trick? -----Original Message----- From: Cameron Hart [mailto:ca...@bi...] Sent: vrijdag 9 maart 2001 10:54 To: dyn...@li... Subject: RE: [Dynapi-Chat] simple IFRAME with scrolling with external files LoadPanel doesn't use IFRAME's for display, some browsers (ie4, ns6) use an IFRAME to load the data, and then copy and paste the data into a DynLayer. If you want to do things like scroll=auto, I'd suggest trying to use a regular DynLayer, and create your IFRAME tag using setHTML('<iframe src=....>') instead of LoadPanel. LoadPanel doesn't currently work in Mac IE5 either. Keep in mind that IFRAME is not supported by Netscape4.x cheers, cameron. -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Rene Vendrig Sent: 09 March 2001 08:18 To: 'dyn...@li...' Subject: [Dynapi-Chat] simple IFRAME with scrolling with external files Hello all, Currently I'm working on a page (sorry, online environment) where people can click on objects so new windows will popup. In those popups should load external pages (because it's half database driven). The popups aren't really real popups, but the floating frames. I succeed in making the loadpanel object work, but the frame will change its size to the content. So if the content exceeds the defined size, the frame will grow and v.v. when it is less. In short: How can I define that the loadpanel will be "noresize" and that the scrollbars will be "scroll=auto" ? That's the only thing I want. I prefer the scrollbars brought by Explorer (because of the behaviour). Another 'challenge': it should work on Windows as well as on... Mac. (IE5+) thanks Rene. |
From: Xabi O. <xoc...@ar...> - 2001-03-09 07:43:43
|
Hi Subodh, Friday, March 09, 2001, 5:57:37 AM, you wrote: SS> Hi I have been having some problems with the loadpanel and improper SS> behaviour in IE5.5 Could somebody help me with this? SS> IE5.5 merely changes the content within panel1 whereas panel2 and panel3 SS> remain unaffected. SS> Am I doing something wrong? It seems that IE doesn't exec scripts dynamically loaded inside a loadpanel. You can try putting "defer" without the quotes inside the <script ...> tag (thanks to Cameron Hart for this one) and maybe you'll need to move de script below the body tag for IE 5.0 -- Best regards, Xabi xoc...@ar... |
From: Michael P. <mp...@ph...> - 2001-03-09 05:06:37
|
AFAIK IE doesn't allow for the load panel to execute JS. If you need this, try using me url loading code at http://freeshell.net/~afroapi/afroapi.zip the files that are used are: afroapi.file [io, url] they also use the applet in the js/afroapi/file directory. check the location in url.js points to where you place the applet. if you have any further questions about my code, feel free to email me. Subodh Shakya wrote: > Hi I have been having some problems with the loadpanel and improper > behaviour in IE5.5 Could somebody help me with this?I have the > folowing set of filespage1.htm,page2.asp,page3.asppage1.htm opens 3 > (loadpanels) and depending upon a certain form selection, the > Javascript changes the source of panel1 using the setURL method and > passes the parameters to page2.asp Page2.asp gives a response based > upon the query string and in the returned source, does a > panel2.setHTML and panel3.setHTML So far so good. The problem is that > Netscape 4.76 renders it correctly but IE5.5 merely changes the > content within panel1 whereas panel2 and panel3 remain unaffected. Am > I doing something wrong? Sincere regardsSubodh Shakya -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Subodh S. <Su...@PL...> - 2001-03-09 04:47:21
|
Hi I have been having some problems with the loadpanel and improper behaviour in IE5.5 Could somebody help me with this? I have the folowing set of files page1.htm,page2.asp,page3.asp page1.htm opens 3 (loadpanels) and depending upon a certain form selection, the Javascript changes the source of panel1 using the setURL method and passes the parameters to page2.asp Page2.asp gives a response based upon the query string and in the returned source, does a panel2.setHTML and panel3.setHTML So far so good. The problem is that Netscape 4.76 renders it correctly but IE5.5 merely changes the content within panel1 whereas panel2 and panel3 remain unaffected. Am I doing something wrong? Sincere regards Subodh Shakya |
From: Doug M. <do...@cr...> - 2001-03-08 17:51:01
|
By tab widget, do you mean a tabbed dialog? like in win32? I can make one very easily (after office hours of course) if enough = people show interest.. BTW, I' guessing from all the talk, that poeple would like to see = myScroll packed into a scrollpane? ----- Original Message -----=20 From: Antonio Guadagno=20 To: dyn...@li...=20 Sent: Thursday, March 08, 2001 6:46 AM Subject: [Dynapi-Widgetdev] Tab Widget Does anybody know or is working on a Tab Widget ? Antonio -------------------------------------------------------------------------= ----- Get Your Private, Free E-mail from MSN Hotmail at = http://www.hotmail.com. _______________________________________________ Dynapi-Widgetdev = mailing list Dyn...@li... = http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev --- Outgoing mail is certified Virus Free by AVG Free Edition Download at: http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/01 |
From: Antonio G. <ang...@ho...> - 2001-03-08 14:45:08
|
<html><DIV>Does anybody know or is working on a Tab Widget ?</DIV> <DIV> </DIV> <DIV>Antonio</DIV><br clear=all><hr>Get Your Private, Free E-mail from MSN Hotmail at <a href="http://www.hotmail.com">http://www.hotmail.com</a>.<br></p></html> |
From: Richard B. <ma...@ri...> - 2001-03-08 01:00:03
|
Using Iframe/Ilayer won't work very well in NS4 will it? (with links reloading the whole window etc) DynAPI.onResize=function() { //do stuff here } Don't forget to reload the page in case of ns4. Regarding including previous posts, I find something in between to be the best, when Eytan replies to something you're left guessing what the question was, yet I understand very long posts might be annoying for some. You can of course read the posts here: http://www.mail-archive.com/index.php3?hunt=dynapi sorted by date or thread, and just post from your email client. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) Find the DynAPI faq here: http://sourceforge.net/docman/display_doc.php?docid=656&group_id=5757 Browse the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi ----- Original Message ----- From: "Cheston Unnewehr" <Che...@rl...> To: <dyn...@li...> Sent: Thursday, March 08, 2001 1:06 AM Subject: [Dynapi-Widgetdev] Need some help on Window Resizing > Hello Y'all, > > I'm developing a colapseable frame system that allows users to browse the Internet within an IFRAME "window", while still having access to all the menus and links from my site's page. The script is designed to maximize the browseable space for users, as well as having low overhead, so as to be quick and responsive, even on antiquated computers (133 MHz CPU's, and the like...the school I webmaster for has very OLD equipment). Once the script is finished, I'll upload it and let everyone have the source. I personally feel this will be a very useful tool for webmasters. > > In any case, I have a problem...can anyone help me? > > Everything about this GUI interface relies on the size of the screen. I want it to look the same for nearly every resolution. So far, the page loads and looks good at any Res, but only when the Page is loaded, or refreshed. If the window size is changed, the rest doesnt change with it. > > I have a function that will refresh the layers' position and dimensions on-the-fly, but I don't know how to trigger it. Anyone have any ideas how i can make it fire, when the browser window's size is changed? > > I appreciate any help that anyone can give me. > -- > - Cheston U. > (Rainbow Lake School Webmaster > http://www.fvsd.ab.ca/rainbow/ ) > > P.S. > I really like the mailing list, but I have a request to make of everyone. > > (Actually, I am BEGGING) > > I am using a free web-based e-mail client (the only thing the school will fund, heh). I have noticed lots of people leaving Copies of the emails they reply to, in their own emails. The result?....the same stuff, in the same Email we all recieve daily, repeated...... over and over and over and over and over and over and over and over and over and over and over and over and over and.......(you get the idea). > > The useful comments are usually a few lines, buried within a mountain of gobbledygook. The headers and footers from more complex Email clients is bad enough, but reading the email becomes nearly impossible, once multiple copies of the same stuff are left in everyone's replies. > > Could everyone PLEASE send ONLY what you want to say within your mails, and not the Quotes from the mail you are replying to?...It would make reading this daily email a LOT easier....and not just for me, but for everyone. I appreciate it a lot!! Thanks :-) > > ____________________________________________________________ > Online tools for small business at www.opendesk.com > > > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev > |
From: Cheston U. <Che...@rl...> - 2001-03-08 00:05:23
|
Hello Y'all, I'm developing a colapseable frame system that allows users to browse the Internet within an IFRAME "window", while still having access to all the menus and links from my site's page. The script is designed to maximize the browseable space for users, as well as having low overhead, so as to be quick and responsive, even on antiquated computers (133 MHz CPU's, and the like...the school I webmaster for has very OLD equipment). Once the script is finished, I'll upload it and let everyone have the source. I personally feel this will be a very useful tool for webmasters. In any case, I have a problem...can anyone help me? Everything about this GUI interface relies on the size of the screen. I want it to look the same for nearly every resolution. So far, the page loads and looks good at any Res, but only when the Page is loaded, or refreshed. If the window size is changed, the rest doesnt change with it. I have a function that will refresh the layers' position and dimensions on-the-fly, but I don't know how to trigger it. Anyone have any ideas how i can make it fire, when the browser window's size is changed? I appreciate any help that anyone can give me. -- - Cheston U. (Rainbow Lake School Webmaster http://www.fvsd.ab.ca/rainbow/ ) P.S. I really like the mailing list, but I have a request to make of everyone. (Actually, I am BEGGING) I am using a free web-based e-mail client (the only thing the school will fund, heh). I have noticed lots of people leaving Copies of the emails they reply to, in their own emails. The result?....the same stuff, in the same Email we all recieve daily, repeated...... over and over and over and over and over and over and over and over and over and over and over and over and over and.......(you get the idea). The useful comments are usually a few lines, buried within a mountain of gobbledygook. The headers and footers from more complex Email clients is bad enough, but reading the email becomes nearly impossible, once multiple copies of the same stuff are left in everyone's replies. Could everyone PLEASE send ONLY what you want to say within your mails, and not the Quotes from the mail you are replying to?...It would make reading this daily email a LOT easier....and not just for me, but for everyone. I appreciate it a lot!! Thanks :-) ____________________________________________________________ Online tools for small business at www.opendesk.com |
From: Doug M. <do...@cr...> - 2001-03-02 03:08:27
|
It's more than that, and will be more even.. I will be adding stuff like setDepth wich will set he distance between the layer and it's 'shadow'. And any darned hting else I can think of. You don't have to use it. I built it as an exorcise, an attempt to better understand the internal working of the DynAPI. I thought I would share it with y'all. Keep in mind that it can have a transparent coverlayer, but still be draggable and have a dragboundry, While maintaining the axact same interface as DynLayer.. (read the docs) :-) Doug ----- Original Message ----- From: "Nicola Marzolla" <nic...@ho...> To: <dyn...@li...> Sent: Thursday, March 01, 2001 4:05 PM Subject: Re: [Dynapi-Widgetdev] My 3d Layer!! > it look a lot like the boldlayer widget ?! > > do we need a different one ? > > ciao > Y > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev --- Outgoing mail is certified Virus Free by AVG Free Edition Download at: http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |
From: Raymond S. <dst...@or...> - 2001-03-02 01:09:40
|
Leave Doug alone, if he's coding widgets he's not posting. (this is a = joke)... ----- Original Message -----=20 From: Doug Melvin=20 To: dyn...@li...=20 Sent: Thursday, March 01, 2001 6:52 PM Subject: Re: [Dynapi-Widgetdev] My 3d Layer!! Yes but.. I wanted a 3D Layer. No borders. Also a project to get me better understanding of DynAPI internals.. Beside, it looks cool. ----- Original Message -----=20 From: Michael Pemberton=20 To: dyn...@li...=20 Sent: Thursday, March 01, 2001 3:34 PM Subject: Re: [Dynapi-Widgetdev] My 3d Layer!! you could sheck out my Cell object. it already has support for = borders and also has a "fat" version that gives the 3d look of windows = dialogs / buttons. It can be seen in action here:=20 http://freeshell.org/~afroapi/examples/afrogui/cell.html=20 it can be downloaded here: http://freeshell.org/~afroapi/afroapi.zip = Doug Melvin wrote:=20 Layer3D is ready for alpha release.. you can give it a try = at:http://206.75.45.190/widget-dev/layer3d.htm You can also get the = documentation and the source at the above address.. Comments? = Complaints? Suggestion? (Compliments?) Doug =20 ---=20 Outgoing mail is certified Virus Free by AVG Free Edition=20 Download at: http://www.grisoft.com/html/us_index.cfm=20 Checked by AVG anti-virus system (http://www.grisoft.com).=20 Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 --=20 Michael Pemberton=20 mp...@ph...=20 ICQ: 12107010=20 =20 --- Outgoing mail is certified Virus Free by AVG Free Edition Download at: http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |
From: Jordi - I. - M. <jmi...@or...> - 2001-03-02 00:04:20
|
It is always good news to have new widget developers. Congrats and keep up. Doug Melvin wrote: > Layer3D is ready for alpha release.. you can give it a try > at:http://206.75.45.190/widget-dev/layer3d.htm You can also get the > documentation and the source at the above address.. Comments? > Complaints? Suggestion? (Compliments?) Doug > --- > Outgoing mail is certified Virus Free by AVG Free Edition > Download at: http://www.grisoft.com/html/us_index.cfm > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |
From: Nicola M. <nic...@ho...> - 2001-03-02 00:03:44
|
it look a lot like the boldlayer widget ?! do we need a different one ? ciao Y _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |
From: Doug M. <do...@cr...> - 2001-03-01 23:53:27
|
Yes but.. I wanted a 3D Layer. No borders. Also a project to get me better understanding of DynAPI internals.. Beside, it looks cool. ----- Original Message -----=20 From: Michael Pemberton=20 To: dyn...@li...=20 Sent: Thursday, March 01, 2001 3:34 PM Subject: Re: [Dynapi-Widgetdev] My 3d Layer!! you could sheck out my Cell object. it already has support for = borders and also has a "fat" version that gives the 3d look of windows = dialogs / buttons. It can be seen in action here:=20 http://freeshell.org/~afroapi/examples/afrogui/cell.html=20 it can be downloaded here: http://freeshell.org/~afroapi/afroapi.zip=20 Doug Melvin wrote:=20 Layer3D is ready for alpha release.. you can give it a try = at:http://206.75.45.190/widget-dev/layer3d.htm You can also get the = documentation and the source at the above address.. Comments? = Complaints? Suggestion? (Compliments?) Doug =20 ---=20 Outgoing mail is certified Virus Free by AVG Free Edition=20 Download at: http://www.grisoft.com/html/us_index.cfm=20 Checked by AVG anti-virus system (http://www.grisoft.com).=20 Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 --=20 Michael Pemberton=20 mp...@ph...=20 ICQ: 12107010=20 =20 --- Outgoing mail is certified Virus Free by AVG Free Edition Download at: http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |
From: Michael P. <mp...@ph...> - 2001-03-01 23:51:05
|
not my day. the currect example url is: AfroAPI Examples - afrogui.core.cell.js Doug Melvin wrote: > Layer3D is ready for alpha release.. you can give it a try > at:http://206.75.45.190/widget-dev/layer3d.htm You can also get the > documentation and the source at the above address.. Comments? > Complaints? Suggestion? (Compliments?) Doug > --- > Outgoing mail is certified Virus Free by AVG Free Edition > Download at: http://www.grisoft.com/html/us_index.cfm > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Michael P. <mp...@ph...> - 2001-03-01 23:36:22
|
you could sheck out my Cell object. it already has support for borders and also has a "fat" version that gives the 3d look of windows dialogs / buttons. It can be seen in action here: http://freeshell.org/~afroapi/examples/afrogui/cell.html it can be downloaded here: http://freeshell.org/~afroapi/afroapi.zip Doug Melvin wrote: > Layer3D is ready for alpha release.. you can give it a try > at:http://206.75.45.190/widget-dev/layer3d.htm You can also get the > documentation and the source at the above address.. Comments? > Complaints? Suggestion? (Compliments?) Doug > --- > Outgoing mail is certified Virus Free by AVG Free Edition > Download at: http://www.grisoft.com/html/us_index.cfm > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Doug M. <do...@cr...> - 2001-03-01 22:38:49
|
Layer3D is ready for alpha release.. you can give it a try at: http://206.75.45.190/widget-dev/layer3d.htm You can also get the documentation and the source at the above address.. Comments? Complaints? Suggestion? (Compliments?) Doug --- Outgoing mail is certified Virus Free by AVG Free Edition Download at: http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |
From: Ken O. <ko...@an...> - 2001-02-25 01:15:03
|
Hi List, Attached is my first cut at a pulldown menu. It's pretty much a "no frills" version at this point - which meets my needs for now. I'm still fiddling with it but I thought I'd pass it around to get some feedback. It has been written against the 01-25 release and tested on w2k with IE5.5 and NS4.7. It can run very slowly if it gets many (many) refreshes, but I think that is due to the dynapi memory leak. All for now. Ken |
From: Doug M. <do...@cr...> - 2001-02-23 19:07:45
|
worked for me ----- Original Message ----- From: "Michael Towers" <Mic...@pl...> To: <dyn...@li...> Sent: Friday, February 23, 2001 2:33 AM Subject: RE: [Dynapi-Widgetdev] Bubble-Help Widget > Hi, > > Thanks for the info but the url does not seem to work. > > -----Original Message----- > From: Volker Runkel [mailto:Vol...@bi...] > Sent: 23 February 2001 10:27 > To: Dyn...@li... > Subject: [Dynapi-Widgetdev] Bubble-Help Widget > > > Hi there, > > started to develop my first widget. it is kind of a bubblehelp that > works like the alt-tag in images. with the mouseover a description is > shown. There is still some work to be done to make it a widget (maybe > some day). Are there any people interested in it? i would then keep on > working it to get a usable tool. > > you find a demo at > www.web-dizain.de/bubblehelp/ > > Just move your cursor over the links and see.... > > > volker > > P.S.: i was trying to do an implementation of the maybe known overlib.js > into dynapi2... > > > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev > > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev --- Outgoing mail is certified Virus Free by AVG Free Edition Download at: http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |
From: Doug M. <do...@cr...> - 2001-02-23 19:07:36
|
That's called a tooltip, and yes, I am interested. An intelligent Tooltip would be nice ----- Original Message ----- From: "Volker Runkel" <Vol...@bi...> To: <Dyn...@li...> Sent: Friday, February 23, 2001 2:26 AM Subject: [Dynapi-Widgetdev] Bubble-Help Widget > Hi there, > > started to develop my first widget. it is kind of a bubblehelp that > works like the alt-tag in images. with the mouseover a description is > shown. There is still some work to be done to make it a widget (maybe > some day). Are there any people interested in it? i would then keep on > working it to get a usable tool. > > you find a demo at > www.web-dizain.de/bubblehelp/ > > Just move your cursor over the links and see.... > > > volker > > P.S.: i was trying to do an implementation of the maybe known overlib.js > into dynapi2... > > > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev --- Outgoing mail is certified Virus Free by AVG Free Edition Download at: http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01 |
From: Michael T. <Mic...@pl...> - 2001-02-23 11:03:39
|
Hi, I am very interested in being able to use bubble help. However I would like it to work in the same way that the ALT property on an image does ie that the bubble help is shown when the mouse is stationary over the image. Is this possible with you code? Thanks Mike Towers.. -----Original Message----- From: Volker Runkel [mailto:Vol...@bi...] Sent: 23 February 2001 10:27 To: Dyn...@li... Subject: [Dynapi-Widgetdev] Bubble-Help Widget Hi there, started to develop my first widget. it is kind of a bubblehelp that works like the alt-tag in images. with the mouseover a description is shown. There is still some work to be done to make it a widget (maybe some day). Are there any people interested in it? i would then keep on working it to get a usable tool. you find a demo at www.web-dizain.de/bubblehelp/ Just move your cursor over the links and see.... volker P.S.: i was trying to do an implementation of the maybe known overlib.js into dynapi2... _______________________________________________ Dynapi-Widgetdev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev |
From: Michael T. <Mic...@pl...> - 2001-02-23 10:31:45
|
Hi, Thanks for the info but the url does not seem to work. -----Original Message----- From: Volker Runkel [mailto:Vol...@bi...] Sent: 23 February 2001 10:27 To: Dyn...@li... Subject: [Dynapi-Widgetdev] Bubble-Help Widget Hi there, started to develop my first widget. it is kind of a bubblehelp that works like the alt-tag in images. with the mouseover a description is shown. There is still some work to be done to make it a widget (maybe some day). Are there any people interested in it? i would then keep on working it to get a usable tool. you find a demo at www.web-dizain.de/bubblehelp/ Just move your cursor over the links and see.... volker P.S.: i was trying to do an implementation of the maybe known overlib.js into dynapi2... _______________________________________________ Dynapi-Widgetdev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev |