cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
xxvvcczz
Level III

How can I append the Schedule GUI into my app? I tried appending it into an Hlistbox but it didn't like.

Is it possible to get the schedule gui appended in an hlist box like any other GUI window?

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Function that works when clicked from a button and when run as a script doesn't work when fired from the "Schedule"

I suspect the issue is a scoping issue.  You may want to try setting up a new namespace and always assign dtf to the name space.  That may eliminate the error you are getting.

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Function that works when clicked from a button and when run as a script doesn't work when fired from the "Schedule"

I suspect the issue is a scoping issue.  You may want to try setting up a new namespace and always assign dtf to the name space.  That may eliminate the error you are getting.

Jim
xxvvcczz
Level III

Re: Function that works when clicked from a button and when run as a script doesn't work when fired from the "Schedule"

it definitely was a scoping issue.

Recommended Articles