LCHansson / iPlot

An example of an interactive plot app - DEPRECATED
4 stars 0 forks source link

Close window on quit #21

Open LCHansson opened 10 years ago

LCHansson commented 10 years ago

javascript.window.close()?

reinholdsson commented 10 years ago

See https://github.com/wch/testapp/commit/e0b29453b78ed9d62ad6dd7637835b46f43d7fac for a possible solution.

LCHansson commented 10 years ago

That's actually a very good idea and I think we should implement it straight off! I'll see if I have the time to copy-paste it later today. I do, however, think that we should also attempt to make the window close when the "Quit" button is pressed.