Neil Hodgson, 09.02.2007 12:27:
  If you are running in the main thread
OutputAppendString(s.c_str());
  From either thread
OutputAppendStringSynchronised(s.c_str());

ok, this works, but if the output-pane is not visible i don't see this message. so i need to make the pane visible (like _alert() in lua).
how can i do this?

Frank
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to