"Jurko Gospodnetiæ" <
[hidden email]> wrote in message
news:bsp7om$n7q$
[hidden email]...
> Hi all.
>
> Just wondering if the wallback window doesn't resize nicely on
> purpose or if it's a bug? And, if it is a bug, can it be fixed in any
> of the following D5 patches or at least in D6?
The walkback window is somewhat "special" in that it is actually constructed
from a "real" Windows dialog template, and it uses low-level Windows APIs
rather than the MVP subsystem. There are a couple of reasons for this:
1) To avoid a base system dependency on MVP.
2) To minimize the amount of the class library relied upon by the walkback
dialog so that it will appear even when the system is badly damaged.
Actually the only reason the window is resizable at all is so that the long
error messages in the caption can be seen by widening the window. It could
be made to resize as MVP dialogs using layout managers do, but it seems like
a low priority enhancement.
Regards
Blair