SetVJBalanceColumns does not notify Indesign
Hi,
I need to set the balance columns of a selection of textframes as chosen by my plug-in user, through my plug-in action.
So after a selection is done, I fetch all the selected items, and for all the textframes, I call
void IMultiColumnTextFrame :: SetVJBalanceColumns(bool)
I wrap these calls in a command, because it changes the persistant data of the textframes. My problem is, the Balance Columns and Unbalance Columns buttons that appear on selection of a textframe do not get notified and as a result, unless my selection gets changed, they are not updated.
On further inspection, I found that kSetVJBalanceColumnsCmdBoss is the class that is triggered when the balance is set through indesign's own Balance/Unbalance buttons.
So, how can notify indesign that I have changed balance column settings?