nmcolor.xml
Download
More scripts: Dialog
Syntax Highlighing:
comments, key words, predefined symbols, class members & methods, functions & classes
<?xml version="1.0"?>
<root>
<dialog Title="Name and Color" id="nmcolor">
<pane Orientation="horizontal">
<label>Enter Name:</label>
<edittext id="name" MaxLength="10" Width="10"/>
</pane>
<pane Orientation="horizontal">
<label>Choose Color:</label>
<colorbutton id="colorbtn" AllowTransparent="true"/>
</pane>
</dialog>
</root>