FXTable and clipboard

Hi.

I can not figure out if the FXTable widget from FXRuby supports clipboard.
It seems to me that it does not. Is there any way to put the selected items
from the table to the clipboard? My idea was to make a hiddne FXText window,
catch ctl-ins for the table, move data into the editor window and send a
copy command to it… Something less tricky?

Thanks

Dalibor Sramek

Dalibor Sramek wrote:

I can not figure out if the FXTable widget from FXRuby supports clipboard.
It seems to me that it does not.

No, I just checked the source code and it doesn’t appear to.

Is there any way to put the selected items
from the table to the clipboard? My idea was to make a hidden FXText window,
catch ctl-ins for the table, move data into the editor window and send a
copy command to it… Something less tricky?

That sounds OK, I guess. Less tricky might be to ask Jeroen to add
clipboard support for the FXTable :wink: