cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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