Open-STEM / XRPCode

This is the repository for the full Python/Blockly IDE
GNU General Public License v3.0
0 stars 3 forks source link

Downloading a new program while another program is running #3

Closed bradamiller closed 1 year ago

bradamiller commented 1 year ago

When hitting fast execute, it doesn't work if a program is already running on the robot.

fgrossman commented 1 year ago

We now have the STOP button to a program, but if a user clicks on the "Execute Code" Button while code is already running it should put up an alert that the user needs to STOP the currently running program before a new program can be Executed.