1C:Translator updated to version 2.1.8.5 (quick demo installer included)

This forum is for the exchange of ideas and suggestions regarding the 1C:Developer Network

#1
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

New version of 1C:Translator includes a few enhancements for translation of HTML documents.

The full list of changes available on 1C:Translator 2.1.8.5 page.

To try you can download a quick installer of 1C:Translator demo.
To start using full version see 1C:Translator installation instructions.

 
#2
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Oct 2, 2014
Company: ZG System Group Kft

After update to version 2.1.8.5
If open menu Tools-Settings Error

{CommonForm.UserSettingsForm.Form(7)}: Object method not found (LoadOnExitConfirmationSetting)
AskExitConfirmation = StandardSubsystemsServerCall.LoadOnExitConfirmationSetting();

 
#3
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Zoltan!

Thank you for the information on this issue.
I have fixed it and it will be OK in the next version.

As for now, you can fix it yourself by replacing

Code
AskExitConfirmation = StandardSubsystemsServerCall.LoadOnExitConfirmationSetting();

with
Code
AskExitConfirmation = StandardSubsystemsServer.AskConfirmationOnExit();

in the UserSettingsForm common form at line 7.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.