Le 03/10/17 à 21:43, Richard Heck a écrit :
The crucial thing here seems to be that it's a "menu" inset. That triggers a menu search, which calls getStatus, which ends up accessing the Cursor, which is now out of date. So we end up here:
A different solution would be to avoid calling updateInfo() when parsing an info inset. This should be done later in updateBuffer() anyway.
JMarc