ask file command issue
Posted: Thu Mar 05, 2020 11:20 pm
I use the following script to save a file. The file name displays correctly and the choice of file extensions appears correctly in the dropdown, but ...
1. It doesn't set the prompt "Please name the file:" anywhere in the window ( I expected it in the title bar like the answer file command)
2. All the files are grayed out.. I thought the selected file extension from the dropdown would hilite the corresponding files
I'm sure I'm missing something simple..
Mac OS High Sierra (10.13.6)
Livecode Indy 9.5.1
thanks,
Richard
1. It doesn't set the prompt "Please name the file:" anywhere in the window ( I expected it in the title bar like the answer file command)
2. All the files are grayed out.. I thought the selected file extension from the dropdown would hilite the corresponding files
Code: Select all
on mouseUp
ask file "Please name the file:" with ("documents/vmpb/" & field "lastfile") with type "TABLET File|vmpbx" or type "DESKTOP File|vmpb"
end mouseUp
Mac OS High Sierra (10.13.6)
Livecode Indy 9.5.1
thanks,
Richard