wxperl

Are there Perl GUI builders, especially for WxPerl?

无人久伴 提交于 2020-01-01 08:22:08
问题 Are there good GUI builder for Perl GUI libraries, especially for WxPerl? 回答1: For Wx: WxGlade Any Wx tool that generates XRC files. For Tk: Zooz SpeTcl 回答2: wxDesigner is the only one I know. I have never used it though. 回答3: It's still fairly new, but the Padre editor has an in-development Padre::Plugin::FormBuilder plugin that takes a wxFormBuilder project file and generates pure-Perl dialog classes. 回答4: Check out wxformbuilder. You can design your GUI there and generate an XRC file which

Is it possible to change the colour of the “focus selector” of a ListCtrl?

。_饼干妹妹 提交于 2019-12-25 01:51:48
问题 In Mozilla Thunderbird mail you can assing items in a list a colour. The "focus selector" usually has the "cursor colour" that is defined by the window theme on your OS. Now, when you select a coloured item in Thunderbird, the focus cursor changes colour accordingly. That is to indicate that this item has a colour. Otherwise the user could only see that this particular item has a colour by moving away the "focus selector". Now, is this possible in WxWindows, a WxListCtrl? Apart from changing

Unable to run Perl code generated from wxGlade

泪湿孤枕 提交于 2019-12-24 12:19:37
问题 I am trying to run Perl code generated using wxGlade but I am receiving this error . In text Can't load 'C:/Perl/site/lib/auto/Wx/Wx.dll' for module Wx: load_file:The specified module could not be found at C:/Perl/lib/Dynaloader.pm line 191. Ultimately, I want to rearrange widgets using the code generated from wxGlade. I don't have the *.wxg file, I only have the Perl code. If this is not possible, I want to see the widgets when the Perl code runs then I will re-create the widgets in wxGlade.

Designing a TextCtrl which fills up the entire frame

徘徊边缘 提交于 2019-12-24 06:45:34
问题 I am programming with wxPerl and I was wondering how you would design it so that a textctrl, or really any component, would fill up the entire frame and resize with the window? So far my attempts at researching this problem have led me to believe that potentially using the wxBoxSizer is the way to go but documentation for wxPerl is a little scarce.. Thank you all for any help 回答1: The documentation for the wxWidgets API is excellent and very comprehensive. wxPerl exposes most of the API in a

Alien::wxWidgets install fails on OSX10.10

浪子不回头ぞ 提交于 2019-12-22 08:17:06
问题 I'm trying to install Alien::wxWidgets version 0.67 with wxWidgets version 3.0.2, but no matter what I do, I get the following error: checking if C compiler (clang -mmacosx-version-min=10.5) works with SDK/version options... configure: error: in `/Users/David/.cpan/build/Alien-wxWidgets-0.67-GGkXTu/wxWidgets-3.0.2/bld': configure: error: no. Try a different SDK See `config.log' for more details system: echo exit | sh ../configure --prefix=/Users/David/perl5/perlbrew/perls/perl-5.16.0/lib/site

Alien::wxWidgets install fails on OSX10.10

爱⌒轻易说出口 提交于 2019-12-05 15:40:32
I'm trying to install Alien::wxWidgets version 0.67 with wxWidgets version 3.0.2, but no matter what I do, I get the following error: checking if C compiler (clang -mmacosx-version-min=10.5) works with SDK/version options... configure: error: in `/Users/David/.cpan/build/Alien-wxWidgets-0.67-GGkXTu/wxWidgets-3.0.2/bld': configure: error: no. Try a different SDK See `config.log' for more details system: echo exit | sh ../configure --prefix=/Users/David/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/darwin-2level/Alien/wxWidgets/osx_cocoa_3_0_2_uni --with-osx_cocoa --with-opengl --disable

Are there Perl GUI builders, especially for WxPerl?

点点圈 提交于 2019-12-04 02:26:50
Are there good GUI builder for Perl GUI libraries, especially for WxPerl? For Wx: WxGlade Any Wx tool that generates XRC files. For Tk: Zooz SpeTcl wxDesigner is the only one I know. I have never used it though. Adam Kennedy It's still fairly new, but the Padre editor has an in-development Padre::Plugin::FormBuilder plugin that takes a wxFormBuilder project file and generates pure-Perl dialog classes. Check out wxformbuilder . You can design your GUI there and generate an XRC file which wxPerl can then be configured to load. There is The GUI Loft for Win32::GUI , but of course it's not