Help with Modal Windows
Hi,
l am trying to set up dialog boxes in existing scripts, the first is the location of headers in the data l am importing.
l understand the following will give me a nice Display box:
Headstart = New Window( "Set Header Start Row Value",
<< Modal,
<< Return Result,
Text Box ("Please advise the row on which the header starts"),
variablebox = Number Edit Box ( 2 ),
Button Box ( "OK "),
Button
...