Amir Michail <[EMAIL PROTECTED]> writes: | Hi, | | The problem is not that the polling is slowing other programs down, | but rather that it is presenting problems for our design recovery tool. | | I tried getting rid of this frequent polling by changing the code | in WorkArea::WorkArea as follows: | | ...fl_add_free(FL_ALL_FREE, ...)... | | to | | ..fl_add_free(FL_INPUT_FREE,...)...
I am pretty sure that this cause a regression, some events are not not passed as they should be... (consider that a bug in XForms.) -- Lgb