cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
Choose Language Hide Translation Bar

how to delete or show log window using JSL

Hello,

I need how to delete or show log window using JSL.

Thanks,

Clark
1 ACCEPTED SOLUTION

Accepted Solutions
mpb
mpb
Level VII

Re: how to delete or show log window using JSL

Main Menu("Log") toggles display of the log.

Clear Log() clears the log.

View solution in original post

3 REPLIES 3
mpb
mpb
Level VII

Re: how to delete or show log window using JSL

Main Menu("Log") toggles display of the log.

Clear Log() clears the log.

Re: how to delete or show log window using JSL

main Menu("log") has a problem.

Onec I don'g make log window, Main Menu("log") make log window.

I'd like to control it to show log window always by main Menu function.

Can I do it by JSL?

Message was edited by: clark(woo-seag)
cakinli
Level I

Re: how to delete or show log window using JSL

Whether or not the log window exists, it can be referenced. This works for me:

Window("Log") << ShowWindow

Additionally, I've found that once it's been shown in a JMP session and closed, anything that causes output to it will cause it to reappear, including a call to ClearLog().

-Cengiz

> main Menu("log") has a problem.
>
> Onec I don'g make log window, Main Menu("log") make
> log window.
>
> I'd like to control it to show log window always by
> main Menu function.
>
> Can I do it by JSL?
>
> Message was edited by: clark(woo-seag)