[Fxruby-users] FXTable manipulation
Status: Inactive
Brought to you by:
lyle
From: Tom <tku...@so...> - 2003-12-29 20:19:02
|
Hi, I'm a newbie to fox and FXRuby. I have 3 table problems I can't solve: 1.) I'd like to turn off the ability to select particular cells, ie the equivalent of FXTableItem.disable(). I attempt to use "disable" but keep getting the error that it's an unknown method. 2.)I'd also to make it so that a click on any cell in a row selects that entire row. 3.) I can't seem to figure out how to tell a particular FXTableItem how to respond to events. What I have is a table, and several buttons outside of the table. When the user dbl-clicks a cell, I want it to be the same thing as selecting a particular cell and hitting my "edit" button. I've grepped my way through the fox docs, hoping to find a way to do what I need to do, but to no avail. Any help or pointers to help will be greatly appreciated, Tom |