[wxMac 2.8.2] Metal look

Sandro Brasile ingbrasile at gmail.com
Mon Mar 26 02:27:38 PDT 2007


Thanks a lot Stefan, it works!

On 3/26/07, Stefan Csomor <csomor at advancedconcepts.ch> wrote:
>
>  Hi
>
>
>
> you are mixing two style fields, wxFRAME_EX_METAL is an _EX_ ie extra
> style not a 'normal' one, so use SetExtraStyle for setting this
>
>
>
> and PLEASE only use metal for what it is meant for (read the Human
> Interface Guidelines ;-)
>
>
>
> HTH
>
>
>
> Stefan
>
>
>
>
>
>
>
> *From:* Sandro Brasile [mailto:ingbrasile at gmail.com]
> *Sent:* Montag, 26. M=E4rz 2007 10:52
> *To:* Wx-Users
> *Subject:* [wxMac 2.8.2] Metal look
>
>
>
> Hi wx-users
>
> I compiled minimal sample under XCode and it works normally.
> However, I tried to use the Mac Os X metal look without success. The code
> is the following
>
> MyFrame::MyFrame(const wxString& title)
>        : wxFrame(NULL, wxID_ANY, title, wxDefaultPosition, wxDefaultSize,
> wxDEFAULT_FRAME_STYLE | wxFRAME_EX_METAL, "frame") //
> {
> ....
> }
>
> Any ideas?
>
> Sandro
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070326/d79=
8100b/attachment.htm


More information about the wx-users mailing list