Hello All,
I would like to be able to change the properties (like the textcolor or the textbackcolor) of the text objects that are in a datawindow.
I know how to retrieve the list of all objects in the DW by using the next script part:
ls_objectlist = dw_1.Object.DataWindow.Objects
This gives me a tab (~t) separated string with the name of the objects. I am able to split the string to get the name of the objects.
Now I am looking for the way to check the type of the objects. I want to do this in a loop.
Then for the text objects, I need to change the property textcolor. I would like to use the . notation.
Can you give me some advices on how I can do this ?
Thanks
BBO007
I would like to be able to change the properties (like the textcolor or the textbackcolor) of the text objects that are in a datawindow.
I know how to retrieve the list of all objects in the DW by using the next script part:
ls_objectlist = dw_1.Object.DataWindow.Objects
This gives me a tab (~t) separated string with the name of the objects. I am able to split the string to get the name of the objects.
Now I am looking for the way to check the type of the objects. I want to do this in a loop.
Then for the text objects, I need to change the property textcolor. I would like to use the . notation.
Can you give me some advices on how I can do this ?
Thanks
BBO007