02-09-2011, 08:39 PM
Call FileOpenDialogChangeView from other thread.
For example, before OpenSaveDialog run a function using mac.
Let the function wait for the dialog and call FileOpenDialogChangeView.
int h=wait(30 WA win("Open" ...))
FileOpenDialogChangeView h "d"
For example, before OpenSaveDialog run a function using mac.
Let the function wait for the dialog and call FileOpenDialogChangeView.
int h=wait(30 WA win("Open" ...))
FileOpenDialogChangeView h "d"
