On Friday 19 October 2001 10:02, Juergen Spitzmueller wrote: > Hi, > > I have added a value choice to Document->Class->Default Skip. > I have added all necessary things AFAIK, but one problem remains: what > do I have to change to activate the OK/ Apply buttons if a unsigned > number is inserted (I have already implemented the > fl_unsigned_float_filter, but the dialog still waits for an entry like > "10mm")?
You need to modify FormDocument::CheckDocumentInput I guess. A