From: Mattia B. \<mattia\.barbon\@libero\.it\> <mat...@li...> - 2006-07-05 07:25:28
|
[Forwarding to the correct list] Hello, I am trying to subclass controls created using XRC but I am having difficulty with the initialisation. The problem is that the controls are created with the 2-step process usin= g the default contructor when subclassed by the XRC loading mechanism. For example, Wx::SomeCtrl->new; # without parameters Wx::SomeCtrl::Create( @_ ); # all parameters specified here Unfortunately the Create() method is not virtual (is that the correct terminology?) or I cannot override this method, so I am unable to "assist= " woth the control creation, and provide additional initialisation paramete= rs Is this possible in plain Perl or do I need to go deeper to the XS level?= Many thanks Mark Using Tomcat but need to do more? Need to support web services, security?= Get stuff done quickly with pre-integrated technology to make your job ea= sier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ wxperl-commits mailing list wxp...@li... https://lists.sourceforge.net/lists/listinfo/wxperl-commits |