cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.
Choose Language Hide Translation Bar
View Original Published Thread

how to delete or show log window using JSL

clark_woo-seag_
Level I
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)