• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

drawbot limits

Explorer ,
Apr 24, 2021 Apr 24, 2021

Copy link to clipboard

Copied

hello!

does any of you know how to draw in custom ui the title area of a param?

i'm trying to get as close as possible to the left - here's a live example i've seen (startdust plugin)

i tried starting with color grid example but the max i can cen to the left is not enough..

 

Thanks!

TOPICS
SDK

Views

189

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 24, 2021 Apr 24, 2021

when defining the param, set PF_PUI_TOPIC instead of PF_PUI_CONTROL.

note that you'll need to respond to PF_EA_PARAM_TITLE instead of PF_EA_CONTROL during the event call.

if you need a UI in both areas, you can define both for the same param, however, the two areas won't join into one big sqeuential segment.

Votes

Translate

Translate
Community Expert ,
Apr 24, 2021 Apr 24, 2021

Copy link to clipboard

Copied

LATEST

when defining the param, set PF_PUI_TOPIC instead of PF_PUI_CONTROL.

note that you'll need to respond to PF_EA_PARAM_TITLE instead of PF_EA_CONTROL during the event call.

if you need a UI in both areas, you can define both for the same param, however, the two areas won't join into one big sqeuential segment.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines