Preview functions = one big failure?

So, with my top-notch, fully-updated, God-blessed Studio 2019, I tried today once again, without much hope, trying to actually USE the built-in preview functions, despite SDL's ignorant approach to its worthless quality (that is: not even mentioning it as an issue in the recent release notes, instead mentioning some unimportant BS). The file was an original .docx and the performance I saw with it is the same crap that's been there around half a year ago (time passes so quickly!), despite two (if memory serves me correct) updates along the way. The function freezes like mad, throws Editor in endless "generating preview" states of several seconds duration and is generally a complete pain in the butt - and THIS INCLUDING the HTML preview. I wasn't even counting on the Word Preview to work properly in the first place.

Also, I noticed that in HTML preview the preview window doesn't even indicate the currently edited segment - is this a bug or a (missing) feature? Because if it's supposed to be like that, then… wow, pathetic. I'll have to make a nostalgia trip back to 2011 just to feel a little better doing my job for a while.

So, the big question is: is there anyone out there actually using the preview successfully?

Yes, I know I can just open the PDF or docx in front of me. But I could also buy a typewriter or just hand write my translations and mail them to the agency. That would certainly be cheaper than a Trados license.

EDIT: Geez, that thing "Generates preview" on every segment confirmation even after closing the preview window! Surely must be my PC/config/software/ethnic origin

Parents Reply
  • Is it possible to use the WebView2 components in Studio plugin? Do you and your programmers have any experience with this so far?

    It is possible with some work.  We actually created a proof of concept using a Chromium based browser (CefSharp) and this was considerably faster than the out of the box solution.  We implemented it into the Report Viewer Plus.  Prior to SR2 we had to deliver some dependencies which is why the installer wasn't an sdlplugin at first, but with SR2 we were able to do this via the plugin alone.

    If you want to use WebView2, which supports embedding web technologies (HTML, CSS, and JavaScript) in your native apps. as I'm sure you know, then you'll need the Microsoft Edge (Chromium) control.

    Before you can use the WebView2 control you need to make sure the WebView Runtime is installed. This runtime is separate from the Microsoft Edge browser, and can in theory run completely independent of Edge and if Edge is not installed at all.

    This means you have to either:

    Having said this you may find that the current version of SR2 will prompt the download of the required runtime if it's not there on your machine already in which case you will only need to ship it for others not using SR2 and not using this dependency.

    It's probable that future versions of Studio will use these dependencies in the product as part of the ongoing improvements.

    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

    emoji
Children