QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: hanness on October 02, 2021, 07:28:33 pm
-
It makes sense that focus would shift from the IDE to my program when an Input statement is encountered, but I find that when I read from a file using Input$ the focus also shifts. Is this expected behavior for some reason?
Here is a sample clip. Simple step through the code line by line and note that the line "Temp$ = Input$(FileLength, 1)" will cause focus to shift to the console. Same thing happens when a console window is used.
$Debug
Print #1, "blah, blah, blah"
Print "Focus should still be on the IDE at this point" Print "This is the end of the test"
-
Yeah, it's been hardcoded to do that because I did forget it also takes input from files, not just the keyboard. Thanks for reporting.
-
Fixed in tonight's development build. Let me know how it behaves on your end. ✨