ANN: wxWidgets 2.7.1 released
Troels
tk at tk.tk
Wed Nov 1 01:55:06 PST 2006
>wx_dll.dsw...We might remove it completely from the release and
>just provide the wx.dsw with fixed build order.
Yes, providing just one single dsw file (with dependencies set up) would
be better. wx.dsw as of now (no dependencies) is rather .
> I don't understand the bug report to be honest
Sorry, I'll try to make it clearer:
Before 2.7, you could control the message box default caption, like this
wxMessageBoxCaptionStr = wxStrdup(_("Message")));
or
wxMessageBoxCaptionStr = wxStrdup(GetAppName());
In 2.7.x, it's hardwired to wx("Message").
>I don't believe these messages were ever
>supposed to be modifiable from outside the library.
Flexible is better...
> But they should indeed be translated.
...Translated or not, the default caption "Message" is not likely to
please many. The MFC default, the app name, is quite good, especially
useful if you have no TLW (as it announces the app displaying it).
Moreover, in wxWidgets wxMessageBox is centered on the display rather
than on it's parent, more often than not landing far away from its
parent/TLW - which makes app name perhaps a better default than "Message".
Regards
Vadim Zeitlin wrote:
> On Tue, 31 Oct 2006 23:29:52 +0100 Troels <tk at tk.tk> wrote:
>
> T> I had a look at tonights 2.7.2 'preview':
>
> Thansk for testing!
>
> T> Troels wrote:
> T> > wxMSW 2.7.1 using MSVC6 SP6 on WinXP SP2:
> T> >
> T> > - build/msw/wx_dll.dsw: aui + media + richtext not included
> T> Not fixed
>
> We might remove it completely from the release and just provide the wx.dsw
> with fixed build order.
>
> T> > - samples/samples.dsw [first time you open it]: "This workspace is corrupted: it contains more
> T> > than one project called 'printing'...will be removed", also [second time you open samples.dsw] 'client',
> T> > 'docview', 'help', 'server'
> T> Not fixed
>
> I don't know what to do about this but we probably do need to rename them
> somehow.
>
> T> > - samples/aui: if undocking (dragging) a panel it's not possible to dock
> T> > it again
> T> Not fixed
>
> I think it was just fixed today.
>
> T> PS: Please allow me to draw attention to bug #1587311, this 2.7.x change
> T> breaks user code...and the only user space workaround I see
> T> (MyMessageBoxCaptionStr) requires a big lot of typing....
>
> I don't understand the bug report to be honest but I don't believe these
> messages were ever supposed to be modifiable from outside the library.
> But they should indeed be translated.
>
> Regards,
> VZ
>
More information about the wx-users
mailing list