NONCE ERROR: Cannot clone a namespace with a GUI component
2 posts
• Page 1 of 1
NONCE ERROR: Cannot clone a namespace with a GUI component
Hi,
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 future
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?
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:
NONCE ERROR: Cannot clone a namespace with a GUI component
Im not expecting Dyalog to make any change relating to this Nonce Error is the near future
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?
Ray Cannon
Please excuse any smelling pisstakes.
Please excuse any smelling pisstakes.
-
ray - Posts: 238
- Joined: Wed Feb 24, 2010 12:24 am
- Location: Blackwater, Camberley. UK
Re: NONCE ERROR: Cannot clone a namespace with a GUI compone
Hi Ray,
As you will have experienced, I think that you can only keep track of the properties of the GUI objects.
It's not possible to copy Dyalog GUI objects to the clipboard.
Regards,
Vince
As you will have experienced, I think that you can only keep track of the properties of the GUI objects.
It's not possible to copy Dyalog GUI objects to the clipboard.
Regards,
Vince
- Vince|Dyalog
- Posts: 432
- Joined: Wed Oct 01, 2008 9:39 am
2 posts
• Page 1 of 1
Return to Windows: GUI, COM/OLE/ActiveX
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group