[ANN] wxSqueak update

Pavel Krivanek squeak1 at continentalbrno.cz
Fri Nov 12 09:42:14 UTC 2004


Thank you very much. Excellent work.

Try this patch and regenerate eventProcess. The performance will be much
better.

WxEvtHandler>>runEventProcess
    EventProcess ifNotNil: [ self stopEventProcess ].
    EventProcess :=
    [
        [ true ] whileTrue: [
            (Delay forMilliseconds: 5) wait.
            100 timesRepeat: [Wx processEvents].
        ].
    ] forkAt: Processor




Pavel




More information about the Squeak-dev mailing list