ScriptUI

Creating anything

//creating a dialog/palette window
var box = new Window('dialog', "title here"); 

// creating a button
box.add('button',undefined, "Close", {name:'title here'});


// creating static text 

// creating a group

// Creating a panel

// Creating

Making dialog box resizable

Formatting size, alignment

Last updated

Was this helpful?