[TFindFile] Request for Unicode version
I want to request an unicode version of TFindFile.
Little description:
I made an aplication with TTntEdit (from TntWare Delphi Unicode Controls) using Delphi 7. The TTntEdit is used for inputting the directory path. This is the piece of code to connect the TTnTEdit to the TFindFile component:
The event "FindFile1FileMatch" is not called at all since the Text contain unicode. So I hope you can make the unicode version of TFindFile since I'm stuck at here.
Thx in adv.
Btw, why the registration activation took such a long time? I thought I was rejected.
Little description:
I made an aplication with TTntEdit (from TntWare Delphi Unicode Controls) using Delphi 7. The TTntEdit is used for inputting the directory path. This is the piece of code to connect the TTnTEdit to the TFindFile component:
- Code: Select all
// txtFolder1 is the TTntEdit and assume the property Text contains unicode chars
FindFile1.Criteria.Files.Location := txtFolder1.Text;
FindFile1.Execute;
...
The event "FindFile1FileMatch" is not called at all since the Text contain unicode. So I hope you can make the unicode version of TFindFile since I'm stuck at here.
Thx in adv.
Btw, why the registration activation took such a long time? I thought I was rejected.