2016-10-31 10:24 UTC
For me, it is a little bit confusing to work with colour list?
The basic problem is the communication between the (return values) of the combobox and the usage in AutoCAD.
Examples:
a) The German version returns "VonLayer" and "VonBlock" - how to use it in international version?
b) For color seven is returns "Schwarz" (Black), but "Cecolor" only accepts "Weiss" (White)
c) For higher values, it returns "Farbe 56", but Cecolor only accepts "56"
d) If I have higher values, "dcl-ComboBox-SelectString" does not find an entry for "Farbe 56" (because it is taken from the color-table and not from the list ...)
Are there any panaceas to handle it in a simple way? (first prio for point d)
Peter
The basic problem is the communication between the (return values) of the combobox and the usage in AutoCAD.
Examples:
a) The German version returns "VonLayer" and "VonBlock" - how to use it in international version?
b) For color seven is returns "Schwarz" (Black), but "Cecolor" only accepts "Weiss" (White)
c) For higher values, it returns "Farbe 56", but Cecolor only accepts "56"
d) If I have higher values, "dcl-ComboBox-SelectString" does not find an entry for "Farbe 56" (because it is taken from the color-table and not from the list ...)
Are there any panaceas to handle it in a simple way? (first prio for point d)
Peter