Unreliable Word preview behavior

The preview in Word behaves in an unpleasant and unreliable manner on my PC. Be it "Microsoft Word" or "Embedded" display mode, the yellow highlight is laggy, it often takes several seconds for the highlight to "find its place" in the document - jumping between sentences (or text fields, for instance) before settling on the target one. It sometimes disappears and reappears without any intervention on my part; often the whole preview (in Microsoft Word) will crash and then reopen. Sometimes the highlight won't display at all.

All this makes this important feature pretty much a useless waste of time.

I've had problems with alleged Office incompatibility in the past - see https://community.sdl.com/product-groups/translationproductivity/f/90/t/18778

...but I have a genuine MS Office downloaded from a Microsoft online source. The MS Word (Office) is Professional Plus version 1809 (compilation 10827.20138, Quick install [or whatever the English translation of this is]). Regarding the "quick install" - when installing Office I couldn't choose any "installation mode", whether quick or slow, so I'm not sure what this is about.

My question is: has anyone experienced anything similar? How does the highlight work in your case - does it switch between sentences/words/text fields in the blink of an eye, or is there significant delay?

If my Word is a suspect, then WHICH Word version exactly should I buy to be sure that it will work properly? Is the most expensive box version available in physical stores the ONLY option? That would be pretty ridiculous and unfair, and would probably cause problems to about half of the users who purchase their Office on the web, have it included with their PCs, etc.

