I am trying to implement an UnDo feature when building up a windows form showing a musical script.
My current method is very long winded, (trying to keep track of every change made, and then at the UnDo, reversing the change). This just about works, but is difficult to code.
So have been looking for a simpler process.
I had thought that I could maybe take a clone of the GUI namespace before each change to the GUI, and if I hit the UnDo button, simply replace the current GUI with the last cloned image.
However, when I tried I got the error message:
Im not expecting Dyalog to make any change relating to this Nonce Error is the near futureNONCE ERROR: Cannot clone a namespace with a GUI component
but merely wish to raise the issue to reduce my current frustration. LOL
Has anyone tried putting Dyalog GUI objects onto the ClipBoard within APL?