Posted 14 years ago
by Actipro Software Support
- Cleveland, OH, USA
Hi Joe,
Sorry I'm not exactly following you. The IDs for various words are for keywords so tokens can be identified easier. However in your case, Address, etc. would be plain Identifiers. You'd have to do some token scanning to build the list of identifiers before the caret, examine the text of each identifier, and then show your member list data based on if it was Address or Country, etc.
The member list items don't care about ID values. IntelliPromptMemberListItem just takes the text to show and optional image indices.
Hope that helps, have a good weekend.
Sorry I'm not exactly following you. The IDs for various words are for keywords so tokens can be identified easier. However in your case, Address, etc. would be plain Identifiers. You'd have to do some token scanning to build the list of identifiers before the caret, examine the text of each identifier, and then show your member list data based on if it was Address or Country, etc.
The member list items don't care about ID values. IntelliPromptMemberListItem just takes the text to show and optional image indices.
Hope that helps, have a good weekend.
Actipro Software Support