-
1. Re: On/OFF functionality for items in Captivate 5
Lilybiri May 4, 2011 8:29 AM (in response to KGTS)Hello,
Do not think this will be easy to do, possible perhaps but believe that Creating/Upgrading 2 courses will perhaps need less time. You have to know that every click box, like any other object has its proper ID. You can disable it by using the Hide or Disable action, based on a user variable that you populate at the start of the module. But this action will have to be performed for each interactive object that you want to disable: on Entering the slide you'll have to check the user variable populated at the start, and based on that check execute the action Enable or Disable for each interactive object.
For the buttons using the PerpetualButtons widget could be a solution, because contrary to interactive objects this is a widget that you can set for the duration of the project, which means that it has only one ID, need only one action to disable/enable (or hide/show perhaps better).
Hope this helps a little bit, 'conditional items' like in Frame are not available here, it is much more complex I imagine to have such a functionality for interactive objects than for (simple) text.
Lilybiri


