Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Office 2007 Smart Tag Actions menu doesn`t show all 70 actions.

2 views
Skip to first unread message

Evgeny Kuprienko

unread,
Jan 15, 2010, 2:50:01 PM1/15/10
to
Hi,
I am using managed Smart Tag DLL named SmartDynamicST.dll that Implements
SmartTag.ISmartTagAction and SmartTag.ISmartTagAction2 (my Recognizer works
well).

By means of smart tag "iii" I can insert AUTOTEXT fields in my documents.
I have MS Access file that contains table FIELDS where AUTOTEXT fields
(Field name, Category and default value) are stored. Each AUTOTEXT field
belongs to individual category. FIELDS table is sorted by Category and
FieldName columns. Smart Tag "iii" Actions menu (cascading) looks like this:

Category_1
--- command1
--- command2
Category_2+
--- command3
Category_N and forth...

Recently I have about 50 rows (fields) in FIELDS table and everything works
well. I`d seen all actions (i.e. rows) in Smart Tag actions menu.
But after increasing amount of field to 70 I have found that latest of my
actions with their categories are missed. I see only first 57 commands.

If I delete N first rows (sorted) from FIELDS table, my Smart Tag Actions
menu shows N next actions.

Increasing or decreasing lengths (in Chars) of Category name and Action name
change nothing.

My debug shows that for smart tag “iii”:

Property VerbCount=70

Property VerbCaptionFromID2 is read 70 times.

… but smart tag “iii” shows on screen only 57 actions in 9 categories…

Can I fix this behaviour?

Thanks (excuse my gramatical mistake).
Evgeny Kuprienko

0 new messages