From: Vaughn S. <vau...@in...> - 2007-03-27 21:37:37
|
Mark, Excellent ... found it. Next question ... I have found that when setting the cursor style as shown below, the cursor does not change until I click down on the canvas. Then it works fine. Is there something that I can invoke to change it immediately without forcing the LMB click? $self->SetCursor( Wx::Cursor->new( wxCURSOR_ARROW ) ); Thanks, Vaughn ----- Original Message ----- From: "Mark Dootson" <mar...@zn...> To: "Vaughn Staples" <vau...@in...> Cc: <wxp...@li...> Sent: Tuesday, March 27, 2007 5:15 PM Subject: Re: [wxperl-users] DCPaint Widget Question Vaughn Staples wrote: > Mark, > > Perl on my end could not locate the method "get_control"; I had to > modify the lines from: > Hi, Sorry, the code was a paste in for the previous example. There is no 'get_control' as part of Wx - it is implemented in the example code. Glad you were able to implement it anyway. Thanks Mark |