Search found 32 matches

by aleh.haidash
Fri May 25, 2018 11:59 am
Forum: Common Problems
Topic: Webapp customisation
Replies: 6
Views: 3309

Re: Webapp customisation

I want to add that I call editor.getActionsManager().invokeOperation('ro.sync.ecss.extensions.commons.operations.ReloadContentOperation', {}, callback); maybe this operation delete selection or something else. but I catch error with selection if I call this 2 operation next order ReloadContentOperat...
by aleh.haidash
Fri May 25, 2018 11:28 am
Forum: Common Problems
Topic: Webapp customisation
Replies: 6
Views: 3309

Re: Webapp customisation

2. You can try to invoke the API method instead: sync.api.ActionsManager#invokeOperation (https://www.oxygenxml.com/maven/com/oxy ... nager.html) . It seems that you are executing your (background) operation in parallel with another operation performed by the user. You may consider setting the opt_...
by aleh.haidash
Tue May 22, 2018 11:40 am
Forum: Common Problems
Topic: Webapp Synchronizing with server issue
Replies: 1
Views: 1304

Webapp Synchronizing with server issue

Hello. We use Webapp 19.0 and faced with issue connected with freezing of synchronizing with server. Sometimes this synchronization lasts 1-5 sec. But the last time we could not wait for its completion (we were waiting for more than 1 min). https://image.ibb.co/dM3QwT/2018_05_22_11_39_01.png What se...
by aleh.haidash
Fri May 11, 2018 8:40 am
Forum: Common Problems
Topic: Webapp customisation
Replies: 6
Views: 3309

Re: Webapp customisation

Hello. Thank you for your quick response. I'll check 1) and 2). I thinks it'll help. About 3) I use external operation. I handle it in js and then call ServerOperation. I would suggest modifying the text and then it will be synchronised to the server model when the user switches to Author mode or sa...
by aleh.haidash
Thu May 10, 2018 9:13 am
Forum: Common Problems
Topic: Webapp customisation
Replies: 6
Views: 3309

Webapp customisation

Hello. We use Oxygen Webapp 19.1 as dita editor. We faced with some issues connected with customization it for our needs: 1) How we can remove actions from context menu (for example Edit reference https://image.ibb.co/cnthoy/2018_05_10_08_39_56.png ) ? 2) We catch exception connected with dirty stat...
by aleh.haidash
Fri Mar 02, 2018 2:22 pm
Forum: Common Problems
Topic: Incorrect behavior of dirty listener
Replies: 1
Views: 1568

Incorrect behavior of dirty listener

Hello. I use Webapp 19.1 and faced with Incorrect behavior of dirty listener. Steps to reproduce: 1) Open document, don't made any changes. 2) Using js api change readonly state editor.setReadOnlyState({readOnly:true}); 3) I recived notify that dirty status was changed to TRUE goog.events.listen(edi...
by aleh.haidash
Tue Feb 27, 2018 5:10 pm
Forum: Common Problems
Topic: Webapp 18 Highlighting
Replies: 9
Views: 5432

Re: Webapp 18 Highlighting

Hello.
Do you have any news about highlighting api from js or java in Webapp 19.1? Maybe it can be done?
Thanks.
by aleh.haidash
Mon Feb 26, 2018 5:18 pm
Forum: Common Problems
Topic: Webapp 18 set content
Replies: 8
Views: 4459

Re: Webapp 18 set content

Hello.
I would like to raise this issue again.
Are this feature available in 19.1?

BR,
Aleh
by aleh.haidash
Tue Apr 11, 2017 2:32 pm
Forum: Common Problems
Topic: Oxygen WebApp resolve mode for bookmap
Replies: 1
Views: 1473

Oxygen WebApp resolve mode for bookmap

Hello

I used resolve mode for bookmap in Oxygen standalone 19, but I can find this mode in Oxygen Webapp 19.
Can you clarify whether it can be called via action or manually via JavaScript or Java?
by aleh.haidash
Tue Apr 11, 2017 2:27 pm
Forum: Common Problems
Topic: Mathml visualization in webapp 18.1
Replies: 9
Views: 4723

