I've seen this in other Windows file dialog boxes, how do I do it here?
Let's say I want a FileOpenBox with a file mask that covers multiple image file formats; JPG, PNG, BMP and so on...
FileOpenBox "Select Drawing File" "JPG|*.jpg|PNG|*.png|BMP|*.bmp" "[CurDir]" "[ImageFile]" ""
This works fine but I deliberately have to select which file type from the drop down list at the bottom of the box.
Can I have multiple file types using one mask? I've tried many variations with no success. "JPG/PNG|*.jpg,*.png"
I've tried comma, slash, pipe, space and nothing works.
None of the plugins I have will work either. Should I post this in the plugins section also?
I've seen this in other Windows file dialog boxes, how do I do it here?
Let's say I want a FileOpenBox with a file mask that covers multiple image file formats; JPG, PNG, BMP and so on...
FileOpenBox "Select Drawing File" "JPG|*.jpg|PNG|*.png|BMP|*.bmp" "[CurDir]" "[ImageFile]" ""
This works fine but I deliberately have to select which file type from the drop down list at the bottom of the box.
Can I have multiple file types using one mask? I've tried many variations with no success. "JPG/PNG|*.jpg,*.png"
I've tried comma, slash, pipe, space and nothing works.
None of the plugins I have will work either. Should I post this in the plugins section also?