Edwin Yip 154 Posted November 25, 2018 Is there a way to bring codeSite LiveView window to front by code? Share this post Link to post
David Hoyle 68 Posted November 25, 2018 I don't think there are any methods of CodeSite to do this simply because there is a distinct separation between the logging and the viewers (you can output to file instead of the live viewer for instance). So the only over way would be to enumerate the desktop windows and find the CodeSite Live Viewer and get windows to do this. 1 Share this post Link to post
Uwe Raabe 2057 Posted November 25, 2018 Even that would be a bit tricky if the Live Viewer is running on a different machine. Share this post Link to post
David Hoyle 68 Posted November 25, 2018 Uwe, agreed but there was not enough information in the original question. Share this post Link to post
Edwin Yip 154 Posted November 26, 2018 (edited) Thank you all for the comments. I need to activate the LiveView window on a local PC. The situation is when in DEBUG mode, I want to bring the error logs to my attention. For example: CodeSite.SendError('this error is rare to happen but you need to take a look it immediately!'); CodeSite.BringLiveViewWindowToFront; IIRC TraceTools (which I abandoned it due to a deal-breaker issue) has such feature. Edited November 26, 2018 by edwinyzh Share this post Link to post