Object Styles
ok, solved :-)
object styles made me really crazy until I fully understood how they work and what all the interfaces are for.
Basic howto:
look at kObjectStyleBoss and especially kObjectStylesTargetBoss. The "target" is the thing that holds all the data.
It is not a good idea to create an object style from scratch as it contains nearly 1300 boss classes in its attribute lists and similar datastructures.
Better get the target of an existing one, modify it and create a new one using this information.
Best regards,
Peter
|