Richard Heck wrote:

This part of initParams()
    // For now, only reset the params on "show".
    // Don't bother checking if the params are different on "update"
    if (action == 0) {
        params_.reset(tmp);
    } else {
        delete tmp;
    }
suggests that initParams() might be called with something like: update
true\n\align .... Maybe that's what should happen? But how? Nothing I
have managed to do causes that.

I had a closer look and I can said that the whole logic of ControlParagraph is flawed and cannot be used for what we want. I wll change that.

Abdel.

Reply via email to