Hi, Before I invest to much of my time in this I was wondering is it possible to embed a table (like the one in the FX examples directory - table.rb) into a text field in a tab? I have a tab and currently I just push out all my data from an array onto a text area using array.join("\n"). I would like to put this into a structured table for example data A????????? data B???????? data C Can I do this? I assume it will need to be a loop to create new rows each time a new entry is read from the array? Many thanks Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20090208/07cbbab1/attachment-0001.html>
On Feb 8, 2009, at 12:34 PM, Stuart Clarke wrote:> Before I invest to much of my time in this I was wondering is it > possible to embed a table (like the one in the FX examples directory > - table.rb) into a text field in a tab?You can''t embed an FXTable into an FXText or FXTextField widget, but you can certainly put an FXTable inside any container widget (e.g. an FXVerticalFrame) that you''d typically use as a tab page. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20090208/e3d7eb19/attachment.html>