Dynamic Description Element AND Borderstyle
-
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 -
On 06/02/2017 at 02:52, xxxxxxxx wrote:
Hi rownn,
in descriptions there's nothing like border styles of groups (and to avoid confusion of future readers: there's no such thing as DESC_BORDERSTYLE). Border styles can only be used and influenced in GeDialogs. Sorry.
-
On 06/02/2017 at 03:17, xxxxxxxx wrote:
Pity! But thx for your reply.
greetings
rownn