Geoffrey Spear wrote:
Hi.
I've got a program using an MDIClient with the -windowmenu option, and
it's acting strangely under 1.04 and 1.05 (I've downgraded to 1.03 and
it's now behaving perfectly normally).
Can you produce a minimal version of you code that demonstrates the
problem? Otherwise I'm unlikely to find the time to try ad duplicate it
myself.
What's happening is that any time I create a 10th MDIChild window
(causing the "More windows" menu item to be created in my Window
menu), a seemingly random menu item under my File menu gets changed to
match the new entry in the Window menu. The Window menu item is
created perfectly fine when this happens, so it doesn't look like it's
a case of trying to add the menu item to the wrong menu. Even more
oddly, the changed item in the File menu continues to perform it's
normal onClick function; only the text is changed.
Rather frustratingly, the MDI.pl example script is still working
perfectly fine under 1.04 and 1.05, even though I can't find any
difference between how I'm creating an MDIChild and how the example is
doing it.
I certainly can't imagine what we might have changed to cause this (but
that doesn't mean we didn't do something - I'm forever surprised how
changing one bit of code affects another).
Regards,
Rob.