Search found 206 matches

by SSC
Thu Feb 28, 2013 1:54 pm
Forum: Other Issues
Topic: Possibility to find out if an XML is shwon in a single line or not?
Replies: 12
Views: 5063

Re: Possibility to find out if an XML is shwon in a single line or not?

Hi Radu, ok thanks for the hint. We do also use Profilers in some cases. As I received a beta kit of version 15 I guess this feature cannot be merged into the 14.2 release, right? I would really appreciate to have this feature now, because I guess the realse of version 15 will be in autumn this year...
by SSC
Thu Feb 28, 2013 12:58 pm
Forum: Other Issues
Topic: Possibility to find out if an XML is shwon in a single line or not?
Replies: 12
Views: 5063

Re: Possibility to find out if an XML is shwon in a single line or not?

Hello again, I just figured out that this also works and of cause performs better: AuthorNode authorNodeWithBorder = ... ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage.refresh(authorNodeWithBorder.getParent()); So well done :wink: Or can you do it even more performant than using WS...
by SSC
Thu Feb 28, 2013 12:44 pm
Forum: Other Issues
Topic: Possibility to find out if an XML is shwon in a single line or not?
Replies: 12
Views: 5063

Re: Possibility to find out if an XML is shwon in a single line or not?

Hello Radu, Thanks for offering me the beta kit for this issue. I just testet it and it seems to be fine :) , but when I add a border dynamically(by using a ro.sync.ecss.extensions.api.StylesFilter) at runtime the wrong styling occurs again unless I do a refresh() on the whole document. Would it may...
by SSC
Wed Feb 27, 2013 12:48 pm
Forum: Other Issues
Topic: Possibility to find out if an XML is shwon in a single line or not?
Replies: 12
Views: 5063

Re: Possibility to find out if an XML is shwon in a single line or not?

Hi Radu,

I didn´t expected such a quick answer and that you directly implement a solution for this issue.
Thanks for such a great support again :)

Of couse I would appreciate to have a beta kit in order to test it for you.

Best regards,

Simon
by SSC
Wed Feb 27, 2013 12:31 pm
Forum: Other Issues
Topic: Possibility to find out if an XML is shwon in a single line or not?
Replies: 12
Views: 5063

Re: Possibility to find out if an XML is shwon in a single line or not?

Hi Radu, We'll try to work on this one, if an element specifies a border around it somehow disable the compacting of parent start and end parent element tags inside it. Thanks that would be great :) The actually desired way of styling is this: http://i54.tinypic.com/rhv21j.png In the other one of th...
by SSC
Tue Feb 26, 2013 2:32 pm
Forum: Other Issues
Topic: Possibility to find out if an XML is shwon in a single line or not?
Replies: 12
Views: 5063

Re: Possibility to find out if an XML is shwon in a single line or not?

Hello Radu, Okay then we´ll have to go back to the "block" display border, which unfortunately also draws a border around those XML tags, which shouldn´t have one : http://i45.tinypic.com/257293l.png I thought "inline" display would be the solution, but that does not really look ...
by SSC
Tue Feb 26, 2013 12:37 pm
Forum: Other Issues
Topic: Possibility to find out if an XML is shwon in a single line or not?
Replies: 12
Views: 5063

Possibility to find out if an XML is shwon in a single line or not?

Hello, is it somehow possible to find out if a certain AuthorElement is shown in a single line or not? The reason for this is that I´d like to like to style those AuthorElements in a single line differently than those who go over several lines. Particularly I mean the display style of the border to ...
by SSC
Wed Feb 20, 2013 1:47 pm
Forum: Feature Request
Topic: Auto-save enhancement: save on loss of focus
Replies: 7
Views: 7695

Re: Auto-save enhancement: save on loss of focus

Hi Adrian, for sure Eclipse controls the saving, but I thought you could have implemented such behavior to trigger Eclipse to save it´s editors. I would not have asked, if such behavior was not available in the standalone version. In order to trigger Eclipse to save it´s editors, you will just have ...
by SSC
Wed Feb 20, 2013 12:29 pm
Forum: Feature Request
Topic: Auto-save enhancement: save on loss of focus
Replies: 7
Views: 7695

Re: Auto-save enhancement: save on loss of focus

Hello, I know that this is a pretty old entry from 2008, but I´d like to know if the "Preferences -> Editor -> Open/Save -- Automatic Save" functionality, which Sorin mentioned, is also available in the Eclipse Version of Oxygen? One of our customers just asked for such a functionality, bu...
by SSC
Thu Dec 20, 2012 11:59 am
Forum: Other Issues
Topic: ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage.setEditable(boolean) does not work
Replies: 1
Views: 1223

ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage.setEditable(boolean) does not work