Needless to say Word preview worked beautifully in Trados 2011 with Office 2007... (couldn't help it, Paul)

BTW: I created a new topic since the issue from the former one somehow resolved itself: Trados won't refuse creating a preview anymore - but it still works like crap.

EDIT: tried doing the embedded preview, and Trados actually gave me an error, so... yeah, should've posted this in the old thread. But then, I don't even need the embedded preview at all.

One silly thing with the external preview ("Microsoft Word") is that you can't set it to display the source document content - and you can't disable its auto-updating/refreshing, which, as I believe, partly (or wholly) causes the lag and instability. All this gives an impression that the developers have just intentionally left us with a function that is slow and unreliable. Hopefully I'm wrong though, and it's just my case.

Parents
  •  

    On this we can agree!

    Unknown said:
    Needless to say Word preview worked beautifully in Trados 2011 with Office 2007... (couldn't help it, Paul)

    But the problem here is not Studio, it's Word.  Once Microsoft moved to their click to run installer they stopped providing the required components that are needed to be able to deliver an embedded preview.  So we have had to try and find other ways to make this work.

    Unknown said:
    EDIT: tried doing the embedded preview, and Trados actually gave me an error, so... yeah, should've posted this in the old thread. But then, I don't even need the embedded preview at all.

     

    Today I run the click to run version and can actually achieve all three variants of the preview without the problems you descibe so would be inclined to look at external influences first.  These would be things like you security software and available permissions to be able to run both applications smoothly.  Try disabling your security software temporaily, and any backup software you might be running and see if this helps.   If it does add things back in until you find the cause of your issue.

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

  • My sole security software is the wretched Windows 10 itself and its built-in security features. I'd gladly disable Windows 10 forever - and switch to Mac - had the different translation software I use been compatible with the latter.

    So, which Office SHOULD we buy, then?

    Besides, the thing sometimes works fine, and sometimes doesn't, due to which I'm not sure if I can buy your explanation! At this very moment I'm in the process of translating a file that keeps crashing on me every 5th segment or so, and then re-opening. Sometimes it won't even re-open, displaying some lame error (file couldn't be opened, or something) - and then opening again obediently when I re-launch the preview manually.

    This doesn't ALWAYS happen with every file, but it does so quite often, with different documents. I don't work with any "special" formats or anything. Just regular .docs / .docxs.

  • Hi Paul,

    The file is unfortunately confidential.

    The sdlxliff was made from a docx file with around 85 pages, 20,000 words, 2000 segments. I also received a pdf file, so the docx was likely a conversion of the pdf. (I tested this file because I am currently working on it.)

    Perhaps you could test a similar file and send it to me. Then we could compare lag times.

    If there is something in my current setup that is causing a problem, it would be nice to find it.

    Best regards,
    Bruce
  • Ok, interesting, thank you. I'm not going to use Office 2007 anyway, though. Due to my Surface environment, it's most reasonable to stick to the latest Office releases (touch/ink compatibility issues, etc.). And having two side-by-side installs is a pain in the you-know-what in Windows.


    My experience is similar to Bruce's. Also, I've seen the external (!) Word preview crash very often with different files recently. It looks like it does that when it encounters an apparently problematic segment - maybe containing a section break, some unusual tag, or something else - I don't know. Plus the irritating lag and unreliability of highlight (sometimes works, sometimes doesn't) just ruins the overall experience.

    And a working preview IS an important function when you like knowing where you are in the document exactly without constantly searching for the segment's location.


    Paul, maybe you're just working with some very basic .txt or .docx files of "lorem ipsum" sort when claiming everything is fine on your end? The translator's reality is messy PDF converts and ABBYY outputs - with this type of stuff the preview does the worst job. With other type of stuff (flowing text, maybe with a few tables) you hardly need a preview at all...

    It'd be interesting to hear from other people too.

  • Hi Adrian,

    I am not sure what the situation is at Paul's end, except that his Studio installation is probably perfect and he has the resources behind him to chase down the answer if our experience differs from his -- and he feels this is a high enough priority for his time.

    In the meantime, which means longer than I can remember, I have been using a Dragon command to find out where I am in long documents. It should be (relatively) easy to create an equivalent AutoHotkey macro if anyone is interested.

    The Dragon command is built to work with PDF files, but this is not a limitation, since I use CutePDF Writer to create a PDF version of every file I receive to translate. Working only with PDFs standardizes everything, which makes my work quicker and easier.

    The Dragon command first checks to see whether any text is currently selected. To do so, it clears the clipboard, does a copy (Ctr-C) and checks whether any text is now in the clipboard (length of clipboard = 0?). If there is something in the clipboard, the command uses that text. If no text was selected (i.e. clipboard is empty), it assumes that the cursor is in the target segment. It then goes to the source segment (F6), selects the first line of text in the source segment (Shift-End) and copies it to the clipboard (Ctr-C). It then deselects the first line of the source segment (Left) and switches back to the target segment (F6). Then the command makes Adobe Reader the active window. (The correct PDF file has to be open in Reader.) Someone who uses AutoHotkey will have to figure out how to switch to the proper window. I know it is possible, as I used AutoHotkey before I changed over to Dragon. Then the command executes the find command in Reader (Ctr-F followed by Ctr-V to paste the clipboard into the find field, Enter to execute the command, and Escape to exit from the find command). The find command works most of the time, although occasionally there is a difference between the Studio segment and Reader that forces me to move up one segment and try again. (The Dragon command is shown after my signature below.)

    So whenever I get a document to translate -- of any kind -- I immediately use CutePDF Writer to create a PDF version. I display this PDF file on a second monitor instead of using Studio preview and use my Dragon command when I get lost and need to find out where I am in the file or need to look at the context of the segment I am translating. I also have a Dragon command to switch back to Studio (the command basically just executes HeardWord ("switch",  "to", "SDL Trados Studio") plus a few other things to ensure I am in the Studio Editor and in the current target segment).

    This is quick and easy, and I use the PDF anyway to look at other parts of the file while I am translating, which means that waiting 5 to 10 seconds for the Studio preview to update is an excruciating experience in comparison.

    My Dragon command (advanced scripting for DPI15) is shown below my signature. I hope this helps someone :-)

    Best regards,
    Bruce Campbell
    ASAP Language Services

    "find in reader" Dragon command for DPI15

    Sub Main

    Clipboard ""                        ' empty the clipboard
    SendKeys "^c",True            ' if something is selected, copy it to the clipboard
    Wait 0.1


    If Len(Trim$(Clipboard$())) = 0 Then        ' check whether any text was selected
       SendKeys "{F6}+{End}^c",True            ' if not then get first line of source segment
       Wait 0.1
       SendKeys "{Left}{F6}"
    End If
    Wait 0.15

    HeardWord ("switch", "to", "Acrobat Reader")
    Wait 0.15

    SendKeys "^f",True
    SendKeys "^v",True
    SendKeys "{Enter}",True
    Wait 0.1
    SendKeys "{Esc}"


    End Sub

  • Neat solution, Bruce, if a bit of a hassle to implement indeed. I'd probably rather just have my $700 software do what it should do. Will remember this if everything else fails, though. But then - if you have a 15 documents project, creating a PDF from all of them is a time devourer in itself.

  • Hi Adrian,

    With respect to the time needed to use CutePDF, it installs as a printer, so it is quick and easy to use. I have it set as my default printer, so I just select the files, right click and choose print. I use a standard folder for preparing projects and it is also the folder CutePDF uses to deposits the PDF files.

    With respect to the Studio Preview, I agree that I would prefer to have it work properly :-)

    But over the years I have tended to use fewer and fewer of Studio's bells and whistles. The fewer I use, the fewer mysterious problems I have with Studio.

    For example, take what is happening with Studio 2019. I bought the upgrade, but am waiting for the SR1 release before I install it. You can see from the forums that Studio 2019 is buggy -- but most people probably don't stray too far from the "out of the box" settings, so the bugs that are found and corrected will most likely be associated with those settings. In my view, this makes straying too far from the "out of the box" settings like walking into a mine field that hasn't been cleared yet, and might never be cleared.

    I am therefore happy to just use the basic features of Studio in order to avoid the possibility of being stuck completely without a translation tool for days or weeks while someone at SDL hunts for a solution or workaround. (It is worrying to see people report that they cannot use Studio even after completely uninstalling and reinstalling.)

    So, yes, it was a bit of a hassle to set up the Dragon command, but it was a good exercise in learning how to write Dragon commands, and learning some of the limitations and workarounds for Dragon commands.

    I also don't expect SDL to address the Studio Preview problem or most of the other problems I have had with Studio any time soon, so I look for workarounds whenever I can.

    Best regards,
    Bruce Campbell
    ASAP Language Services

  • I should also mention that the reason I don't expect SDL to address some Studio problems is simply because no software developer can afford to address all problems. Like everyone else, SDL has finite resources.

    The question is simply where do they draw the line and decide which bugs to fix.

    For example, there was a discussion a while ago about the fact that the Advanced Display Filter can search for tags. That is great, if you are looking for tags, but if you are looking for "the cow jumped over the moon" and the text in your segment contains tags, e.g. "the cow jumped over the <bold tag>moon<end bold tag>" then you are not going to find it unless you know exactly where the tags are and what they contain and include them in the search text.

    To me, this was a serious problem, and everyone should at least know about it. I suggested that a button be added to turn tag searching on or off. It would also alert people to the fact that tags could be included in the search, something that most people are probably still unaware of.

    The fact that no change has yet been made is just another indication to me that SDL has quite limited resources for Studio. The Advanced Display Filter problem is, after all, one that potentially affects everyone, so you would expect it to be given some sort of priority. (Although SDL might not expect many people to use the Advanced Display Filter, which would lower its priority in their eyes.)

    And that is why I don't expect SDL to address the Studio Preview problem or many of the other problems I encounter with Studio any time soon.

    Like every other piece of software, I just accept Studio for what it is, with all of its limitations, try not to break it and hope that it will slowly improve. 

    Best regards,
    Bruce Campbell
    ASAP Languages

  • Not sure what to think of your stoic attitude to this, Bruce... I sure could just accept everything as-is, but I could have also found so many better ways to spend this money.

    I'm just doing a large, multi-file project (20 files, or so) that need preview all the time. Tried the HTML preview, and guess what… the cursor keeps disappearing and "jumping off" the segment field, preventing me from typing each time this happens. This is a really lame bug and kinda makes you question the civilizational development of the West in terms of its IT solutions. We really might soon be taken over by the Chinese if we don't get our coding right and release software at its pre-alpha stage only to cover the payrolls of the lazy developers who keep saying how everything is impossible (because Microsoft) and a difficult computer science problem, and then release Studio 2019 adding only some useless Tell Me bars and such. Not even being able to figure out the DPI issue for what… several years now? - is pretty pathetic.

    I understand this might be related to .NET limitations or some other problematic relations b/n Windows<->Trados, but if this is so, then at least warn us before purchase that the key, advertised functions of Studio just aren't going to work the way we show it on the demos.
  • Hi Adrian,

    Please don't misunderstand me. I think Studio is a good tool. And worth the money I spend on it. I am just trying to be realistic.

    Studio's user base is far smaller than, say, Microsoft Office. So we have to expect a higher price. And Studio has more competition than programs like Microsoft Office, so we have to expect a lot of marketing hype.

    For example, what about LookAhead? Every time I see it mentioned in the forums, Paul is still recommending that people turn it off. It is a feature that looks good in the marketing material and helps to sell the product, but SDL's initial try at the coding didn't quite work.

    So, what should SDL do? Immediately fix it?

    I am just speculating, but I imagine it gets treated like everything else. It probably goes through "triage" and gets assigned a priority, but since it is not a core part of the product, it will get handled after important work on Studio's core functions -- assuming that SDL's limited resources ever allow it to move beyond the core work, and SDL doesn't spend too much time developing new bells and whistles to market.

    In the meantime, while we wait for a functional version of LookAhead, it is still being marketed.

    New users come in with high expectations based on all of the features that are available. I know my expectations were high at first.

    But even though my expectations are lower now and I stay as close as I can to the "out of the box" settings so I won't be blindsided by mysterious bugs that cripple Studio, I still think it is a valuable tool and worth what I pay for it.

    I am happy that the basic functions of Studio are slowly improving instead of slowly falling apart at the seams.

    And Paul is doing an amazing job of providing support for Studio and acting as a "punching bag" for upset users letting off steam (not a pleasant task at times, I'm sure). He is a priceless part of the product package.

    That doesn't mean I am happy about everything. I complain when I find problems and hope they are added to a list somewhere. But after I have complained, it is out of my hands.

    Paul and everyone else on the Studio team want to keep their jobs, so they will do what they think is right to survive in a competitive market, not what I want them to do.

    Best regards,
    Bruce Campbell
    ASAP Language Services

  • Hi 

    Unknown said:
    Perhaps you could test a similar file and send it to me. Then we could compare lag times.

    Good idea... I used this one - http://prawnpdf.org/manual.pdf - converted to a DOCX in Studio and then translated without any clean up first.  The file is around 107 pages, 15k words and a PDF conversion so probably fairly similar.  I put my experience here:

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

  • Hi ,

    I thought you'd be interested to know that I had a conversation with a developer responsible for this and he has been working quite a bit on finding ways to improve the preview so the current implementation is not a done deal. It's not helpful to keep complaining about it as it won't make the work go faster! But I thought I'd let you know work is underway to try and provide a better performance.

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

Reply Children
  • Ok Paul, good to know. We all know complaining does tend to make things go faster in business, though. At least here in Middle Europe. I'll watch your vid in past time, thanks for that.

  • Sometimes I wish there was a "don't like" button!

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

  • Paul,

    Could you please answer my question?

    "Paul, so what are your symptoms exactly when it comes to the imperfect preview? I have previously mentioned a number of issues (not merely lag). Do you experience any of them too? (crashing and restarting, etc)"

    It's pretty important to me as I'm not sure whether I should strive for any improvement in my Studio's performance or not (in other words: whether my Studio is misbehaving, or is it always this bad).
  • Adrian,

    No I don't.

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

  • So it's only the huge delay in highlighting/switching between segments after confirming, then?
  • Sooo… SP1 is out, and the issue with faulty Word preview isn't mentioned in the release notes at all - not even in the "known issues" section. How are we to understand this - do the owners perceive stuff like imperfect MT repair mechanisms more important than the absolute uselessness of the core function that is Word preview? And why wasn't the problem even formally acknowledged? Or maybe I am missing something?
  • Hi Adrian,

    I went through exactly the same thing: trying a feature, finding out there was a major problem and then expecting someone to fix it.

    My advice: Don't hold your breath.

    Studio is a massive piece of code with patches on patches on patches. Some parts have not been rewritten for decades.

    Point out problems, and they will hopefully be put on a very long list somewhere.

    If you are lucky, someone might look at what you consider to be a major problem. But there are so many problems that it could be years before it is looked at, or fixed, if it can be fixed at all.

    Studio does have a lot to offer, but I no longer expect all of its features to be useful. In fact, I find Studio to be much more reliable if I turn off all the bells and whistles and restrict my use to its basic functions, with as few as possible changes to the default settings.

    As I mentioned before, I gave up on the Studio preview many years ago and developed my own workaround with PDF files and Dragon commands, since Studio's preview might never reach a state where I feel it is good enough to use.

    Best regards,
    Bruce Campbell
    ASAP Language Services

  • I know what you mean, but giving up on expecting improvements - or rather REPAIRS - of the core features we paid for sounds like a bad practice in capitalism, if you ask me.

    There might be dozens of some other issues with Studio, though I don't really experience any. The software is fine for me and I use it quite heavily and extensively, with the bells and whistles up and running. Only the preview function is definitely falling short in my eyes.

    What's outrageous is that they didn't even acknowledge the problem, instead focusing on some minor BS that's probably irrelevant to 95% of users, whereas functional Word preview is something I imagine most people would be willing to AT LEAST give a try from time to time.
  • Hi Adrian,

    I am happy to hear that Studio is generally working well for you.

    I started scaling back on the bells and whistles and non-standard settings in an attempt to keep Studio running reliably.

    For example, I waited until Studio 2019 SR1 before trying to install Studio 2019 as there is typically a wave of bugs after each update. The wave appears particularly large with 2019.

    After a number of problems, I gave up on installing Studio 2019 SR1, and reverted to Studio 2017 SR1 by recovering my system from a backup.

    But even now I am encountering problems with Studio suddenly disappearing. The window just closes -- unexpectedly and apparently randomly, right in the middle of a job.

    Since I am running an almost "out-of-the-box" version of Studio 2017 SR1, I am pretty confident that the problem is due to the update from Studio 2017 SR1 CU7 to Studio 2017 SR1 CU15. (At least I hope that is the reason.)

    So, after reverting to Studio 2017 SR1 after attempting to install Studio 2019 SR1, I now have to revert from Studio 2017 SR1 CU15 to Studio 2017 SR1 CU7.

    Interestingly enough, both versions of Studio 2017 SR1 are available for download from the SDL website, so I imagine that SDL is also not completely confident about 2017 SR1 CU15 ...

    But I might not be able to revert back to CU7. After uninstalling Studio 2019 SR1, Studio 2017 SR1 refused to install, giving an error message that I had a newer version installed! So I had to recover my system from a backup in order to get rid of Studio 2019 SR1 completely.

    I might have the same problem when I try to revert back to CU7. I really don't want to go back to an old system backup from November (I don't keep all of my backups forever.)

    And even if I do revert back to Studio 2017 CU7 (by uninstalling and installing, or by using my November backup), my SDL account no longer shows a licence for Studio 2017. That disappeared when I attempted to install Studio 2019.

    So I also have to worry about the lack of a Studio 2017 licence. I might have to use a trial licence for a while, but I have seen people on the forum mentioning that you can't use a large TM for the trial version...

    As is usual with Studio, the whole process is full of question marks.

    The waves of bugs and lack of certainty following each update, and the Studio installs and uninstalls waste enough of my time. If I was also trying out fragment matching, LookAhead or other new (and probably buggy) features as they are introduced, then I would not have a clue where the problems were coming from, particularly since some of the bugs I have had to deal with are somehow passed on from one version to the next -- even if you do a clean install.

    But regardless of the difficulties I have with Studio, I still find it a valuable tool, even if I just use the basic features.

    I am just a bit cautious given the problems I have had in the past and wish I could simply install and uninstall the package, and revert back to previous versions without all of this fuss and uncertainty.

    Best regards,
    Bruce Campbell
    ASAP Language Services

  • My mistake: The CU7 I was looking at was not for Studio, it was for Multiterm. So there is only one version of Studio 2017 available for download. I seem to recall a recent update to Studio, but I might be wrong. If there was one, the previous version is not available.

    That makes things even more difficult. Now the only choice I seem to have is to recover my system from the November backup and hope that version of Studio does not have the problem where the Studio window suddenly disappears in the middle of a job.

    And, of course, I also have to figure out all of the other changes I have made to my system since then, including installing updates for all of the other programs.

    SDL should make all previous versions of their software available, along with licences, so that users have the choice of which version they use, without all this fuss and uncertainty. I can't think of another major package I use that does not allow me to easily revert back to a previous version.