Displaying 2 results from an estimated 2 matches for "testtextctrl".
2006 Aug 24
5
TreeCtrl background?
On my windows build, I just noticed that the background of my TextCtrl''s
is grey by default, and when I try to set the default style I get the error:
TestTextCtrl.rb:15:in `set_default_style'': undefined method `'' for
#<Wxruby2::TextCtrl:0x360a0c4> (NoMethodError)
from TestTextCtrl.rb:15:in `initialize''
from TestTextCtrl.rb:24:in `on_init''
from TestTextCtrl.rb:30
Using the following (probabl...
2006 Aug 24
0
Re: TextCtrl background? (was TreeCtrl background?)
...om test.rb:24:in `on_init''
from test.rb:30
Sean
On 8/23/06, Mark Ping <wxruby@roadq.com> wrote:
> On my windows build, I just noticed that the background of my TextCtrl''s
> is grey by default, and when I try to set the default style I get the error:
>
> TestTextCtrl.rb:15:in `set_default_style'': undefined method `'' for
> #<Wxruby2::TextCtrl:0x360a0c4> (NoMethodError)
> from TestTextCtrl.rb:15:in `initialize''
> from TestTextCtrl.rb:24:in `on_init''
> from TestTextCtrl.rb:30
>
>
&...