Post Reply 
current app?
01-15-2017, 10:23 PM
Post: #8
RE: current app?
Create a START() program for your app. This is what is run any time an app is started (i.e. when switching to a new app). In the START() program, initialize all that you need to be initialize. This takes care of resets. You can also insert a call to START() in each of your "main" app routines (e.g. the Plot replacement, for example) to ensure that everything is initialized properly.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
current app? - DrD - 01-14-2017, 05:25 PM
RE: current app? - toshk - 01-14-2017, 06:43 PM
RE: current app? - Tyann - 01-15-2017, 08:33 AM
RE: current app? - DrD - 01-15-2017, 10:08 AM
RE: current app? - Tyann - 01-15-2017, 11:42 AM
RE: current app? - Tyann - 01-15-2017, 01:39 PM
RE: current app? - DrD - 01-15-2017, 02:05 PM
RE: current app? - Han - 01-15-2017 10:23 PM



User(s) browsing this thread: 1 Guest(s)