How to customize Popupdata PresetBrowser
-
widget.setPopupData({"Type": "PresetBrowser"}, [ widget.getWidth()/2, widget.getHeight(), 600, 400]);
stuck here... how to get all WYSIWYG type Floatingpanel Preset browser Customization?
-
Check the examples in the docs
-
@d-healey Didn't get what I am looking for...
-
Here's an example for the settings floating tile.
sofiawoodwinds/Scripts/settings.js at master · davidhealey/sofiawoodwinds
Contribute to davidhealey/sofiawoodwinds development by creating an account on GitHub.
GitHub (github.com)
setContentData
is the function you'll need. -
@d-healey Great... cheers !!