Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
It is easy to reproduce this issue.
Create the c++ "Command Input API sample" and run it.
You will see the window above.
Now stop the AddIn.
Modify line 384 of the c++ source Code from:
dropdown4Items->add("Item 1", true, "");
to:
dropdown4Items->add("Item 1 Länge", true, "");
Länge is the German translation of length.
Create a new dll for the AddIn and execute it.
You will see the window above. only an empty line is shown for the ListItem.
Can anybody help here?
Best regards
Manfred
Solved! Go to Solution.