FXTable - iterating through headers

Hi,

my question concerns FXHeaders in an FXTable
As the title says I’m trying to iterate through each header in order to
get it’s text. However, im getting some very strange errors (that is:
strange to me).

Here is the code:

def generate_view§
@tabelle.columnHeader.each do |header|
x = header.position
foo = header.getItemText(x)
end
end

When the method gets called, the compiler says: “undefined method
`position’ for :Fox::FXHeaderItem (NoMethodError)”

Now, I’m relatively new to programming, so this might be a completely
dumb question, but where is my mistake?

Thanks
Patrice