On 22 July 2017 at 16:35, Andrei Chis <chisvasileandrei(a)gmail.com> wrote:
GLMPresentation>>requestRefresh will be called
when an update is needed.
Currently this method raises a GLMPresentationRefreshRequest event, which
is only handled by fast table presentation. The easies solution would be
add:
GLMRubricTextPresentation>>requestRefresh
self update
Thanks for this tip. Sounds nice and easy :).