search for: sel_select

Displaying 2 results from an estimated 2 matches for "sel_select".

Did you mean: sql_select
2012 Dec 16
0
Bug: FXTable: programmatic deselection doesn't work as expected.
...#39;t select any cell. Well I realized that it is not possible, so I''ve tried to look for another solutions, and none of them work for me. The one which put me close to the solution was: "when the user select a cell, then the robot deselect it", something like this: table.connect(SEL_SELECTED) do |sender, selector, data| table.getItem(data.row, data.col).selected=(false) end Well this is curious, what happen'' when you click a cell?: It becomes with a ''SelBackColor'' blue, and it draw inside a kind of ''stipple'': following points surrounding...
2010 Apr 09
2
Problem detecting keypresses in FXTable
I''m using an RXTable in my application and I would like to be able to select a row and then press the Delete key to delete the selected row. This does not seem to work, however, as apparently keypresses are not initially recognized. In my FXTable derived class I have: connect(SEL_KEYRELEASE) do |sender, selector, event| puts "code = #{''%X'' %