2013/1/6, Polos Ruetz <
polos...@gmail.com>:
> solution 2: if you really want to call "repaint" (not needed here), do
> it like so:
> (qsingle-shot 0 (lambda () (qfun *xw* "repaint")))
I realized that QSINGLE-SHOT together with "repaint" is like saying
"do it now, but later" (which is nonsense).
So, after another change regarding QOVERRIDE, you can now use
"repaint" again if you like (without QSINGLE-SHOT).
(This is a bit tricky, since I want to allow calling the base
implementation directly from overriden function(s), which can be
nested too, as in your app).
Paul