>When typing code I get an error "Element not found", everytime that code
>completion should kick in. For example, if I type "System." I get an error
>dialog that says "Element not found". What could be causing this?
The most likely cause is that you have not yet included all of the
required header files for the identifier. Another possibility is that
code completion is not working properly. Either way, I would suggest
that you turn off automatic code completion - you can still call it up
when needed with ctrl-spacebar.
- Leo