Add support for dialog boxes #63
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Octave has functions to display dialog boxes to the user, such as
listdlg
andmsgbox
. We should support these dialog boxes in Octave Online.The dialog box events are plumbed into the
interpreter_events
API in Octave, so implementing this ticket means:octave_json_link
in the Octave Online patchoctave_json_link
receives a dialog box event, that event is forwarded to the client where the HTML/CSS/JavaScript can appearThis is a good first issue because the implementation is straightforward, but note that it requires being familiar with multiple parts of the stack (with an emphasis on the client and
octave_json_link
).The text was updated successfully, but these errors were encountered: