From: Pascal <pb...@oi...> - 2001-01-08 09:27:52
|
Which version of the DynAPI are you using? a daily-snapshot? or the latest release? Some of the snapshots didn't include the IE5.5 event fix, so that might cause your problems here... if you use a daily-snapshot try the latest, because it should include the fix again. (ps. not to be annoying, but for help you should use the dynapi-help mailinglist and not the developers list.. ) Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Bachis > Bogdan-Adrian > Verzonden: maandag 8 januari 2001 10:00 > Aan: dyn...@li... > Onderwerp: [Dynapi-Dev] onmouseover problem > > > > Hello, > > I'm new to DynAPI project and I have the following > problem: I have a DynLayer object that is a child of > another DynLayer object. I added the onmouseover event > to the child DynLayer object, but when I moved the > mouse over the layer, nothing happens. Here's the > code: > > menuBar=new DynLayer(null, 10, 10, 210, 25, "red") > > menuOption1=new DynLayer(null, 10, 5, 40, 15, "white") > > menuOption1Listener=new EventListener(menuOption1) > > menuOption1Listener.onmouseover=function(e){ > alert("test") > } > > menuOption1.addEventListener(menuOption1Listener) > > menuBar.addChild(menuOption1) > DynAPI.document.addChild(menuBar) > > I've tried to add the onmouseup event instead of > onmouseover and everything worked just fine... > > Can you please tell me what's wrong with it? > > Thanks, > > Bogdan. > > P.S. I'm using IE 5.5 and Windows NT 4.0 Workstation > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Photos - Share your holiday photos online! > http://photos.yahoo.com/ > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |