Re:Questions about wxPerl installation

2008-01-10 Thread Mattia Barbon [EMAIL PROTECTED]
Hi, I am packaging wxPerl for Debian. Great! Thanks! I have some questions regarding the packaging/installation process. In particular: - What are the scripts /usr/bin/wx_overload.pl and /usr/bin/wx_xspp.pl for? -- What do they do? They are utility scripts and can be used by

AW: accessing frame object

2008-01-10 Thread Daniel
Hi, you can manage it that way: EVT_LEFT_DCLICK($self-{Definitii}, sub{ OnDefinitii_Click($self, another sting, anything you want); }); Regards Daniel - Ursprüngliche Mail Von: Octavian Rasnita [EMAIL PROTECTED] An: wxperl-users@perl.org Gesendet: Mittwoch, den

beep

2008-01-10 Thread Octavian Rasnita
Hi, Does WxPerl have a method for making a default beep? I need something like Win32::GUI::MessageBeep that can be used in a Win32::GUI application. Thank you. Octavian

Re: beep

2008-01-10 Thread Mark Dootson
Hi, There's a function Wx::Bell. You would call this simply as: Wx::Bell; Regards Mark Octavian Rasnita wrote: Hi, Does WxPerl have a method for making a default beep? I need something like Win32::GUI::MessageBeep that can be used in a Win32::GUI application. Thank you. Octavian

RE: beep

2008-01-10 Thread Jerry Veldhuis
Wx::Bell; jerry Octavian Rasnita mailto:[EMAIL PROTECTED] wrote: Hi, Does WxPerl have a method for making a default beep? I need something like Win32::GUI::MessageBeep that can be used in a Win32::GUI application. Thank you. Octavian