Hi Carsten,

I created a little programm that removes a menu item from a menu and
adds another instead. In case the user tries to access the menu while
the menu update is performed my OO crashes and says:

[...]

I think you have found a bug which is not easy to fix. We have a re-entrance problem that causes this crash. The menu is open and we change the structure while it's open. This cannot work.
There only two possible solutions:
1. We have to defer the change of the menu when it's not open anymore.
2. Changing the menu when it's open is not possible. We just ignore the call.

I think solution 1 is the best way so fix this bug.

You can write a bug for this crash, but currently I have no workaround.

Is it possible to disable the menubar manually and to enable it again after I changed it?

Greetings, Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to