Hello there
I have a window object that has the usual stuff on it, with a userobject.
This userobject itself has 5 other userobjects contained in it, which each have a datawindow on each among other things.
On a window event, I would like the user to be able to create a new window which would be a "clone"/"deep copy" of the existing window object and everything contained on it.
Is this possible? I have worked with this in c# with a very simple object example and it was there.
Maybe I am getting myself confused unnecessarily and there is a better means. Perhaps I could use GetFullState to copy the dw's? or even work at the first userobject level instead of at the window level?
If anyone has experience on this one please let me know.
Thank you in advance
Andy
I have a window object that has the usual stuff on it, with a userobject.
This userobject itself has 5 other userobjects contained in it, which each have a datawindow on each among other things.
On a window event, I would like the user to be able to create a new window which would be a "clone"/"deep copy" of the existing window object and everything contained on it.
Is this possible? I have worked with this in c# with a very simple object example and it was there.
Maybe I am getting myself confused unnecessarily and there is a better means. Perhaps I could use GetFullState to copy the dw's? or even work at the first userobject level instead of at the window level?
If anyone has experience on this one please let me know.
Thank you in advance
Andy