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
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