Question
SDKFolderChooser: how to change the dialog's title
Hi
I am developing a InDesign CS5.5 plugin.
I am using SDKFolderChooser (from .../source/sdksamples/common/SDKHelper) to allow a user to select a folder.
But I don't know how to change the dialog's title:
SDKFolderChooser folderChooser; |
| folderChooser.SetTitle("My title"); |
folderChooser.ShowDialog(); |
SetTitle don't replace the default title "Select a folder" !
Can anyone help me?
Thanks
Regards
