How to setup Combo box list?
Hello.I wanna make a list using combo box, showing ".csv" only.How to setup the list? In my code,All files are listed up on selected directory. Names Default To Here( 1 );
Load file = New Window( "New Window",
<<modal(),
<<ReturnResult,
<<on close(
),
H List Box(
Text Box( "Choose directory" ),
Spacer Box( size( 10, 10 ) ),
BB1 = Button Box( "Load file",
address1 = Pick Directory(
...