[wxruby-users] GridTableBase

Irlweg, Franz (ZNT) Franz.Irlweg.ZNT at wacker.com
Mon Jan 28 05:28:07 EST 2008


Hello all, 
i'm using wxruby 1.9.4  with Grid and the model class: "GridTableBase"
like in the code below. But the method set_table of the grid does'nt
work. Can anyone help me?

require 'wx' 
include Wx 

class MyGridTableBase  < GridTableBase 
  def get_attr row, col, attr_kind 
    ##                     
  end 
  
  def get_number_rows 
    0 
  end 
  
  def get_number_cols 
    0 
  end 
  
  def get_col_label_value col 
    return "empty" 
  end 
  
  def is_empty_cell row, col 
    return false    
  end 

  def get_value row, col 
    return "empty" 
  end 
end 

g = Grid.new 
gt = MyGridTableBase.new 
g.set_table gt 

# i get one of this errors: 
# TypeError: in method 'SetTable', argument 2 of type 'wxGridTableBase
*' 
# or a "unknown software exception" (0xc0000094)  on 0x030dc124      is
thrown 

Best Regards, 
Franz 

</PRE><html><P><SPAN style="FONT-SIZE: 8pt"><FONT color=#000000><FONT face=Arial>
This communication and any files or attachments transmitted with it may contain information that is copyrighted or confidential and exempt from <br>  disclosure under applicable law. It is intended solely for the use of the individual or the entity to which it is addressed. <br>
If you are not the intended recipient, you are hereby notified that any use, dissemination, or copying of this communication is strictly prohibited. <br>
If you have received this communication in error, please notify us at once so that we may take the appropriate action and avoid troubling you further. <br> 
Thank you for your cooperation. Please contact your local IT staff or email <a href="mailto:info at siltronic.com?subject=Disclaimer">info at siltronic.com</a> if you need assistance.
<br>&nbsp;<br>
Siltronic AG, Sitz M&uuml;nchen, Hanns-Seidel-Platz 4, 81737 M&uuml;nchen, Germany. Amtsgericht M&uuml;nchen HRB 150884
<br>
Vorstand: Wilhelm Sittenthaler (Vorsitz), Gerhard Brehm, Paul Lindblad, Joachim Manke, Michael Peterat. Vorsitzender des Aufsichtsrats: Peter-Alexander Wacker
</FONT></FONT></SPAN></P></html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20080128/7026e3eb/attachment.html 


More information about the wxruby-users mailing list