»User: »Password:   Remember Me? 
ScriptUI Forums / ScriptUI / ScriptUI Libraries, Code or helpful links / Basic ScriptUI Dialog creation and information
Posted:  05 May 2009 23:14
Use the following code to create a simple dialog

Code:

    var dlg = new Window('dialog',"Dialog   Title",undefined);
    dlg.show();


The Window class has 3 constructors
type of window(dialog,window or palette),Title,Bounds of dialog.

the show method of the Window class, sets-up the layout of the dialog and shows it on the screen.
Posted:  02 Jul 2009 13:01
To display tree view all javascript files in script folder nd if i click the script i want to execute How?