Unable to have multiple UI dialog components on a single line in C++ addin

Unable to have multiple UI dialog components on a single line in C++ addin

ArjayHawco
Contributor Contributor
200 Views
0 Replies
Message 1 of 1

Unable to have multiple UI dialog components on a single line in C++ addin

ArjayHawco
Contributor
Contributor

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.

0 Likes
201 Views
0 Replies
Replies (0)