Search found 5 matches

by Jorge Garcia
30 Apr 2024, 09:53
Forum: Titan Web API
Topic: Get fixture attribute function name
Replies: 0
Views: 237

Get fixture attribute function name

Hello After selecting the fixtures and set the context attribute with: http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/SetContextAttributeFromId?attributeId=32 I can get the function Id and the function type: http://[ip]:4430/titan/get/2/Programmer/Editor/Fixtures/ContextAttribute/Fu...
by Jorge Garcia
23 Apr 2024, 19:09
Forum: Titan Web API
Topic: Get fixture attribute value
Replies: 2
Views: 922

Re: Get fixture attribute value

It works like a charm, thanks a lot Gregory!!! :-)
by Jorge Garcia
19 Apr 2024, 00:36
Forum: Titan Web API
Topic: Get fixture attribute value
Replies: 2
Views: 922

Get fixture attribute value

Hello

I have read in this forum that I can set an attribute value for selected fixtures with this API:

http://localhost:4430/titan/script/2/Pr ... lValueById

It works great.

There's any possibility to also get the current attribute value for selected fixtures?

Thanks!
by Jorge Garcia
13 Apr 2024, 14:49
Forum: Titan Web API
Topic: How set CurrentPaletteHandle property with Web APIs?
Replies: 3
Views: 817

How set CurrentPaletteHandle property with Web APIs?

I'm trying WEB APIS, and tried to set current palette for operations, like deletion of a palette, or replace a palette, for example. I know in a MACRO I can use this API ActionScript.SetProperty("Palette.CurrentPaletteHandle", handle:"Location=Colours,2,2") But how must I use thi...