Re: [Dynapi-Help] form elements in a loadpanel??

2001-04-07 Thread Richard Bennett
Hi, I think some patching done on 30/3/2001 might be to blame, see: http://www.mail-archive.com/dynapi-cvs%40lists.sourceforge.net/msg00181.html   If you open src/lib/dynapi/event/mouse.js   and change line 28 from this:   DynMouseEvent.prototype.cancelBrowserEvent=function() {this.browserRet

[Dynapi-Help] form elements in a loadpanel??

2001-04-07 Thread John Hammen
Hi All,   I've been working on a project where I need to display radio-buttons in a loadpanel. I'm not going to POST their state at all, but I do need to catch their onClick handler.   Everything works great in IE5 and NS6 and _used_ to work great in NS4, but now I get no response from the o

Re: [Dynapi-Help] How do I drop stuff on a child layer (a layer that's ontop of another layer)???

2001-04-07 Thread Richard Bennett
This is a very neat patch, I hope it gets in the new release, cause it works very well, and is very accurate now. Attached is the dragdrop.js file (Michael's patch) which goes in the dynapi/ext directory, and Chris's example, with doubly nested children. Richard. - Original Message - Fr

Re: [Dynapi-Help] Hello and a problem with clip and eventlisteners

2001-04-07 Thread Richard Bennett
To be honest I can't make out what your trying to do, 'cause without the images all the layers show on top of each other in a little square, do you have the page online somewhere with the images? The correct setClip syntax is setClip([t,r,b,l]), this is not the case for wipeTo(), which doesn't us

Re: [Dynapi-Help] How do I drop stuff on a child layer (a layer that's ontop of another layer)???

2001-04-07 Thread Chris Shreve
Thank you. Out of curiosity...where in the DynAPI does all this happen? Chris Shreve - Original Message - From: "Michael Pemberton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 7:25 AM Subject: Re: [Dynapi-Help] How do I drop stuff on a child layer (a layer t

Re: [Dynapi-Help] Limitation of Loadpanel

2001-04-07 Thread Richard Bennett
Yes there are limitations, the main ones being that you can't load pages from other domains, you can't get the html, links reload the whole page, not just the loadpanel, etc. See here for more info: http://dynapi.sourceforge.net/dynapi/content.php?page_id=12#app1   Cheers,Richard Bennett   [EM

Re: [Dynapi-Help] With latest snapshot 2001 04 04 my windows work worse in NT

2001-04-07 Thread Richard Bennett
I had a look at your code, and I think your best doing a setVisible(false), instead of deleting the layer. Then you check if the layer exists when clicking the link, if it does you make it visible, if it doesn't you create it.(example attached) Normally you'd want to re-write what you have as a wi