Re: Mathml visualization in webapp 18.1

Hello,
Thanks.
by aleh.haidash
Tue Apr 11, 2017 2:26 pm
Forum: Common Problems
Topic: HeadlessException in webapp
Replies: 8
Views: 4457

Re: HeadlessException in webapp

Hello.
Thanks for the help.
by aleh.haidash
Thu Feb 23, 2017 3:16 pm
Forum: Common Problems
Topic: HeadlessException in webapp
Replies: 8
Views: 4457

Re: HeadlessException in webapp

Hello. I have problem with rendering svg images in Webapp 18.1. http://oi65.tinypic.com/24bn29i.jpg In text mode: <p><image href="thanksgiving-ribbon-blue.svg" id="image_awc_4sn_1z"/></p> I don't have similiar problems with jpg,png images. In Style filter I have this code: //requ...
by aleh.haidash
Wed Nov 16, 2016 9:48 am
Forum: Common Problems
Topic: Mathml visualization in webapp 18.1
Replies: 9
Views: 4723

Re: Mathml visualization in webapp 18.1

Thanks for the help, now everything works.
The problem was in the rendering of formulas in the images.
by aleh.haidash
Fri Nov 11, 2016 5:34 pm
Forum: Common Problems
Topic: Webapp 18 set content
Replies: 8
Views: 4459

Re: Webapp 18 set content

I understood.
But I have a case like this:
1) User 1 opens document in Webapp in readOnly mode
2) User 2 opens this document in editing mode -> add some changes -> save document
3) Send a event to user 1 with notifocation.
How can I refresh content for user 1 (without reopening the tab)?
by aleh.haidash
Thu Nov 10, 2016 1:16 pm
Forum: Common Problems
Topic: Webapp 18 set content
Replies: 8
Views: 4459

Re: Webapp 18 set content

Dear Konstantin, The Web Author client does not know that the server model has changed unless it asks for the specific information. I have added an issue for your request and it should be available in the next maintenance build (about 3 weeks from now). The new API will allow you to synchronize the...
by aleh.haidash
Thu Nov 10, 2016 12:51 pm
Forum: Common Problems
Topic: HeadlessException in webapp
Replies: 8
Views: 4457

Re: HeadlessException in webapp

Hello, There's a bug at the moment which causes this issue. It appears to be happening because the URL of the image does not end with an image extension. As a workaround you can change your StyleFilter and have the URIContent href end with an image extension like this: final URIContent uriContent =...
by aleh.haidash
Wed Nov 09, 2016 5:23 pm
Forum: Common Problems
Topic: HeadlessException in webapp
Replies: 8
Views: 4457

Re: HeadlessException in webapp

Hello Aleh, In order to solve this issue we need more information. Can you send the file where this error occurs as well as the 3 images to support@oxygenxml.com? Also please include the build date of your Web Author installation. You can see it on the by visiting webauthor/app/oxygen.html with you...
by aleh.haidash
Wed Nov 09, 2016 5:22 pm
Forum: Common Problems
Topic: Mathml visualization in webapp 18.1
Replies: 9
Views: 4723

Re: Mathml visualization in webapp 18.1

Hello Aleh, I could not reproduce this issue, can you send a sample file where this bug can be reproduced to support@oxygenxml.com? If rewriting the xml content is an option, you can try to replace the 'mml' namespace with 'm'. This might fix the issue in Web Author. Best, Gabriel I sent an email. ...
by aleh.haidash
Wed Nov 09, 2016 1:13 pm
Forum: Common Problems
Topic: HeadlessException in webapp
Replies: 8
Views: 4457

HeadlessException in webapp