Hello, we are using the eclipse version of the Oxygen Author 14.1. I just tried to disable modifying text in the text page of the XMLEditor by using : ro.sync.exml.workspace.api.editor.page.WSTextBasedEditorPage.setEditable(false); But though the editable flag is set I am able to modify the plain xm...
by SSC
Fri Dec 14, 2012 2:00 pm
Forum: Other Issues
Topic: Delete AuthorNode without undo functionality
Replies: 10
Views: 3951

Re: Delete AuthorNode without undo functionality

Hi Radu, Maybe when the drag starts you show the user a confirmation dialog in which you ask whether the resource should be checked out from the CMS. If so, you could show the user a progress in your own view and when the resource is checked out the user could drag and drop again the object. This la...
by SSC
Fri Dec 14, 2012 10:34 am
Forum: Other Issues
Topic: Delete AuthorNode without undo functionality
Replies: 10
Views: 3951

Re: Delete AuthorNode without undo functionality

Can you compute the @href of the image correctly and insert the image with the final @href set to it from the very beginning (when it is dropped) or is the final @href computed after the CMS brings it locally? The second guess is the case. When we were at the Oxygen Meetup in Frankfurt, we were jus...
by SSC
Thu Dec 13, 2012 2:42 pm
Forum: Other Issues
Topic: Delete AuthorNode without undo functionality
Replies: 10
Views: 3951

Re: Delete AuthorNode without undo functionality

Have you tried showing the image from the StylesFilter instead? Like a static content. That is already the case: [href*="downloadingGraphic"]{ content: url(icons/graphic_download.png); } And after the download the href attribute is changed. Is it expected that the user can continue workin...
by SSC
Thu Dec 13, 2012 12:22 pm
Forum: Other Issues
Topic: Delete AuthorNode without undo functionality
Replies: 10
Views: 3951

Re: Delete AuthorNode without undo functionality

I came up with the idea, because your API also has two different kinds of setting attributes.
Using the AuthorDocumentController with undo functionality or the setAttribute method on an AuthorElement without undo functionality.

Best regards,

Simon
by SSC
Thu Dec 13, 2012 12:17 pm
Forum: Other Issues
Topic: Delete AuthorNode without undo functionality
Replies: 10
Views: 3951

Re: Delete AuthorNode without undo functionality

Hello Radu, The short answer is no, but it would help me to know more about the user case. My use case is the following: I implemented the drop of graphic objects onto the editor. Our graphic objects can contain several graphic-options(different languages, etc.) To get the desired graphic-option, wh...
by SSC
Wed Dec 12, 2012 7:20 pm
Forum: Other Issues
Topic: Delete AuthorNode without undo functionality
Replies: 10
Views: 3951

Delete AuthorNode without undo functionality

Hello, Currently I am using the ro.sync.ecss.extensions.api.AuthorDocumentController.deleteNode(AuthorNode) method in order to delete certain content programmatically, but if the user uses the undo functionality the removed AuthorNode will appear again. Is there an opportunity to delete a certain Au...
by SSC
Wed Dec 05, 2012 3:48 pm
Forum: Other Issues
Topic: Define which attributes may be edited
Replies: 7
Views: 3095

Re: Define which attributes may be edited

Hello Radu, For the second approach would the name of the document type be enough for you? Maybe I could add an API request for this. Yes, for now this would be enought. Nevertheless I would really appreciate to have a Extension in the DOCUMENT TYPE ASSOCIATION which will be invoked, when an editor ...
by SSC
Wed Dec 05, 2012 2:21 pm
Forum: Other Issues
Topic: :root CSS 3 Selector
Replies: 8
Views: 3423

Re: :root CSS 3 Selector

Hello Radu, thanks for your efforts. So I will have to use different CSS files for every document according to its root element. But the problem with that is the fact that the root element in some cases may also occur as a child element, which then also increases the counter. Could you there please ...
by SSC
Wed Dec 05, 2012 11:52 am
Forum: Other Issues
Topic: :root CSS 3 Selector
Replies: 8
Views: 3423

Re: :root CSS 3 Selector

Hello Radu, here is the XML : <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/css" href="headings.css"?><!DOCTYPE document PUBLIC "-//CUSTOM//DTD PI-Mod Document V1.2.2//EN" "document-custom.dtd"> <document><chapter><headi...
by SSC
Tue Dec 04, 2012 8:27 pm
Forum: Other Issues
Topic: Define which attributes may be edited
Replies: 7
Views: 3095

Re: Define which attributes may be edited

Hello, concerning the solution with the AuthorDocumentFilter . Is there a possibility to attach such an AuthorDocumentFilter via an Extension for a certain DOCUMENT TYPE? Now we´d like to prohibit change of a certain attribute, but only for a certain DOCUMENT TYPE. I imagine an Extension where the A...
by SSC
Tue Dec 04, 2012 6:54 pm
Forum: Other Issues
Topic: :root CSS 3 Selector
Replies: 8
Views: 3423

