| Home | Previous Lesson: Other Component Options Next Lesson: Dynamic Library Options |
This option is really helpful at development time. Every time you save the component in the PowerBuilder user object painter, PowerBuilder automatically generates IDL and saves in the Jaguar CTS, by that you don't have to deploy every time you change an object (Well, you can turn this option off while deploying into production).
Make sure you turn off Instance Pooling option when you specify Live Editing option, otherwise, Jaguar will lock the PBL and you can't save the changes while you are in change-test-change phase.
You also need to check 'Bind to Thread' option when you specify Live Editing option. Bind to Thread option is not displayed in the wizard, you need to open the project object in the project painter and select Advanced tab page in the Properties dialog box.
| Home | Previous Lesson: Other Component Options Next Lesson: Dynamic Library Options |