Amberleaf Posted February 19, 2012 Share Posted February 19, 2012 Anyone else notice how Scar seems to interrupt you while you're scripting if the script you're working on is running? It never used to do this, It's annoying when you just want to change something simple. This is how I like to script it's really annoying =[. Quote Link to comment Share on other sites More sharing options...
rsutton Posted February 19, 2012 Share Posted February 19, 2012 Yes it does from time to time, and it did this before , expecailly when writeln'ing Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted February 19, 2012 Share Posted February 19, 2012 Yes it does from time to time, and it did this before , expecailly when writeln'ingThis is what seems to trigger it. Whenever SCAR writes to either the Debug log or the Report log it switches to that tab. Quote Link to comment Share on other sites More sharing options...
FHannes Posted February 19, 2012 Share Posted February 19, 2012 Are you experiencing this with 3.31? If so, please open a ticket in Mantis. Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted February 19, 2012 Share Posted February 19, 2012 TBH never took notice whether it happens or not in 3.31. Quote Link to comment Share on other sites More sharing options...
FHannes Posted February 19, 2012 Share Posted February 19, 2012 I'm not sure what could be the cause of this in any case, all calls to those functions are thread-safe. Quote Link to comment Share on other sites More sharing options...
shadowrecon Posted February 20, 2012 Share Posted February 20, 2012 I'm not sure what could be the cause of this in any case, all calls to those functions are thread-safe. Its always done this Freddy, its not a bug, its just when your running a script, and in that script you have it writeln data to debug box, if your typeing when it writeln's it switches your cursor to the debug box. Would be cool to have a system where it doesnt do that tho =) < not a suggestion just an idea? =p Quote Link to comment Share on other sites More sharing options...
FHannes Posted February 21, 2012 Share Posted February 21, 2012 Sorry, I misunderstood the problem, however, this is normal behavior. Quote Link to comment Share on other sites More sharing options...
Daniel Posted March 5, 2012 Share Posted March 5, 2012 Its always done this Freddy, its not a bug, its just when your running a script, and in that script you have it writeln data to debug box, if your typeing when it writeln's it switches your cursor to the debug box. Would be cool to have a system where it doesnt do that tho =) < not a suggestion just an idea? =p That's because it switches focus to the debug box as soon as something is printed to it. Quote Link to comment Share on other sites More sharing options...
FHannes Posted April 1, 2012 Share Posted April 1, 2012 Meanwhile this has changed in 3.31 or 3.32, the tab to which output is sent is no longer opened, so it also doesn't get focus anymore. Quote Link to comment Share on other sites More sharing options...