cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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)

Recommended Articles