hi,
i'm trying to open a file dialog box with defualt path on the begining (which i or the user will choose...)
i'm having problem with this function :
////code:
switch (callBackSelector) // 2
{
case kNavCBStart:
status = NavCustomControl(MyDialogRef,
kNavCtlSetLocation,
&fileN);
1. fileN is from the type AEDesc but i'm having problems with it
Thank you very much
itay
i'm trying to open a file dialog box with defualt path on the begining (which i or the user will choose...)
i'm having problem with this function :
////code:
switch (callBackSelector) // 2
{
case kNavCBStart:
status = NavCustomControl(MyDialogRef,
kNavCtlSetLocation,
&fileN);
1. fileN is from the type AEDesc but i'm having problems with it
Thank you very much
itay