Dmitry Timoshkov wrote:
The patch I just sent to wine-patches should fix that problem.
It fixed the problem, both with my sample and with the app that I
couldn't use because of the bug. Thanks.
Krzysztof
"Krzysztof Foltman" <[EMAIL PROTECTED]> wrote:
> http://foltman.com/mdi/
>
> Run it on Windows (I've tested in under XP), run it under original WINE,
> run it under WINE+my patch. Compare the Window menus with 0, 1 and 2
> child items.
>
> It's supposed to have two dummy items (Dummy option 1
"Krzysztof Foltman" <[EMAIL PROTECTED]> wrote:
> > Then perhaps you have a +relay trace which exposes a problem and could
> > write a simple test app based on that information?
>
> http://foltman.com/mdi/
>
> Run it on Windows (I've tested in under XP), run it under original WINE,
> run it unde
Dmitry Timoshkov wrote:
Then perhaps you have a +relay trace which exposes a problem and could
write a simple test app based on that information?
http://foltman.com/mdi/
Run it on Windows (I've tested in under XP), run it under original WINE,
run it under WINE+my patch. Compare the Window menus
"Krzysztof Foltman" <[EMAIL PROTECTED]> wrote:
> > When I last time worked with MDI code including Window menu handling
> > I did a lot of tests under Windows. Did you?
>
> I did some (especially under Windows, where it's easier to find an MDI
> application that works). However, I wouldn't call
Dmitry Timoshkov wrote:
Is there a real bug you are trying to fix?
Yes. Some accounting app that works perfectly under Windows, has its
menu cut off at the last separator. Because the part which is cut off
contains some essential functions (like creating a new database), I'd
classify as a bug.
"Krzysztof Foltman" <[EMAIL PROTECTED]> wrote:
> Applying this patch makes MDI Window menu behave as follows:
>
> - if no child windows are present, no separator is added (or it is
> removed if it was present before)
> - if any child windows are present (and visible), a separator is added
> aft