Custom Icons for Button Box
Hey JMPers! Again a little scripting problem: I would like to add a custom image to a ButtonBox. Sadly it does not work. My script looks like this: New Window("My Window",
V List Box(
bb = Button Box("New Project");
)
);
// bb << Set Icon("JMP"); // This works!
bb <<Set Icon("../imgs/New Project Icon.png"); // => Gives "Unknown" in the log!!!
New Image(Open("../imgs/New Project Icon.png")); ...
dale_lehman
david_w_westall