ProZ.com global directory of translation services
 The translation workplace
Ideas

 
Pages in topic:   < [1 2]
User
Thread poster: Doron Greenspan MITI
Trados TOOLBAR not appearing in Word

Antoní­n Otáhal
Czech Republic
Local time: 08:02
Member (2005)
English to Czech
+ ...
I am not sure Adobe is the real culprit Jan 4, 2006

You will get similar behaviour with other add-ins in Word - from my point of view, MS Word's way of dealing with custom menus and toolbars is not very well organised; namely, if the programmer does not very carefully take care of the ones that may already be present (and it is not very easy - we can take it for a difficult feature or bug of MS Word, whichever you prefer; and I am not sure you can do it in a 100% reliable way), the older ones get easily lost.

My experience has taught me not to rely on MS Word preserving custom menus and toolbars; I have come to resolving the issue in alternative ways.

Antonin


Direct link Reply with quote
 

Doron Greenspan MITI  Identity Verified
Israel
Local time: 09:02
Member (2005)
English to Hebrew
+ ...

MODERATOR
TOPIC STARTER
Probably the RoboHelp toolbar Jan 4, 2006

Indeed, I don't believe it's Acrobat that is the culprit. Perhaps it's RoboHelp, whose trial version I have installed recently.

I have three pcs with Trados (one of which is a laptop) and in the other two there's no problem. I compared the Word setup in all, and it seems RoboHelp is the only difference.

But how?

When its trial period is over, I'll uninstall it and report on my findings, hopefully positive ones...

Thanks all again for your great contributions - makes one feel great being part of the Proz community.

Doron


Direct link Reply with quote
 
annakuz
United States
English to Swedish
RoboHelp? Jan 4, 2006

Hmmm.... - I do not even have RoboHelp installed, the problem appeard only after I installed Acrobat!

Anna


Doron Greenspan wrote:

Indeed, I don't believe it's Acrobat that is the culprit. Perhaps it's RoboHelp, whose trial version I have installed recently.

I have three pcs with Trados (one of which is a laptop) and in the other two there's no problem. I compared the Word setup in all, and it seems RoboHelp is the only difference.

But how?

When its trial period is over, I'll uninstall it and report on my findings, hopefully positive ones...

Thanks all again for your great contributions - makes one feel great being part of the Proz community.

Doron


Direct link Reply with quote
 

Xuchun  Identity Verified
China
Local time: 14:02
Member (2006)
English to Chinese
+ ...
That's it! Feb 1, 2006


dgmaga wrote:


Doron Greenspan wrote:

Trados 7 (new 7.1) / Word 2003 / XP
-----------------------------------

This is similar in nature to a 'neighbouring' problem, but not exactly.

I do see the Trados icon in Word as well as the Trados menu, but the Trados toolbar does not appear (even after clicking the Trados icon).
While I can work with the keyboard shortcuts well enough, I was hoping someone may enlighten me about this problem.

Thanks, Doron


Hi, Doron,

Running this macro has helped us with a similar problem.

It might be worth trying:

Sub RestoreTradosToolbar()

Dim objToolbar As CommandBar
Dim colToolbars As CommandBars

Set colToolbars = Application.CommandBars

For Each objToolbar In colToolbars
Debug.Print objToolbar.Name
If objToolbar.Name = "TW4Win" Then

objToolbar.Enabled = True
objToolbar.Visible = True
Exit Sub
End If
Next objToolbar


End Sub

I don't recall having seen this solution in the forum or in the Trados KB, however, but maybe I'm wrong.

Daniel


Thank you guys very much. My similar problem have been solved at last!


Direct link Reply with quote
 

Doron Greenspan MITI  Identity Verified
Israel
Local time: 09:02
Member (2005)
English to Hebrew
+ ...

MODERATOR
TOPIC STARTER
Downgrading to v.6.5 helped... Feb 2, 2006

First of all, I'm glad that the macro helped at least one other guy here.
I "solved" the problem temporarily by downgrading to v.6.5 where the toolbar is back on in its full glory...

