|
From: Sandor M. <s...@nd...> - 2007-06-22 15:14:14
|
Hi,
On Mar 20, 2007, at 6:35 AM, Mattia Barbon wrote:
> Sandor Miskey <s...@nd...> wrote:
>
>> I'm trying to use wxFRAME_EX_METAL style with no success (Mac OS X
>> 10.4.9, wxMac 2.6.3
>> wxPerl 0.57). Is it possible? Do I have to prepare it while compiling
>> wxWidgets/wxPerl?
>
> It should be avilable with wxWidgets 2.6.0 and above. Which error
> do you get?
There is no any error message, but the opening window does not seem
metallic.
Wx configured with the following options:
../configure --prefix=/Applications/iBaraka.app/
Root \
--enable-unicode --enable-splitter --enable-
datepick \
--with-mac --with-libjpeg --with-libpng
$ ./wx-config --version_full
2.6.3.1
$ ./wx-config --libs
-L/Applications/iBaraka.app/Root/lib -framework QuickTime -
framework IOKit -framework Carbon -framework Cocoa -framework System
-lwx_macu_xrc-2.6 -lwx_macu_qa-2.6 -lwx_macu_html-2.6 -
lwx_macu_adv-2.6 -lwx_macu_core-2.6 -lwx_base_carbonu_xml-2.6 -
lwx_base_carbonu_net-2.6 -lwx_base_carbonu-2.6
And wxPerl (0.57) options are: --disable-grid --disable-stc --wx-
unicode --wx-toolkit=mac
The test script is attached.
Thank you, regards;
Sandor Miskey
|