Posted 19 years ago
by Carl Gilbert
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
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