> You are going forward... you should go backward.
Ah, OK.
When I replace "++it" by "--it" the compiler quites with the message that there are unresolved
externals because a variable beginning with "--" doesn't exist. This is strange because I thought
that -- can be used the same way as ++.
> Also cur.inset() is 'this' really.
I tried this but this doesn't compile:
D:\LyXSVN\lyx-devel\src\insets\InsetTabular.cpp(4318) : error C2664: 'lyx::inset
_iterator_begin' : cannot convert parameter 1 from 'const lyx::InsetTabular *con
st ' to 'lyx::Inset &'
> But I don't like use of InsetIterator in this case.
Why is InsetIterator no good solution?
> You can just use the Cursor starting at position 0...
I don't understand yet how the cursor stuff works. I can move the cursor stepwise through the table
cells but how do I move it outside of the table to check if I'm then in a float?
(Damn, I permanently hit my programming skills limits.)
thanks and regards Uwe