Modern-UI-Components-for-VBA icon indicating copy to clipboard operation
Modern-UI-Components-for-VBA copied to clipboard

Request feature - Drag N drop language and +

Open gontranharvey opened this issue 3 years ago • 2 comments

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.

gontranharvey avatar Oct 07 '21 15:10 gontranharvey

  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.

krishKM avatar Jan 28 '22 00:01 krishKM

Hi, thanks for the french part in the future. But the point #2, what I mean, it would be cool that for example, make it work as an activeX object. Just drop the object in my access form and be able to drag-n-drop directly in the object instead of having to push a button that makes the d-n-d feature to appear. Would be very cool to make it work on a continuous form too.

Thanks for everything and have a nice day.

Gontran Harvey Spécialiste Microsoft Access et SQL server Logiciels sur mesures

Tél. : 514-548-2685

[ircpi_final_logo]

From: Krish @.> Sent: 27 janvier 2022 19:04 To: krishKM/Modern-UI-Components-for-VBA @.> Cc: Gontran Harvey @.>; Author @.> Subject: Re: [krishKM/Modern-UI-Components-for-VBA] Request feature - Drag N drop language and + (#49)

  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.

— Reply to this email directly, view it on GitHubhttps://github.com/krishKM/Modern-UI-Components-for-VBA/issues/49#issuecomment-1023752915, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANSIORERF7KXDK3QD4IISSTUYHMOFANCNFSM5FRTMCOQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.@.>>

gontranharvey avatar Jan 28 '22 13:01 gontranharvey