On 03/02/2017 at 12:33, xxxxxxxx wrote:
Hi guys,
I´m playing around with dynamic description elements in an objectdata and I wonder how to set borderstyles. Is it possible at all or are borderstyle flags designed just for GeDialogs?
bc = c4d.GetCustomDataTypeDefault(c4d.DTYPE_GROUP)
bc[c4d.DESC_TITLEBAR] = False
bc[c4d.DESC_SHORT_NAME] = ""
bc[22] = columns
#bc[c4d.DESC_BORDERSTYLE] = c4d.BORDER_THIN_IN ???
Thx and greetings
rownn