I’d like to send a message from a separate thread to the main window, in the separated thread i’d like to put there the feedparser that retrieves feeds and after that invokes a message to the main window that will refresh the news list with new news retrivied, I tried to send different messages from the separated thread but it didn’t work, which command should i use? i tried postmessage() but i think i’m doing something wrong, have I to implement something in the BApplication to receive messages from threads?
thanks for any advice