search for: roadq

Displaying 4 results from an estimated 4 matches for "roadq".

Did you mean: readq
2006 Aug 24
0
Re: TextCtrl background? (was TreeCtrl background?)
...c OS X is: test.rb:15:in `set_default_style'': undefined method `'' for #<Wxruby2::TextCtrl:0x55832c> (NoMethodError) from test.rb:15:in `initialize'' from 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::T...
2006 Aug 18
10
TreeCtrl update
The previous TreeCtrl.i was very messy and just plain wrong, for instance it had GetFirstChild as depreciated when in fact only 1 version of it was depreciated not both. I changed GetFirstChild and GetNextChild to return an array of values to match the wxPython and wxPerl usage. I also noticed that wxTreeCtrl is inherited from wxControl on Windows and wxScrolledWindow on everything else so I #if
2006 Aug 10
2
ProgressDialog on WindowsXP
Hi all, I''ve been trying to figure this out on my own, but if the project is headed to alpha, it should probably be resolved before that. Basically, ProgressDialog doesn''t show up at all AFAICT. The Gauge control works fine, but in the controls example as well as in a small test app, I can''t get the ProgressDialog to appear. --Mark Ping
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