Hi again

thanks a lot
it works, at least i can define a callback :)


i did dome tests and i encounter a strange behaviour

my call chain is, i added a print statement at the end of each subroutine

sub listener_moussereleased --> sub 1 --> sub 2

i define the callback in sub2 and put (for the moment) a wait statement

what happens is

1. in sub2, the callback is first called
2; the wait statement in the call bask is ok
3. a print statement occurs for sub 2
4. then the print statement for the callback
5. then the call back for sub1 and sub listener_moussereleased

this does not depend on the time I wait in the callback

My goal would be have the callback at the end of sub listener_moussereleased

is the implementation of the css.awt.AsyncCallback ok ?

(i can write a simple example if needed)

Laurent



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to