From: Pascal B. <pa...@dy...> - 2001-01-21 19:38:16
|
1). I think we do, the modifier keys are in the mouse event set to the mouse event object.. this means they can be used from within that event listener, and no need to also attach a key event. 2) I have no clue.. never seen this method, and don't know who added it.. I think the normal 'ondelete' event is enough, and a pre-delete event will never be used (and looking at this code, als never triggered :-) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Robert Rainwater > Verzonden: zondag 21 januari 2001 19:58 > Aan: DynAPI Development List > Onderwerp: [Dynapi-Dev] 2 Questions > > > > 1) Why the need to set the modifier keys in events.js (alt, ctrl, shift)? > Can't this be removed since we have the keylistener events? > > 2) DynLayer.flagDeleteChildren loops through all the children. But it > doesn't ever do anything. Is this suppose to invoke a "delete" event? > > > -- > // Robert Rainwater > ---------------------- > DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ > DynAPI Homepage: http://dynapi.sourceforge.net/ > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |