Search found 19 matches

by alexandr.golovach
Wed Dec 24, 2014 4:01 pm
Forum: Common Problems
Topic: Oxygen Author Component performance
Replies: 7
Views: 3266

Re: Oxygen Author Component performance

Hi, Oxygen guys! I tried to use your suggestions about creating cache in our implementation classes, but my problem wasn't solved. I have some questions about WSEditorPageChangedListener. 1. I added WSEditorPageChangedListener in our Oxygen Author Component. Consider a simple example - I inserted 5 ...
by alexandr.golovach
Thu Dec 18, 2014 1:28 pm
Forum: Common Problems
Topic: Oxygen Author Component performance
Replies: 7
Views: 3266

Oxygen Author Component performance

Hi, Oxygen guys! As you may know, we are using Oxygen web Component in our Ditaworks Cloud application as a main topic editor. In our oxygen customization we overrided standart Oxygen's api classes - StylesFilter and AuthorReferenceResolver. I see some problems with Oxygen performance when opened do...
by alexandr.golovach
Mon Jul 28, 2014 1:53 pm
Forum: Common Problems
Topic: Specifying a root map for key references resolving programma
Replies: 15
Views: 7013

Re: Specifying a root map for key references resolving progr

Hi, Alex I tried to used you suggestions for resolve keywords element - it works great. For conkeyref element resolving I changed our AuthorReferenceResolver implementation and added conkeyref resolving - it works great too. Now, I have some problem - when I create new KeyDefinitionInfo list, I want...
by alexandr.golovach
Thu Jul 24, 2014 6:50 pm
Forum: Common Problems
Topic: Specifying a root map for key references resolving programma
Replies: 15
Views: 7013

Re: Specifying a root map for key references resolving progr

