samirgoswami
Registered
Hi,
Am not sure whether this is the right forum to post this issue. This is my 1st post.
My application uses NavCustomControl() to set the default location of the folder from where one can open files. For that I am using following call :
NavCustomControl('fsrf', kNavCtlSetLocation, sizeof(FSRef), &theLocation);
Here theLocation is of type AEDesc.
This is working fine if I have the base folder name in ascii and sub folder name is of some unicode - say japanese. So when I open the dialog it points to the japanese folder. But, if my base folder name is of some unicode characters and sub folder is of say ascii or unicode, then when I go to open dialog it points to one level up. In this case the base folder only - not the subfolder. Fyi, thelocation is having the proper location information.
Now, is it a bug ? Or I have done some mistake !
Thanking you in advance for your support.....
Regds,
Samir
Am not sure whether this is the right forum to post this issue. This is my 1st post.
My application uses NavCustomControl() to set the default location of the folder from where one can open files. For that I am using following call :
NavCustomControl('fsrf', kNavCtlSetLocation, sizeof(FSRef), &theLocation);
Here theLocation is of type AEDesc.
This is working fine if I have the base folder name in ascii and sub folder name is of some unicode - say japanese. So when I open the dialog it points to the japanese folder. But, if my base folder name is of some unicode characters and sub folder is of say ascii or unicode, then when I go to open dialog it points to one level up. In this case the base folder only - not the subfolder. Fyi, thelocation is having the proper location information.
Now, is it a bug ? Or I have done some mistake !
Thanking you in advance for your support.....
Regds,
Samir