Doron


Direct link Reply with quote
 

sassa  Identity Verified
Greece
Spanish to Greek
+ ...
RestoreTradosToolbar Macro worked! Mar 15, 2007


dgmaga wrote:


Doron Greenspan wrote:

Trados 7 (new 7.1) / Word 2003 / XP
-----------------------------------

This is similar in nature to a 'neighbouring' problem, but not exactly.

I do see the Trados icon in Word as well as the Trados menu, but the Trados toolbar does not appear (even after clicking the Trados icon).
While I can work with the keyboard shortcuts well enough, I was hoping someone may enlighten me about this problem.

Thanks, Doron


Hi, Doron,

Running this macro has helped us with a similar problem.

It might be worth trying:

Sub RestoreTradosToolbar()

Dim objToolbar As CommandBar
Dim colToolbars As CommandBars

Set colToolbars = Application.CommandBars

For Each objToolbar In colToolbars
Debug.Print objToolbar.Name
If objToolbar.Name = "TW4Win" Then

objToolbar.Enabled = True
objToolbar.Visible = True
Exit Sub
End If
Next objToolbar


End Sub

I don't recall having seen this solution in the forum or in the Trados KB, however, but maybe I'm wrong.

Daniel


Daniel,

Thank you ever so much!

After searching the numerous posts in the forum, I tried all other suggestions, but yours really works!!!

Thank you, thank you, thank you!

S.


Direct link Reply with quote
 

Sandra de Pablo
Spain
Local time: 08:02
German to Spanish
+ ...
macro worked! Feb 7


Daniel García wrote:


Doron Greenspan wrote:

Trados 7 (new 7.1) / Word 2003 / XP
-----------------------------------

This is similar in nature to a 'neighbouring' problem, but not exactly.

I do see the Trados icon in Word as well as the Trados menu, but the Trados toolbar does not appear (even after clicking the Trados icon).
While I can work with the keyboard shortcuts well enough, I was hoping someone may enlighten me about this problem.

Thanks, Doron


Hi, Doron,

Running this macro has helped us with a similar problem.

It might be worth trying:

Sub RestoreTradosToolbar()

Dim objToolbar As CommandBar
Dim colToolbars As CommandBars

Set colToolbars = Application.CommandBars

For Each objToolbar In colToolbars
Debug.Print objToolbar.Name
If objToolbar.Name = "TW4Win" Then

objToolbar.Enabled = True
objToolbar.Visible = True
Exit Sub
End If
Next objToolbar


End Sub

I don't recall having seen this solution in the forum or in the Trados KB, however, but maybe I'm wrong.

Daniel



It worked for me, after uninstalling PDFmaker I could see the Trados menu, but not the toolbar. Now I have everything!
Thanks a lot!


Direct link Reply with quote
 
Ahmed Badawy
Egypt
Local time: 08:02
English to Arabic
+ ...
Better solution Mar 6

Hi All,
You can try such solution published on the following website;
http://www.stpnordic.com/tfaq/TradosMenuMissingInWord.html

BR,
Ahmed Badawy,
Senior Arabic Translator, Localizer, Interpreter


Direct link Reply with quote
 
Pages in topic:   < [1 2]


To report site rules violations or get help, contact a site moderator:

Moderator(s) of this forum
Natalie[Call to this topic]
Maya Gorgoshidze[Call to this topic]

You can also contact site staff by submitting a support request »

Trados TOOLBAR not appearing in Word







Anycount & Translation Office 3000
Translation Office 3000

Translation Office 3000 is an advanced accounting tool for freelance translators and small agencies. TO3000 easily and seamlessly integrates with the business life of professional freelance translators.

More info »
PerfectIt consistency checker
Faster Checking, Greater Accuracy

PerfectIt helps deliver error-free documents. It improves consistency, ensures quality and helps to enforce style guides. It’s a powerful tool for pro users, and comes with the assurance of a 30-day money back guarantee.

More info »