Actions
Bug #2415
closedCreate KAR from Actor bug (on Mac)
Start date:
04/13/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2415
Description
On the Mac, if one uses the 'Create KAR from Actor' menu on a modified RExpression actor, the Browse button for setting the location where kar is to be stored is incorrect; i.e. it brings up a Open Dialog with no way of saving the file name! I suspect the call is to an OpenFileDialog, which works on Windows but is useless on the Mac for saving a file (due to OS defaults). Also, typing in the file apparently requires the complete path which is hard to do correctly.
Updated by Dan Higgins over 18 years ago
Corrected this problem by changing the OpenFileDialog to a SaveFileDialog
Actions