Wim W.A. ten Brink
Workshop Alex
Posts: 30
Joined: 2005-11-23
|
I have a project with an TadxOlExplorerCommandbar and four buttons. (Call them A, B, C and D.) Now I want to add a fifth button between the buttons C and D and I call this E. Piece of cake...
But when I start Outlook I see button E having the caption of button D. If I click on it, the action for E is executed, though. But for whatever reason this button keeps providing me the wrong caption.
How do I get rid of this wrong caption? I've already unregistered and re-registered the OCX with no effect. So something else is causing problems.
-----------------------------------------------------
Oh, forget it. Solved the problem since I was using TSILang multi-language support. This component was remembering the old captions of the buttons. Inserting a button to the commandbar is not seen as a new control by these TSILang components so they shift all captions. (And unfortunately also some other string values.)With kind regards,
\/\//\ Workshop Alex |
|
Dmitry Kostochko
Add-in Express team
Posts: 2880
Joined: 2004-04-05
|
|