[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Document keyUp



This change has two problems.

You cannot call getsym safely outside the lock. move it inside the lock.

PyrSymbol *method = getsym("keyUp");


compiledOK must be tested again inside the lock.



On Dec 22, 2004, at 2:56 PM, Jan Trützschler wrote:

i added a keyUp method and a keyUpAction to Document .
cu
-jan