Dyalog / ewc

Experiments with JavaScript-based GUI
MIT License
1 stars 3 forks source link

Switch queues from using ⎕TGET to ⎕DQ of HTMLRenderer in Desktop mode #65

Open mkromberg opened 1 month ago

mkromberg commented 1 month ago

In order to be able to DQ HTMLRenderer Close and Configure events, we need to be DQ'ing the HTMLRenderer itself. Therefore, we should change strategy in desktop mode (when an HTMLRenderer is available), ⎕DQ that object, and receive the messages which are currently sent via TPUT/TGET via the message queue.