wxperl is the module/library used to access the WxWidgets portable GUI classes.
Questions tagged [wxperl]
50 questions
0
votes
1 answer
Installing Alien::wxWidgets into a Windows-7/Strawberry-Perl box failed
I was trying to install Alien::wxWidgets on the way to installing Wx.
It failed at the following stage:
Fetch failed! HTTP response: 403 Forbidden [403 Forbidden] at inc/My/Build/Base.pm line 305.
Fetch failed! HTTP response: 403 [Forbidden] at…

MeirG
- 333
- 2
- 14
0
votes
1 answer
Is it possible to change the colour of the "focus selector" of a ListCtrl?
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…

isync
- 537
- 6
- 15
0
votes
1 answer
OnDropFiles starts long-lasting function
using wxperl I want to start a long-lasting function after dragging files to my window. Here is my code for the DropTarget:
package FilesDropTarget;
use strict;
use Wx qw[:allclasses];
use base qw(Wx::FileDropTarget);
sub new {
my $class =…

leu
- 2,051
- 2
- 12
- 25
0
votes
1 answer
Validation of textbox values in wxPerl crashes perl interpreter
I'm using:
Windows 7
Strawberry Perl
using current version of wxPerl (from CPAN)
The perl code that creates the layout has been generated by wxGlade.
This code results in the error "Perl Interpretor has stopped working":
use Wx 0.15…

user3046061
- 353
- 4
- 14
0
votes
1 answer
Get bound events for wxwidget?
I would like to be able to determine all methods bound to events for a particular wxwidget.
I am binding my events dynamically. Is there a way to determine which methods i have bound to each event type available to my wxwidget further down the line,…

Ben
- 885
- 1
- 12
- 25