cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Metin_Tueluemen
Level III

Script to change the window name of graph builder

Hi,

I would like to add a piece of script into the graph builder script to change the name of the window as in the picture. Or any other solution to change the name on the window would work too.

1 ACCEPTED SOLUTION

Accepted Solutions
ron_horne
Super User (Alumni)

Re: Script to change the window name of graph builder

Hi @Metin_Tueluemen ,

perhaps this can help:

 

New Window ("Test - Graph builder",
Graph Builder ( )
);

if you would like to make a button for the script in order to call it with a click of the mouse follow the instructions here:

https://community.jmp.com/t5/Discussions/如何修改软件的默认设置-使进行数据表汇总时-这个选项默认不钩选/m-p/479711/highlight/true#M...

 

let us know if it worked,

Ron

 

 

 

View solution in original post

2 REPLIES 2
ron_horne
Super User (Alumni)

Re: Script to change the window name of graph builder

Hi @Metin_Tueluemen ,

perhaps this can help:

 

New Window ("Test - Graph builder",
Graph Builder ( )
);

if you would like to make a button for the script in order to call it with a click of the mouse follow the instructions here:

https://community.jmp.com/t5/Discussions/如何修改软件的默认设置-使进行数据表汇总时-这个选项默认不钩选/m-p/479711/highlight/true#M...

 

let us know if it worked,

Ron

 

 

 

Metin_Tueluemen
Level III

Re: Script to change the window name of graph builder

Thanks Ron. Worked well