Re: WXPerl Question - Styling textctrl

2013-01-20 Thread Brad Van Sickle
If i leave the single quotes off PERL complains that I cannot use barewords when strict is enabled (or something to that effect. I ended up figuring out that for some reason PERL is unable to map those wxTE_ options to their values.I had to dig into to the WX source code and find the

Re: WXPerl Question - Styling textctrl

2013-01-20 Thread Steve Cookson
Whoops, replied to and from wrong email address: Hi Brad, It sounds like you have a 'use' problem. Do you have a use Wx qw( :everything ); Or something at the beginning of your program? This should load the wxID_ANY styles and stuff. There are subsets of it which you are supposed to use,

Re: wxperl screenshots

2013-01-20 Thread Johan Vromans
Waldemar Biernacki w...@sao.pl writes: I've got a question - specially to those who used Win32::GUI library (Octavian?): would be possible to replace Win32::GUI to Wx on the fly? Or rather shoul I redesign my application from bottom to top? I really cannot say anything about this. I do not

Re: wxperl screenshots

2013-01-20 Thread Octavian Rasnita
Hi Waldemar, Unfortunately it is not possible because Win32::GUI and WxPerl have totally different interfaces. So you should need to totally replace the part of the program that draws the GUI. --Octavian - Original Message - From: Waldemar Biernacki w...@sao.pl To: