[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] defaultLag for KrNumberEditor




oh, i thought i had replied.
its not very critical either way,
but i thought you could always use a factory method of your own to create it:

JH.krNum(val,spec)
{
	^KrNumberEditor(val,spec).lag_(defaultLag)
}

but the defaultLag is fine. less confusing


On Dec 12, 2004, at 9:53 PM, James Harkins wrote:

I proposed this some time ago, heard no objection, so I'm committing it now.

KrNumberEditor : NumberEditor {
	classvar <>defaultLag = 0.1;
 	var <>lag;

	init { arg val,aspec;
		super.init(val, aspec);
		lag = defaultLag;
	}

hjh
____________________________________

H. James Harkins /// dewdrop_world
http://www.dewdrop-world.net

"If attacked by a lion, thrust your arm down his throat.
This takes some practice."  -- Cyril Connolly
_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev