dirk rothe
Posts: 1
Joined: 2006-04-09
|
Hello,
I need to add additional data to a reckognized smarttag. I'm using the CommitSmartTagProc from the reckognize event. It would be nice to 'initialize' the tag with some extra properties but all I can do there is 'mark' it by position/length.
I have seen in the component code (adxSmartTag.pas/line 501) that there seems to be a possibility to add properties with PropertyBag: ISmartTagProperties; . Why is this missing in the CommitSmartTagProc?
thnx in advance,
dirkse |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Hi Dirk,
Why is this missing in the CommitSmartTagProc?
Because an instance of the ISmartTagProperties interface is created inside of the CommitSmartTagProc callback function and can not be passed as a parameter. I think we will have to add one more event for these purposes. Please contact me directly by email, we will discuss what exactly you'd like to have and will try to realize it.
|
|