pisuke / su2ds

Automatically exported from code.google.com/p/su2ds
0 stars 0 forks source link

Small problem with WX toggle #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable results import "tool" (ie, by clicking "show scale"
2. Export header file

What is the expected output? What do you see instead?

Following error message appears in Ruby console several times:

Error: #<ObjectPreviouslyDeleted: Expected argument 0 of type wxToggleButton 
const *, but got Wxruby2::ToggleButton #<Wx::ToggleButton:0x20573990>
    in SWIG method 'GetValue'>
/Library/Application Support/Google SketchUp 
8/SketchUp/Plugins/su2dslib/resultsgrid.rb:432:in `get_value'
/Library/Application Support/Google SketchUp 
8/SketchUp/Plugins/su2dslib/resultsgrid.rb:432:in `draw'
/Library/Application Support/Google SketchUp 
8/SketchUp/Plugins/su2dslib/radiancescene.rb:359:in `messagebox'
/Library/Application Support/Google SketchUp 
8/SketchUp/Plugins/su2dslib/radiancescene.rb:359:in `export'
/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/su2ds.rb:119:in 
`startDSExport'
/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/su2ds.rb:219
/Library/Application Support/Google SketchUp 
8/SketchUp/Plugins/su2dslib/resultsgrid.rb:432:in `call'
/Library/Application Support/Google SketchUp 
8/SketchUp/Plugins/su2dslib/resultsgrid.rb:432

Original issue reported on code.google.com by joshkjen...@gmail.com on 13 Oct 2010 at 12:11