Use Live API

2.24K viewsCSS QuestionsLive API
1

Hi remotify,

I wonder if it is possible to use the full Live API within Remotify, or can we only use a subsection of it (maybe we can only use what has been added so fare)?

I found this

https://nsuspray.github.io/Live_API_Doc/11.0.0.xml#Live-Browser

I’m trying to list my User folders from Lives browser with this code

myUser_folders = self.application().browser.user_folders
my_sub_item_1 = myUser_folders.children[0]

But I’m getting this error message

> ‘BrowserItemVector’ object has no attribute ‘children’

I’m not sure if the syntax is correct or if something else is preventing it from working.

Joachim Answered question
0

If it’s available in the Live Object Model, you can use it even if its not listed in a Reaction menu.
It sounds like adding .children[0] is not the correct syntax.

JohnC Answered question
You are viewing 1 out of 4 answers, click here to view all answers.