TsPathDialog not Unicode compatible

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #48086
    Support
    Keymaster

    Hello

    I think, you should add to the Project1.RUS something like this :

    {$R 'acPathDialog.dfm' PathDialogForm:TPathDialogForm}

    #48107
    rodneyb
    Participant

    I can also add the acPathDialog.PAS and DFM to the project to achieve the same thing. At least then I don't have to edit the Project1.RUS file every time I update the resource DLL/s.

    However, this still doesn't address the problem that the path dialog does not support unicode as shown below. The title and buttons all have Russian strings in the resource DLL but they are not shown since the acPathDialog code does not support WideStrings.

    Can this be fixed?

    Thanks,

    Rod

    [attachment=5602:Bug11.jpg]

    [attachment=5603:Project1.zip]

    Note: the project requires acPathDialog.pas (not included in zip file)

    #48242
    Support
    Keymaster

    You should include also this file in the russian project :

    {$R sStrings.res}

    Because string resources are stored there.

    A problem with showing of unicode directories in the ShellTreeView will be solved in the next release.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.