Show Descripton on IntelliPromptMemberListItem

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Carl Gilbert
Avatar
Hi

I am building a MemberList using IntelliPromptMemberListItems. The list worked ok when I used the (text, imageindex, tag) constructor.
When I hit tab or '.' on the selected item, it got inserted into the script.

However, when I use the (text, imageindex, description, autoPreText, autoPostText, tag) the item is not inserted when I hit '.' to move the the next item. I just get '..' where the insert of the selected item has failed.

The description property is working ok as I get the tooltip when I select an item in the list. I have left the autoPreText and autoPostText fields empty by just passing in ("","").
Do these properties have to contain actual text? Everything else seems ok, the tag object is the same and the text and image index are the same.

Regards, Carl Gilbert

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Carl,

Try passing null values in the pre and post text. If you specify non-null values for those, they will be used for insert. Let me know if that helps.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.