Message 1 of 1
Unable to have multiple UI dialog components on a single line in C++ addin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to create standard file picker functionality within a dialog:
[File:] [text box with selected file path] [browse button]
I want this all on one line. See FilePicker.png attachment.
However, when I code this up, the result is:
[File:]
[text box with selected file path]
[browse button]
See the FilePickerWithFormatIssue.png
I have tried multiple different code approaches without success.
See CppUIFormatBug.png for one of the attempts.