Accessing browser of cliplauncher.

Post Reply New Topic
RELATED
PRODUCTS

Post

Is there a way to switch between panels of the clip launcher browser, the only method I can find of launching this browser is using this command on a clipSlot.

browseToInsertClip();

This doesn't return a browser item like activating a browsing session on a track does.

Post

fhill2 wrote:Is there a way to switch between panels of the clip launcher browser, the only method I can find of launching this browser is using this command on a clipSlot.

browseToInsertClip();

This doesn't return a browser item like activating a browsing session on a track does.
With v2 you don't need to BrowsingSessions anymore. Just create 1 instance of PopupBrowser.

Post

Thanks for the help moss.

Having a closer look at the API 2 I didn't look at the new popUpBrowser class:
This sets my clip browsing session to clips in this case

browser=host.createPopupBrowser();
browser. selectedContentTypeIndex().set(0);

Post Reply

Return to “Controller Scripting”