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

stopping the current program before uploading another one #50

Closed bradamiller closed 1 year ago

bradamiller commented 1 year ago

As I was playing with the XRP, sometimes the program would be stuck somewhere (my fault) and I fixed the bug and wanted to re-execute it. The problem was that it didn't run if there was already something running.

So do we know if a program is currently running and then could do a STOP before uploading the new one?

fgrossman commented 1 year ago

Not sure we want to auto stop or not. We may want to warn them and ask if we should stop it.

 Frank

On Wed, Jul 5, 2023 at 12:24 PM bradamiller @.***> wrote:

Assigned #50 https://github.com/Open-STEM/FullIDE/issues/50 to @fgrossman https://github.com/fgrossman.

— Reply to this email directly, view it on GitHub https://github.com/Open-STEM/FullIDE/issues/50#event-9733892688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKMHRB3LHA7RRED6GSRNR3XOWIM3ANCNFSM6AAAAAAZ7GCGMQ . You are receiving this because you were assigned.Message ID: @.***>

fgrossman commented 1 year ago

It puts up an alert at this point.

When we move to modal box I can ask if they want to stop it or cancel.