Re: Wx::MediaCtrl

2008-07-31 Thread Octavian Rasnita
From: Huub Peters [EMAIL PROTECTED] What platform? - On Windows using the ppm's from wxperl.co.uk it should work out of the box (using MediaPlayer). Sorry for the dumb question. Yes I use Windows and now it works. I've tried to use Wx::MediaCtrl instead of use Wx::Media. Octavian

Re: wxPerl wiki

2008-07-31 Thread Huub Peters
Roode, Eric wrote: The wxperl home page at sourceforge mentions a wiki. I could sure use a wiki about now. I'm tearing my hair out trying to learn wxperl. I've tried visiting http://wxperl.pvoice.org/kwiki/ a couple times a day for the past couple of weeks. It is never up. Never! Is that

Re: Building Wx-0.84 on Debian

2008-07-31 Thread David Cantrell
On Thu, Jul 31, 2008 at 03:12:41PM +0100, David Cantrell wrote: I have wxWidgets installed: $ dpkg -l|grep wx ii libwxgtk2.4-1-contrib 2.4.5.1.1 ii libwxgtk2.4-contrib-dev 2.4.5.1.1 ii libwxgtk2.4-dev 2.4.5.1.1 ii wx2.4-headers

Re: CRITICAL **: clearlooks_style_draw_box_gap: assertion `height = -1

2008-07-31 Thread Johan Vromans
Gabor Szabo [EMAIL PROTECTED] writes: ** (02-wx.t:3685): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height Many GTK based apps issue warnings like this. AFAIK, it comes from code that is not strict enough. Unfortunately it is not due to something we did wrong, it's all deep in the

Re: Padre

2008-07-31 Thread Gabor Szabo
On Mon, Jul 28, 2008 at 4:59 PM, Octavian Rasnita [EMAIL PROTECTED] wrote: Hi, I've seen that the hotkey F3 is not well defined for the Find again menu. I've made a little change, and this way it works. The changed line is: EVT_MENU( $self, $edit-Append( -1, Find Again\tF3 ),

Re: Padre 0.02 released

2008-07-31 Thread Gabor Szabo
On Tue, Jul 29, 2008 at 1:26 PM, Octavian Rasnita [EMAIL PROTECTED] wrote: Hi, I've downloaded Padre 0.03. I found a new module which is required but perl Makefile.pl can't detect that's required. What version of MakeMaker are you using? What happens if you upgrade? It is

RE: Padre 0.03_01 released

2008-07-31 Thread Roode, Eric
Gabor Szabo [mailto:[EMAIL PROTECTED] wrote: Subject: Padre 0.03_01 released It includes a few buttons on the toolbar and it has code that checks if wxWidgets is new enought. I'd appreciate you people checking if it works. thanks Gabor Forgive me if this is a stupid question, but

RE: Padre 0.03_01 released

2008-07-31 Thread Roode, Eric
Gabor Szabo [mailto:[EMAIL PROTECTED] wrote: Padre is [ ... ] Great, thanks for the info, Gabor. Eric

Re: Wx::StyledTextCtrl MarkeDefine

2008-07-31 Thread Mark Dootson
Hi, Try using Wx::Colour objects for background, foreground params. Mark Gabor Szabo wrote: I am probably too tired but I don't understand what can be the problem: $page is a Wx::StyledTextCtrl object this line works: $page-MarkerAdd($line_number-1, 0); though I don't see any visible

Re: Wx::StyledTextCtrl MarkeDefine

2008-07-31 Thread Gabor Szabo
On Fri, Aug 1, 2008 at 12:41 AM, Mark Dootson [EMAIL PROTECTED] wrote: Hi, Try using Wx::Colour objects for background, foreground params. That worked. Thanks Gabor Mark Gabor Szabo wrote: I am probably too tired but I don't understand what can be the problem: $page is a