You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to set the 'force play on source show' checkbox programmatically? There's getters and setters for all the other checkboxes under 'playback' in the options window of a media item, but this one seems to be missing. There's setAutostartOnSceneLoad for example, but I could not find a setStartOnSourceShow or something similar.
Could this be added in a future version? And is there a way via the internals to make a workaround for now (using xjs.exec)?
(By the way: thanks for solving all my other issues. I've upgraded to 2.10.2 and removed the workarounds and it all still works)
The text was updated successfully, but these errors were encountered:
This was also a relatively-later addition to XBC's souce properties dialog. For adding. For the meantime you can try using xjs,exec with the property prop:StartOnSrcShow. Same flow as this comment but this time using set, xjs.exec('SetLocalPropertyAsync', 'prop:StartOnSrcShow', '<1 or 0>'.
No problem, as it is also a pleasure to know that the framework helps 3rd-party XBC plugin developers. :)
Is there a way to set the 'force play on source show' checkbox programmatically? There's getters and setters for all the other checkboxes under 'playback' in the options window of a media item, but this one seems to be missing. There's
setAutostartOnSceneLoad
for example, but I could not find asetStartOnSourceShow
or something similar.Could this be added in a future version? And is there a way via the internals to make a workaround for now (using
xjs.exec
)?(By the way: thanks for solving all my other issues. I've upgraded to 2.10.2 and removed the workarounds and it all still works)
The text was updated successfully, but these errors were encountered: