View Single Post
Old 11-26-2011, 02:09 PM   #63
A_SN
Human being with feelings
 
Join Date: Aug 2011
Posts: 89
Default

Uh oh, in my version of IPlug there is no code for PromptForFile, does anyone have code for that anywhere?

Code:
// extensions = "txt wav" for example
void IGraphicsMac::PromptForFile(WDL_String* pFilename, int action, char* dir, char* extensions)
{
}
EDIT: In case no one has any code for that I have some, however it requires the use of a .nib file.

Last edited by A_SN; 11-26-2011 at 02:15 PM.
A_SN is offline   Reply With Quote