Search found 19 matches

by alex911
Tue Apr 30, 2013 2:47 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

hi,Radu.
applet is blocked at the stage of initialization. progress bar show up
here is the log file "http://rghost.ru/45659958"
Regards,
Alexander
by alex911
Tue Apr 30, 2013 12:34 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

hi,Radu. I would like to ask a question. I'm having problems with the update 2.14. I replaced all the libraries and other files in your applet with the new update. I pass build and begins loading of the applet, but it is not loaded. Log: http://rghost.ru/45657151 tell me what could be the reason. Re...
by alex911
Thu Mar 21, 2013 11:42 am
Forum: Feature Request
Topic: Insert Content Reference improvements
Replies: 6
Views: 5245

Re: Insert Content Reference improvements

hi, 4) Ignore conref element content. You can hide the real content by adding the following rules at the end of the same CSS file as above: CODE: SELECT ALL *[conref] > * { display:none; } *[conref] > *[id] { display:morph; } As for ignore conref element content. Are there any new solutions in versi...
by alex911
Mon Feb 25, 2013 3:04 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu, After adding "conref" at any node: authorAccess.getDocumentController (). SetAttribute ("conref", attrValue, element. This link is added to the Attributes view and xml, but the editor does not change anything. When we reload the document on the node to which we added the...
by alex911
Mon Feb 25, 2013 1:40 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu,
I add the attribute as follows: authorAccess.getDocumentController().setAttribute("conref",attrValue,element);.
But he did not appear, although the xml they are. If the xml to make any changes, the oxygen will see attribute.

Regards,
Alexander
by alex911
Thu Feb 21, 2013 5:21 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu,

Thank you. this solves the problem.

Regards,
Alexander
by alex911
Thu Feb 21, 2013 3:50 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu,
authorComponentProvider.getWSEditorAccess().reloadContent(new StringReader(xmlContent), clearChangeHistory);

it does not update the status of errors, but they are no

Regards,
Alexander
by alex911
Thu Feb 21, 2013 3:04 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu, I have a question for you. I load the document, do the action there and there and there is an error message is displayed. Then I need to return the original document type and I use refreshXmlContent. Loading document in its original form, but at the bottom of the error message is written. R...
by alex911
Mon Feb 18, 2013 4:49 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu, After you insert the link into the body of the topic after pressing the Enter link duplicated 1. create topic 2. checkout 3. Place the cursor after the text Topic paragraph 4. Enter -> Split p 5. web link (Browse for reference to a Web resource) 6. Paste the link, click OK 7. Enter -> Split...
by alex911
Mon Feb 18, 2013 3:45 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu,

Thanks for the information.

Regards,
Alexander
by alex911
Mon Feb 18, 2013 3:24 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu,

I have one more question. In the search dialog is a property of XPath
(field + button options). Can they be removed from the dialogue?


Regards,
Alexander
by alex911
Fri Feb 15, 2013 11:25 am
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu,

Thank you very much for your help, your advice helped me a lot.

Regards,
Alexander
by alex911
Wed Feb 13, 2013 11:04 am
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu,
I want to ask one more question.I added a button "save" and it works when you change a document is text, but when I add comment, button save don't enable.

Regards,
Alexander
by alex911
Tue Jan 29, 2013 4:21 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu,

Thank you very much for your help, we have found a bag. This is our local error.

Regards,
Alexander
by alex911
Tue Jan 29, 2013 12:13 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

Hi Radu. yes, we have save button in UI. We added comment and after that pressed save button. save action is: public void actionPerformed(ActionEvent event) { String documentContent = authorComponent.getSerializedDocument(); authorComponent.saveContent(documentContent); authorComponent.getJSobjectPr...
by alex911
Tue Jan 29, 2013 12:02 pm
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

unfortunately is it not possible to get XML on your demo applet (http://www.oxygenxml.com/demo/AuthorDem ... -dita.html) to test behaviour.
by alex911
Tue Jan 29, 2013 11:57 am
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

>>I do not quite understand. Is the user making changes with track changes ON but the XML content >>obtained from the component does not reflect the changes? This also works in my simple tests.

yes exactly, XML content obtained from the component does not reflect the changes
by alex911
Tue Jan 29, 2013 11:28 am
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Re: Question about comment and change tracking mode

code is: public String getSerializedDocument () { return AccessController.doPrivileged(new PrivilegedAction<String>() { public String run () { StringBuilder builder = new StringBuilder(); BufferedReader reader = new BufferedReader(authorComponentProvider.createReader()); try { char[] cb = new char[1...
by alex911
Tue Jan 29, 2013 10:28 am
Forum: Common Problems
Topic: Question about comment and change tracking mode
Replies: 29
Views: 8751

Question about comment and change tracking mode

Hello, I need allow user to add comments only to a document. I integrated applet in my application and integration only comment actions: add comment, delete comment ... To get document content I use reader: AuthorComponentProvider.createReader(). But document content from this method does not have c...