cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
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.