1. RE: Callbacks
- Posted by Matthew Lewis <matthewwalkerlewis at YAHOO.COM> Apr 19, 2002
- 388 views
> -----Original Message----- > From: George Papadopoulos [mailto:georgp at otenet.gr] > I want to ask if the callback mechanism has to do with the > non-multithreading (or, maybe more correctly, the interprented) nature > of Euphoria. I have problems with a program with more than one > callback functions (the one, of course, is the main WndProc) which > seem to be called asynchrounsly. This shouldn't be a problem. I've had programs with multiple callbacks, even where callbacks were 'nested'. In fact, win32lib does this all the time. There are multiple callbacks set up for things like sorting or asking for the text of a listview item. Granted, I wouldn't say that these were asynchronous. Can you send the code that's having the problems? Matt Lewis