The “selected” parameter of the CellRenderer’s setValue() method behaves differently from how it is documented. Continue reading
November 15, 2003
by rdo
0 comments
November 15, 2003
by rdo
0 comments
The “selected” parameter of the CellRenderer’s setValue() method behaves differently from how it is documented. Continue reading
November 1, 2003
by rdo
0 comments
The AS2 analogue of Java’s anonymous inner class construct is common for event handlers and looks like this: class Bar { var notifier; public function foo(Void):Void { var loadListener = new Object(); loadListener.numLoaded = 0; loadListener.handleEvent = function(evt) { if … Continue reading
October 20, 2003
by rdo
0 comments
Be careful when parsing numeric entries from a text field or similar component in which the user is supposed to enter a numeric value as a string. Continue reading