Hello, guys! I tried resolve images in Oxygen Webapp 18.1 using custom StyleFilter. I do: public void processImage(final Styles styles, final AuthorNode authorNode) { ... try { ... final URIContent uriContent = new URIContent(requestUrl, query); final StaticContent[] sc = new StaticContent[] { uriCo...
by aleh.haidash
Tue Nov 08, 2016 3:26 pm
Forum: Common Problems
Topic: Refresh KeyDefinitionInfo values
Replies: 6
Views: 4038

Re: Refresh KeyDefinitionInfo values

Thanks, It works.
by aleh.haidash
Tue Nov 08, 2016 3:24 pm
Forum: Common Problems
Topic: Mathml visualization in webapp 18.1
Replies: 9
Views: 4723

Re: Mathml visualization in webapp 18.1

Hello, It looks like you forgot to declare the mml namespace. [/code] Yes,this helped fix the problem in Oxygen Standalone Editor 18.1. But in Webapp the problem still remained, see screens https://s22.postimg.org/y8z5u27ch/2016_11_08_15_15_40.png https://s22.postimg.org/sm2swl4tt/2016_11_08_15_16_...
by aleh.haidash
Tue Nov 08, 2016 10:07 am
Forum: Common Problems
Topic: Mathml visualization in webapp 18.1
Replies: 9
Views: 4723

Re: Mathml visualization in webapp 18.1

Thank you, Gabriel.
by aleh.haidash
Fri Nov 04, 2016 4:20 pm
Forum: Common Problems
Topic: Using custom dita models in Webapp
Replies: 2
Views: 1575

Re: Using custom dita models in Webapp

Thank you, Cristian, for your quick and helpful response!
by aleh.haidash
Fri Nov 04, 2016 4:10 pm
Forum: Common Problems
Topic: Mathml visualization in webapp 18.1
Replies: 9
Views: 4723

Mathml visualization in webapp 18.1

Hello. I see some differences between Oxygen Standalone Editor 18.0 and Oxygen Standalone Editor 18.1 (and webapp 18.1 too) in mathml formulas visualization. Oxygen can't display inner formulas, like this <mml:math class="+ topic/foreign math-d/math "> <mml:semantics> <mml:mrow> <mml:mrow>...
by aleh.haidash
Thu Nov 03, 2016 1:45 pm
Forum: Common Problems
Topic: Using custom dita models in Webapp
Replies: 2
Views: 1575

Using custom dita models in Webapp

Hello. I need use custom dita models in webapp. Can you provide me information how I can do it? I need 2 options: 1) Add custom models before running Webapp. I think it is easy. I should add them to bundle-frameworks/oxygen-frameworks. Do I understand correctly? 2) Add custom models on runtime. I do...
by aleh.haidash
Thu Nov 03, 2016 12:09 pm
Forum: Common Problems
Topic: Refresh KeyDefinitionInfo values
Replies: 6
Views: 4038

Re: Refresh KeyDefinitionInfo values

Hello. AuthorActionsProvider actionsProvider = authorAccess.getEditorAccess().getActionsProvider(); Map<String, Object> authorCommonActions = actionsProvider.getAuthorCommonActions(); Object refreshRefAction = authorCommonActions.get("Author/Refresh_references"); actionsProvider.invokeActi...
by aleh.haidash
Fri Oct 21, 2016 2:47 pm
Forum: Common Problems
Topic: Activate TrackChanges in WebApp
Replies: 2
Views: 1662

Re: Activate TrackChanges in WebApp

Hello.
Thanks for the answer.
by aleh.haidash
Fri Oct 21, 2016 11:39 am
Forum: Common Problems
Topic: Activate TrackChanges in WebApp
Replies: 2
Views: 1662

Activate TrackChanges in WebApp

I use Webapp 18.0.6. And I need activate trackchanges depending on my condition. How can I do it? I tried like this way, but it not work. Button "TrackChanges" pressed but Track Changes doesn't work. goog.events.listen(window.editor, sync.api.Editor.EventTypes.ACTIONS_LOADED, function(e) {...
by aleh.haidash
Thu Oct 13, 2016 2:45 pm
Forum: Common Problems
Topic: UnsupportedOperationException and bug with external xref in Webapp
Replies: 2
Views: 1860

UnsupportedOperationException and bug with external xref in Webapp

Hello. I use Oxygen Webapp 18.0.0.6. I have 2 problems with using our app. Can you help me with resolving this problems? 1) I insered object element in the topic <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/ f...