Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request feature - Drag N drop language and + #49

Open
gontranharvey opened this issue Oct 7, 2021 · 2 comments
Open

Request feature - Drag N drop language and + #49

gontranharvey opened this issue Oct 7, 2021 · 2 comments

Comments

@gontranharvey
Copy link

Hi, verry like your program.
Here my 2 request:

  1. I'm French and that means sometime I would like to be able to change the text for French text. The drag N drop feature, I can't change the "Brows" or "Drag&drop file here". Would be great if it could be changed as a parameter.
  2. Again about the drag n drop feature, instead of having to click on a button to show the dialog, it would be great to be able to drop the file directly somewhere in an access object to prevent the user having to open the dialog before dropping the file.

Thanks for this pretty good peace of sofware.

@krishKM
Copy link
Owner

krishKM commented Jan 28, 2022

  1. Again about the drag n drop feature, instead of having to click on a button to show the dialog, it would be great to be able to drop the file directly somewhere in an access object to prevent the user having to open the dialog before dropping the file.

Sorry for the late reply:
This was already possible. below code will keep the panel open until X or ESC is pressed. The new changes will also show number of files dropped after each drop/selection.
OpenFile = DLL.dialog.ShowDialogForFileB(title, AllowMultipleFiles, FilterUsesInlineArray, closeAfterFileDrop:=closeAfterFileDrop)

  1. I'm French and that means sometime I would like to be able to change the text for French text. The drag N drop feature, I can't change the "Brows" or "Drag&drop file here". Would be great if it could be changed as a parameter.

Thanks from london :)
upcoming updates will allow you to pass a json string something like {"browseButtonText" ="SomethingInFrench"} where you can customise the drag and drop pane. We have started the modification but not yet complete. will let you know when done.

@gontranharvey
Copy link
Author

gontranharvey commented Jan 28, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants