Hello agraham,
i tested a bit with your threading lib.I just call a sub as a thread, which appears to work fine.But i'm missing some responses from my sub.All my code parts are writing messages in a console.This is used as a status display and also for debugging purposes.The code is just calling a sub, which does log the message to the console control and also to a log file.The "console printing" sub is using a textbox control for the output, which is under the control of the main gui program.
Questions:
- what's wrong here ?
- Can i call a sub from a sub which has been started as a thread or not ?
- if it's ok to call a sub from a threaded sub, can the called sub access the controls of the main gui program ?
- if not, how can i work around this ?
cheers
TWELVE
|