Hi,
I have a simple question that I cannot figure out.
I have created a simple UI with different ui elements and contain
various platforms (distributions, etc.). I know that to make these static,
I need to journal them. All plots are embedded in the new window
within different outline, V Line and H line boxes and use different
filters from the same data table. The new window resides in a
jsl script file and I make it executable with "//!". So there is no report
or journal in the beginning.
Rough code structure :
nw = New Window(
V Line Box(),
H Line Box();
Outline Box();
// Has an attached function that creates a plot inside the above outline box.
Button Box();
);
I want to know how can I journal them without moving them out in a new window?
I would like to keep the plot where it is and make it static but I want the rest of the
window that contains buttons and combo boxes etc. to stay responsive.
Thanks for your inputs and possible solutions!