Menu visible (OpenInsight 32-bit Specific)
At 17 NOV 2003 12:26:07PM Colin Rule wrote:
Programmatically making a menu choice invisible (eg Most Recently Used) and making it visible again, causes problems, eg the menu choice moves to the top, properties get messed up etc.
I have worked around for now by keeping the choices visible and disabling, but not a good solution.
Colin Rule
At 17 NOV 2003 12:26PM Gerald Lovel wrote:
Colin,
This was one of my least favorite surprises too, and like you, I had to disable and enable instead of hide and unhide.
I was going to have 3 menu selections, say QUERY START, QUERY RUN, QUERY REFINE, and show the selections one at a time. But I figured out that one selection was actually better, where I just change the menu item text to match the correct context.
I realize that this is not a fix to the bug you mention, but it is a different way of looking at the problem and possibly avoiding it.
Gerald