Hi, Alex Some additions for previous post. in KeyDefinitionInfo property I added new URL(http://nobrui.com:8888/repository_root?sourceDocPath=null&destDocPath=/DitaWorks%20Root%20Folder/SANCHO_ORG/NEW_PROJECT/Main/Content/library/root/contextMap.ditamap) for <keydef keys="podoKey"> ele...
by alexandr.golovach
Thu Jul 24, 2014 6:37 pm
Forum: Common Problems
Topic: Specifying a root map for key references resolving programma
Replies: 15
Views: 7013

Re: Specifying a root map for key references resolving progr

Hi, Alex I think, that your first suggestion (used KeyDefinitionManager) more flexible method to solve our problem. For example, I have contextMap.ditamap file - it is this source <?xml version="1.0" encoding="UTF-8"?> <map id="contextMap" xmlns:ditaarch="http://di...
by alexandr.golovach
Thu Jul 24, 2014 5:22 pm
Forum: Common Problems
Topic: Specifying a root map for key references resolving programma
Replies: 15
Views: 7013

Re: Specifying a root map for key references resolving progr

Hi, Alex I tried to use your last suggestion but it didn't work. AuthorComponentFactory.getInstance().getXMLUtilAccess().addPriorityURIResolver(new URIResolver() { public Source resolve(String href, String base) throws TransformerException { System.out.println("Resolve link " + href + &quo...
by alexandr.golovach
Thu Jul 24, 2014 4:23 pm
Forum: Common Problems
Topic: Specifying a root map for key references resolving programma
Replies: 15
Views: 7013

Re: Specifying a root map for key references resolving progr

Hi Alex, I don;t understand why in previous example you have written final URL resolvedMap = URLUtil.correct(new File("D:\\Desktop\\support\\alexmprog\\rootMap.ditamap")); , because the way to my contextMap contains in variable final String map . Oxygen load contextMap in temp file in loca...
by alexandr.golovach
Thu Jul 24, 2014 2:37 pm
Forum: Common Problems
Topic: Specifying a root map for key references resolving programma
Replies: 15
Views: 7013

Re: Specifying a root map for key references resolving progr

Hi, Alex Thank you for your suggestions, but I have not solved problem. As I wrote above, I am using integrated Oxygen Web Component for our web application - when Oxygen Auhtor Component need resolve conref or other links we send http request for special HttpServlet and return InputStream in Oxygen...
by alexandr.golovach
Tue Jul 22, 2014 6:38 pm
Forum: Common Problems
Topic: Specifying a root map for key references resolving programma
Replies: 15
Views: 7013

Re: Specifying a root map for key references resolving progr

Hi, Alex I am sorry for my mistakes in the previous post. Now, I used correct reuseTopic.dita file and I insert correct conkeyref attribute <p conkeyref="reuseTopic/keyP"/> But there were no changes - this key doesn't resolve. As I wrote above,I create all topics in Oxygen Standalone Xml E...
by alexandr.golovach
Tue Jul 22, 2014 11:37 am
Forum: Common Problems
Topic: Specifying a root map for key references resolving programma
Replies: 15
Views: 7013

Re: Specifying a root map for key references resolving progr

Hi, Oxygen guys! I tried to use your suggestion(create a DITAMapTreeComponentProvider using AuthorComponentFactory.createDITAMapTreeComponentProvider()) and I have some questions. I have some contextMap for example <?xml version="1.0" encoding="UTF-8"?> <map id="contextMap&q...
by alexandr.golovach
Mon May 12, 2014 6:55 pm
Forum: Common Problems
Topic: Oxygen Author Component refresh problems
Replies: 2
Views: 2016

Re: Oxygen Author Component refresh problems

Thank you, Alex, very much!

Your suggestions are working great.

Best, Alexandr.
by alexandr.golovach
Tue May 06, 2014 6:36 pm
Forum: Common Problems
Topic: Oxygen Author Component refresh problems
Replies: 2
Views: 2016

Oxygen Author Component refresh problems

Hi, Oxygen guys! I use Oxygen Author Component in our application. When I edit document in Oxygen and I push F5 button for refresh current page in browser, I have this message : http://i.imgur.com/s91wcR4.png Then I push "Yes" or "No" and I have different problems. http://i.imgur...
by alexandr.golovach
Tue May 06, 2014 1:00 pm
Forum: Common Problems
Topic: Oxygen Author review customize
Replies: 4
Views: 2331

Re: Oxygen Author review customize

Hi, Radu. 1. How customize Review View? How get access to Remove Comment action into Review View? For example, I have two user: USER_1 and USER_2. I open TEST_DOC.dita in Oxygen and I am adding four test comments by USER_1. After this I open TEST_DOC.dita in Oxygen by USER_2. I see all USER_1's comm...
by alexandr.golovach
Mon May 05, 2014 6:16 pm
Forum: Common Problems
Topic: Oxygen Author review customize
Replies: 4
Views: 2331

Oxygen Author review customize

Hi, Oxygen guys!

I have some questions about Oxygen Author Review Support.
1. How customize Review View? How get access to Remove Comment action into Review View?
2. How customize context menu on highlight comment?(mouse right click on comment)

Thank you!
by alexandr.golovach
Thu Apr 17, 2014 1:51 pm
Forum: Common Problems
Topic: Oxygen Author Component (Applet) author mode: Manage Comment
Replies: 3
Views: 2219

Re: Oxygen Author Component (Applet) author mode: Manage Com

Thank you, Alex, very much!

I used your suggestions - it works great.

Best, Alex.
by alexandr.golovach
Thu Apr 17, 2014 1:50 pm
Forum: Common Problems
Topic: Oxygen Author Component (Applet) text mode: elements highlig
Replies: 8
Views: 3530

Re: Oxygen Author Component (Applet) text mode: elements hig

Thank you, Radu, very much!

I used your suggestions - it works great.

Best, Alex.
by alexandr.golovach
Mon Apr 14, 2014 6:27 pm
Forum: Common Problems
Topic: Oxygen Author Component (Applet) author mode: Manage Comment
Replies: 3
Views: 2219

Oxygen Author Component (Applet) author mode: Manage Comment

Hi, Oxygen guys! I try to use author comments support and have some problems. I have 2 editor mode - Comment and Edit. Comment mode is readOnly with possibility to create comments. For this constraint I used code getAuthorAccess().getEditorAccess().setEditable(false); and when I use our common autho...
by alexandr.golovach
Mon Mar 17, 2014 1:40 pm
Forum: Common Problems
Topic: Oxygen Author Component (Applet) text mode: elements highlig
Replies: 8
Views: 3530

Re: Oxygen Author Component (Applet) text mode: elements hig

Thank you, Radu, very much! We used your suggestions for previous problem. Now I have a question about Attributes View. How can I change attribute possible values? For example, I want to change possible values for <audience> attribute ("expert, notice" - default value). Can I change possib...
by alexandr.golovach
Tue Mar 11, 2014 12:34 pm
Forum: Common Problems
Topic: Oxygen Author Component (Applet) text mode: elements highlig
Replies: 8
Views: 3530

Re: Oxygen Author Component (Applet) text mode: elements hig

Hi Radu, I tried to use your suggestions and I have some questions. 1. When I use WSXMLTextEditorPage.evaluateXPath(".") I don't have a DOM node representing the current element. Object object = currentPage.evaluateXPath("."); if (object instanceof Node) { Node node = (Node) obje...