Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
williaps said:stomata,
You CANNOT put Pro/TOOLKIT API calls in multiple threads. You can have a multi-threaded application but all of the API calls must be in a single thread.
williaps said:The problem is that there is no notification function that can be used to know when a user has selected something (using ProNotificationSet). Therefore I'm not sure how you could accomplish this task.
bruppert said:As long as you're having your Toolkit app get the selection then you can do it. Otherwise if you just want to intercept a normalPro/E selectionthen you would need a notification but there are none - as Patrick stated earlier.