On Thu, Jul 19, 2001 at 05:01:44PM +1000, Allan Rae wrote: > > (simply typing "my" infront of "pipe"), I cannot [Save] or [Apply] that change > > because both buttons are still disabled. This is not the correct behaviour to > > my opinion, since I have changed the pipe in a legitimate way. > > Or what do you think? > > Strange. Can't reproduce (1.2.0) > Talking about coding rather than user input. IMO, these fields of the > dialog shouldn't be going anywhere near the input() function. the problem is here : 352 if (ob->form->fdui == colors_.dialog()) { 353 colors_.input(ob); 354 return true; in ::input(), so we always validate there. I suppose you want all the color widgets to not go via InputCB ? john -- "Voodoo Programming: Things programmers do that they know shouldn't work but they try anyway, and which sometimes actually work, such as recompiling everything." - Karl Lehenbauer