search for: evtyp

Displaying 3 results from an estimated 3 matches for "evtyp".

Did you mean: evtype
2005 Dec 18
3
JavaScript question
...ar class. How do I get back to the instance? Anyone got a clue? For further info: I register this event-handler like so: this._addEvent(document,"click",this._clickhandler); where addEvent is the following function: org_apache_myfaces_PopupCalendar.prototype._addEvent=function(obj, evType, fn){ if (obj.addEventListener){ obj.addEventListener(evType, fn, false); return true; } else if (obj.attachEvent){ var r = obj.attachEvent("on"+evType, fn); return r; } else { return false; } } regards, Martin
2009 Jul 13
0
[ANNOUNCE] libXi 1.2.99.2
...aster to XIAddMaster for consistency. XIHierarchyEvent should list num_info, not num_devices. Require inputproto 1.9.99.11. XISelectEvents and XIGetSelectedEvents use "win" now instead of "window" Add sourceid to device classes. Fix a few wrong 'evtype' comments. XIButtonClass now includes a XIButtonState struct. Include the current valuator state in XIQueryDevice. Protect button label copying against 64-bit Atom madness. Axis and button labels should be called labels, not names. Require inputproto 1.9.99.12...
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
Wine version: 20011108 CVS update run this morning Ran the following commands make uninstall make clean /tools/wineinstall Lotus Notes RNext running OK with latest CVS (I was having problems where buttons would not work), however if I go into User Preferences, and then click on either the OK or Cancel button, a crash occurs producing the following in the debugger.... WineDbg starting...