Re: [Dynapi-Dev] DynAPI 2.5

2001-04-01 Thread Michael Pemberton
there have been some amazing changes. For one, the core stuctrure of the api itself has been altered. Eytan Heidingsfeld wrote: > I think that 2.5 sounds a bit too much for just getting stuff to work (no > amazing change) how about 2.4 or 2.2? > 8an > > _

Re: [Dynapi-Dev] Key Events

2001-04-01 Thread Stephen J. Carroll
How are the keycodes on IE? They appear to be all messed up. See my Reply in the DynAPI 2.5 thread, I've included an attatchement called keys'.js that corrects for that, granted, I think it needs to be merged with Robert's fix for bubbling. regards, Steve - Original Message - From: Eytan

[Dynapi-Dev] Key Events

2001-04-01 Thread Eytan Heidingsfeld
In the keyevents if the key pressed is not between a to z we just ignore it and keep the value of the curKey. I think we should change it to undefined meaning: This line: if (((curKey>='a')&&(curKey<='z'))||((curKey>='0')&&(curKey<='9'))) this.charKey=curKey; Should be replaced with if (((curKey>

RE: [Dynapi-Dev] DynAPI 2.5

2001-04-01 Thread Eytan Heidingsfeld
I think that 2.5 sounds a bit too much for just getting stuff to work (no amazing change) how about 2.4 or 2.2? 8an ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev