now, why would the following code produce "evnt.setBubble is not a function"?
 
  scrollKnob.knobDragListener=new EventListener(scrollKnob);
  scrollKnob.knobDragListener.onresize = function(evnt) {
   evnt.setBubble(false);
    alert('resize');
  };
  scrollKnob.knobDragListener. {
   evnt.setBubble(false);
    alert('down');
  };
  scrollKnob.knobDragListener. {
   evnt.setBubble(false);
    alert('up');
  };
  scrollKnob.addEventListener(scrollKnob.knobDragListener);
 

---
Outgoing mail is certified Virus Free by AVG Free Edition
Download at: http://www.grisoft.com/html/us_index.cfm
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01

Reply via email to