Page 1 of 1

Problem with the SaveFileRequester command

Posted: Tue Jun 10, 2003 5:55 pm
by Lucifer
I’ve got a problem with the SaveFileRequester. When I use this command and type a filename without an extension followed by enter I get the filename returned but no extension attached as selected in the type box.

I can’t just test to see if an extension is in the filename and add one if not as I have about 3 types to choose from and they all perform formatted outputs according to type.

Is this a common problem? Am I doing something wrong? Any way of returning the selected file type so I can add manually if needed?

Re: Problem with the SaveFileRequester command

Posted: Tue Jun 10, 2003 8:59 pm
by GPI
Thats normal and no bug.
You can found out, which pattern the User choose:
SelectedFilePattern()

GPI

p.s.: RTFM (And this time, i read the message cearfully!)

Posted: Wed Jun 11, 2003 12:05 am
by Lucifer
Many thanks and next time I will try to RTFM closer :twisted: