Re: wxGlade Generated Code

2009-08-16 Thread Johan Vromans
Steve Cookson steve.cook...@sca-uk.com writes: I have looked at them, but I didn't totally understand how they work. I'm using them for integer entry and time entry, but field lookup, I'm not clear what I should do. Do you think I can use the validators for lookup? The validator's Validate

AdvanceSelection missing in Wx::AuiNotebook

2009-08-16 Thread Karl Forner
Hello, I started playing with Padre 0.43 on windows. It seems that the AdvanceSelection is missing or does not work for Wx::AuiNotebook. I'm using Wx 0.92 on strawberry perl on xp By looking in the Alien::wxWidgets dire, I guess I have wxwidgets 2.8.10 (msw_2_8_10_uni_gcc_3_4). From the

Re: AdvanceSelection missing in Wx::AuiNotebook

2009-08-16 Thread Steffen Mueller
Hi Karl, Karl Forner wrote: From the AuiNotebook.xsp file, I see: #if WXPERL_W_VERSION_GE( 2, 9, 0 ) const wxAuiManager* GetAuiManager() %code{% RETVAL = THIS-GetAuiManager(); %}; void AdvanceSelection( bool advance = true ); Does it mean that you need wxwidgets = 2.9 to

Re: Perl Validators

2009-08-16 Thread Johan Vromans
Hi Steve, [Quoting Steve Cookson, on August 16 2009, 09:25, in Perl Validators] I have used the default one for simple one character validation for numeric and for time input ('\d|\:'): [...] But I don't think I can extend this to whole strings like a time string

Re: AdvanceSelection missing in Wx::AuiNotebook

2009-08-16 Thread Karl Forner
Unfortunately I'm not able to compile Wx. I got this: C:\strawberry\cpan\build\Wx-0.92-C6Vlomdmake g++ -fvtable-thunks -O2 -mthreads -Os -c -I. -I..\.. -IC:\strawberry\perl\sit e\lib\Alien\wxWidgets\msw_2_8_10_uni_gcc_3_4\lib -IC:\strawberry\perl\site\lib\A

Re: AdvanceSelection missing in Wx::AuiNotebook

2009-08-16 Thread Karl Forner
On Sun, Aug 16, 2009 at 12:05 PM, Steffen Mueller nj88ud...@sneakemail.comwrote: Hi Karl, Karl Forner wrote: From the AuiNotebook.xsp file, I see: #if WXPERL_W_VERSION_GE( 2, 9, 0 ) const wxAuiManager* GetAuiManager() %code{% RETVAL = THIS-GetAuiManager(); %}; void