[Dynapi-Help] Events on Html elements in NS...

2001-03-05 Thread GORTSILAS ANDREAS
In this code: . DynAPI.onLoad=function() { myLayer = new DynLayer() myLayer.setSize(100,100) myLayer.setBgColor('#c0c0c0') myLayer.moveTo(100,100) myListener = new EventListener(DynAPI.document) myListener.onclick=function(e) { alert('click');

Re: [Dynapi-Help] DynAPI + AfroAPI File URL doesn't show sub layers

2001-03-05 Thread Michael Pemberton
i'm not too sure, but it is possible that the use of setHTML() being after the execution of the tags is causing the code to be lost. try creating the layers and then adding them using the afterload event. Ramon Buckland wrote: > Michael Pemberton, (and others) > > We have implemented your(Mich

Re: [Dynapi-Help] DynAPI error or browser error?

2001-03-05 Thread Richard Bennett
Now causes error line11 PathAnimation is undefined in IE5.5 - Original Message - From: "ADnoctum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 12:48 PM Subject: RE: [Dynapi-Help] DynAPI error or browser error? > Sorry, It's working now. > > > > > > >You

RE: [Dynapi-Help] DynAPI error or browser error?

2001-03-05 Thread ADnoctum
Sorry, It's working now. >Your link gives 404 > >I'm having similar problems with events in IE5.5 and NS6, if the layers >contain images. This is an API problem, older versions did not have this >problem. > >Richard. > > >- Original Message - >From: "ADnoctum" <[EMAIL PROTECTED]> >To:

[Dynapi-Help] Mac beta testers

2001-03-05 Thread Michael Pemberton
I'm looking for some people to test out come of my code on macs. I want to try get the code working before I post it to the general dynapi population. If there is anyone out there willing to help me out, please email / icq me. -- Michael Pemberton [EMAIL PROTECTED] ICQ: 12107010 ___

Re[2]: [Dynapi-Help] deleteChild() IE5

2001-03-05 Thread Robert Rainwater
I don't think the removeNode is even supported by IE. It will not be in the next release anyways. -- Robert Rainwater On 3/5/2001, 5:46:53 PM EST, Darryl wrote about "[Dynapi-Help] deleteChild() IE5": > Thanks Eytan, > I found two functions that contained removeFromParent and I commented ou

[Dynapi-Help] DynAPI + AfroAPI File URL doesn't show sub layers

2001-03-05 Thread Ramon Buckland
Michael Pemberton, (and others) We have implemented your(Michael) AfroAPI LoadPanel version into our codebase and all is working well. Except for a small glitch I guess, We are creating layers from a database, such that .. Layer 1 <--- has a URL to an ASP page say X.asp?id=layer1 X.asp

Re: [Dynapi-Help] revalue a 'document variable' from a widget

2001-03-05 Thread Michael Pemberton
that code should work no matter where you want to reference the item from. a global variable is accessable anywhere. eg: "is.xxx" is an example of a global variable. Lluis Casany wrote: > Hi, > > I working on a widget. I'd like to value a 'document variable' from a > widget. When I'm saying a

Re: [Dynapi-Help] DynAPI error or browser error?

2001-03-05 Thread Richard Bennett
Your link gives 404 I'm having similar problems with events in IE5.5 and NS6, if the layers contain images. This is an API problem, older versions did not have this problem. Richard. - Original Message - From: "ADnoctum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, Februar

RE: [Dynapi-Help] deleteChild() IE5

2001-03-05 Thread Darryl Cousins
Thanks Eytan, I found two functions that contained removeFromParent and I commented out both (to try): DynLayer.prototype.removeFromParent=function() { if (this.parent!=null) this.parent.removeChild(this); }; and this one: DynLayer.prototype.deleteFromParent=function() { this.p

[Dynapi-Help] DynAPI error or browser error?

2001-03-05 Thread ADnoctum
Hi. I'm working on a menu that scrolls to the right when the mouse is over a layer and close to the left when receibes an onMouseDown event. For that I'm creating a two layers wich hold a button(the content) and an arrow wich open the menu. These two layers are childs of another layer that I move

Re: [Dynapi-Help] Creative-Workshop.com Beta 2

2001-03-05 Thread Doug Melvin
The best I have to offer at the momnet is: be minimalistic..   combine layers where you can (ie; the menu is justone layer that looks like four)   remove them if you can (ie; I had a seperate popup layer for each menu, now I have just one and I change it's contents)   use single image instea

RE: [Dynapi-Help] Creative-Workshop.com Beta 2

2001-03-05 Thread Jon McLennan
Doug, the site looks great. I didn't go that deep in to looking for bugs (read: didn't look at all ;) ), but I did have a question. Were you able to find any way to prevent or control memory leaks?  I'm still running into memory problems on my project and some of my co-workers have been comp

[Dynapi-Help] revalue a 'document variable' from a widget

2001-03-05 Thread Lluis Casany
Hi, I working on a widget. I'd like to value a 'document variable' from a widget. When I'm saying a 'document variable' I mean a value that I set on the html code when it is loading and in this way: var myFlag=false; I'd like to change myFlag to true from the widget. How I can do that? thanks

[Dynapi-Help] NS6 and Button.js

2001-03-05 Thread Carlos A. Pacheco Navas
Hello. I've tested the example containing buttons in NS6 and it doesn't work. Do you have the same problem ? Any idea about the cause ? Thanks. smime.p7s

Re: [Dynapi-Help] NS4 resizing works fine

2001-03-05 Thread Doug Melvin
Please. There is no reason to post your messages to more than one list - Original Message - From: "Carlos A. Pacheco Navas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 4:13 AM Subject: [Dynapi-Help] NS4 resizing works fine > Hi all. >

RE: [Dynapi-Help] deleteChild() IE5

2001-03-05 Thread Eytan Heidingsfeld
This is the famous access violation I was talking about. It happens somtimes. I think it may have to do with the splicing or I also found that if you delete the line that contains removeFromParent this is solved. I will look into it soon(I'm working on a cool widget now) 8an

[Dynapi-Help] NS4 resizing works fine

2001-03-05 Thread Carlos A. Pacheco Navas
Hi all. I've tested David's solution for NS4.08 and it works wonderful in all the cases. It seems we have a final solution for the resizing problem :) -- -- Carlos Pacheco Navas Departament d'e

[Dynapi-Help] NS4.08 resize problem with images resized possible fix

2001-03-05 Thread David Cushman
Greetings All, Regarding the post "[Dynapi-Help] Resizing in NS4" from Carlos, we have been working on the problem when the images are being sized. It turns out that ns4.08 does things a little different. Attached is an updated modification to replace the one I previously posted for fixing res