Skip to Content
0
Former Member
Jul 20, 2005 at 08:09 PM

Modifying align in wdDoInit

113 Views

Hello,

I have a table with TextViews as Table Cell editors.

In the wdDoInit, I try to modify the alignment. I've linked the textview element to a context and I update the context in the implementation. This work perfectly for many properties like Design but when I try to do the same for the alignment, it seems that the result is not affected. If I define the design in the layout, it's ok.

The problem is that I don't want to have the same algnment for every rows so I need to set it in the implementation.

I think it's a WDP bug but maybe I'm wrong. I tried to affect the text view align or even the table column align but it doesn't work.

Did anyone face that kind of issue?

Thank you!