Skip to content

Conversation

@KrmBab
Copy link

@KrmBab KrmBab commented Mar 20, 2024

this is an update of the C++ code and labview code to add the filters patterns to the open file function

  • new version of g_unicode_. dll (0.3.0.1) :
    i changed the prototype of the of gu_open_file_dialog function to use const char* filter_patterns

  • update of the gu_open_file_dialog.vi and File Dialog (Unicode).vim :
    add the filter patterns and description inputs

now the user can set a filter when open file, if no filter set, "All Files (.)", "*" will be used as default

  • i did not change or rebuild the VIPM package !!!

KrmBab added 9 commits March 20, 2024 09:52
Modify the gu_open_file_dialog prototype to use const char* filter_patterns to pass the filter patterns. For example, the filter patterns should be in the format "*.txt;*.jpg"
update gu_open_file_dialog prototype by changing the const char** filter_patterns to const char* filter_patterns
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

Successfully merging this pull request may close these issues.

1 participant