Re: :root CSS 3 Selector

Hello Radu, Why don't you match the root element directly by using its name? 1. The name of the root element can be different, but though I´d like use the same CSS file for it 2. The different names of the root element can also be nested in the children of the root element You could also use a trick...
by SSC
Tue Dec 04, 2012 4:55 pm
Forum: Other Issues
Topic: :root CSS 3 Selector
Replies: 8
Views: 3423

:root CSS 3 Selector

Hello, do you have something similar to the :root CSS 3 Selector (http://www.w3schools.com/cssref/sel_root.asp)? I did not find something similar here: http://oxygenxml.com/doc/ug-editor/topics/dg-css-support-in-author.html What I actually want to achieve with that is to do a :root{ counter-reset: h...
by SSC
Mon Dec 03, 2012 4:51 pm
Forum: Other Issues
Topic: java.lang.ArrayIndexOutOfBoundsException in TextPage
Replies: 6
Views: 4074

Re: java.lang.ArrayIndexOutOfBoundsException in TextPage

Hello Radu, Costin's question was more about what steps could be made by us in order to reproduce the problem on our side. I just opened a XML document Does this happen with any opened XML file? Yes, it occurs with any XML file. On any fold on which you right click? http://i46.tinypic.com/2z5rng9.pn...
by SSC
Mon Dec 03, 2012 12:53 pm
Forum: Other Issues
Topic: java.lang.ArrayIndexOutOfBoundsException in TextPage
Replies: 6
Views: 4074

Re: java.lang.ArrayIndexOutOfBoundsException in TextPage

Hello Costin,

Where do I exactly find the "personal.xml" file you mentioned?
I cannot find it in your samples.

Thanks in advance.

Best regards,

Simon
by SSC
Fri Nov 30, 2012 7:39 pm
Forum: Other Issues
Topic: java.lang.ArrayIndexOutOfBoundsException in TextPage
Replies: 6
Views: 4074

java.lang.ArrayIndexOutOfBoundsException in TextPage

Hello, we are using the Eclipe version of the oXygen Author 14.1. When I use the Text View/Page in the XML Editor and do a right-click with the mouse on the left side where the line numbers and marker are the following Exception is thrown: java.lang.ArrayIndexOutOfBoundsException: -2 at java.util.Ar...
by SSC
Wed Nov 28, 2012 6:55 pm
Forum: Other Issues
Topic: Registration Dialog only opens once
Replies: 1
Views: 1213

Registration Dialog only opens once

Hello, we are using the Eclipse oXygen Author Version 14.1. It seems that the registration-dialog of oXygen occurs only once, when an editor is opened the first time. When this registration-dialog is accidentally closed by the user it does not occur any more, but the content which is shown in the ed...
by SSC
Mon Nov 26, 2012 4:13 pm
Forum: Other Issues
Topic: Relative file paths for ro.sync.ecss.css.URIContent.URIContent(String, String)
Replies: 9
Views: 3989

Re: Relative file paths for ro.sync.ecss.css.URIContent.URIContent(String, String)

Hello Radu, could you imagine to merge the Bugfix concerning the :Before elements into version 14.1? Without this bugfix the border, which I add to certain elements is not completely right and therefore may confuse our customers. Or would the merging process be too time-consuming? As an aside: Nearl...
by SSC
Fri Nov 23, 2012 12:30 pm
Forum: Other Issues
Topic: Omit Dialog, which appears when CSS file changes
Replies: 3
Views: 1585

Re: Omit Dialog, which appears when CSS file changes

Hello Radu, Basically the CSS referenced from the XML would still be used but you could set via the API an additional CSS (or CSS content) which would be combined with the base CSS (overwriting selectors where appropriate). Would you consider such an API useful for your integration? Currently we do ...
by SSC
Fri Nov 23, 2012 12:16 am
Forum: Other Issues
Topic: Omit Dialog, which appears when CSS file changes
Replies: 3
Views: 1585

Omit Dialog, which appears when CSS file changes

Hello, we are using the Eclipse version of oXygen 14.1. Is it somehow possible to omit the dialog, which is asking to fresh the editor, when the CSS file, which is currently used, is changed at runtime? Under certain circumstances we change the CSS during runtime and it is annoying, if you´re always...
by SSC
Thu Nov 22, 2012 5:44 pm
Forum: Other Issues
Topic: Relative file paths for ro.sync.ecss.css.URIContent.URIContent(String, String)
Replies: 9
Views: 3989

Re: Relative file paths for ro.sync.ecss.css.URIContent.URIContent(String, String)

Hello,

just one little question:

When will oXygen 14.2 be released?

Best regards,

Simon