Search found 9056 matches

by Radu
Thu Nov 05, 2015 12:34 pm
Forum: XSLT and FOP
Topic: Missing borders on an empty cell
Replies: 1
Views: 1715

Re: Missing borders on an empty cell

Hi Andrew, It probably depends on how the final HTML content looks like in the case of the missing value. If the final HTML has the table cell looking like this: <td/> web browsers might have problems with it. Ideally you could set <xsl:output method="html"/> in your XSLT stylesheet or add...
by Radu
Thu Nov 05, 2015 12:29 pm
Forum: Common Problems
Topic: Modifying Oxygen CSS in java layer.
Replies: 17
Views: 3611

Re: Modifying Oxygen CSS in java layer.

Hi Saravanan,

I'm glad this works for you.

Regards,
Radu
by Radu
Thu Nov 05, 2015 12:19 pm
Forum: Other Issues
Topic: Index Ancestor Page Numbers not shown
Replies: 8
Views: 1916

Re: Index Ancestor Page Numbers not shown

Hi, Just to see if this works you could try to make the change directly to the original index.xsl. Indeed if that solves your problem you could also try to overwrite the template from your DITA customization folder. In that customization folder you have a "custom.xsl" stylesheet in which y...
by Radu
Wed Nov 04, 2015 4:37 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Style filter on dita maps manager
Replies: 5
Views: 2980

Re: Style filter on dita maps manager

Hi Sébastien, The DITA Maps Manager does not use the styles filter API to render the nodes in the tree. It uses a Swing JTree with our custom javax.swing.tree.TreeCellRenderer set to it. One possibility for you would be to gain access to the custom JTree by using the API ro.sync.exml.workspace.api.e...
by Radu
Wed Nov 04, 2015 3:53 pm
Forum: Other Issues
Topic: Index Ancestor Page Numbers not shown
Replies: 8
Views: 1916

Re: Index Ancestor Page Numbers not shown

Hi, I opened an issue for this with a possible fix suggestion on the DITA OT issues list: https://github.com/dita-ot/dita-ot/issues/2126 Are you comfortable with making those XSLT changes on your side? Do you use a custom DITA Open Toolkit installation or are you publishing using Oxygen's default ca...
by Radu
Wed Nov 04, 2015 11:44 am
Forum: Other Issues
Topic: Index Ancestor Page Numbers not shown
Replies: 8
Views: 1916

Re: Index Ancestor Page Numbers not shown

Hi, Sorry, initially I did not understand what you wanted although you were quite clear. I will add an issue for this and try to find some time to look into the problem. I also tested publishing to PDF installing and using the commercial RenderX XEP processor: https://www.oxygenxml.com/doc/versions/...
by Radu
Wed Nov 04, 2015 11:11 am
Forum: Common Problems
Topic: Modifying Oxygen CSS in java layer.
Replies: 17
Views: 3611

Re: Modifying Oxygen CSS in java layer.

Hello Saravanan, Maybe as a possible solution, when the action is invoked and it changes the pseudo classes on those employee elements, it can also set a custom pseudo class on the root element like: authorAccess.getDocumentController().setPseudoClass("hiddenEmployees", authorAccess.getDoc...
by Radu
Tue Nov 03, 2015 2:53 pm
Forum: Other Issues
Topic: Index Ancestor Page Numbers not shown
Replies: 8
Views: 1916

Re: Index Ancestor Page Numbers not shown

Hi,

About this question:
My question is: how can I get a page number to appear for the Main Topic, too?
It should work, if you look in the index page under the letter L you should find a link to your parent topic.

Regards,
Radu
by Radu
Tue Nov 03, 2015 2:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show step importance (optional, recommended) in Webhelp and PDF
Replies: 12
Views: 4659

Re: Show step importance (optional, recommended) in Webhelp and PDF

Hi Rich,

When you edit the transformation scenario you are using to publish, in the Parameters tab there is a parameter called args.gen.task.lbl which you can set to YES if you want auto generated labels for various task elements.

Regards,
Radu
by Radu
Mon Nov 02, 2015 10:55 am
Forum: SDK-API, Frameworks - Document Types
Topic: Non-modifying custom actions
Replies: 4
Views: 2361

Re: Non-modifying custom actions

Hi Patrik, Making the refresh nodes not register undo events in the document is quite hard to do using our current internal architecture. The entire Author content is a single sequence of characters corresponding to the text nodes. And the hierarchy of Author nodes points in the sequence of characte...
by Radu
Mon Nov 02, 2015 10:28 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: font not rendering properly
Replies: 15
Views: 10961

Re: font not rendering properly

Hi Scott, If you make the modified "font-mappings.xml" not wellformed XML and you publish, does the DITA OT report this problem? If not, the configuration file is not taken into account. If it break, then the configuration file is taken into account but it might be possible you are modifyi...
by Radu
Mon Nov 02, 2015 10:19 am
Forum: SDK-API, Frameworks - Document Types
Topic: Non-modifying custom actions
Replies: 4
Views: 2361

Re: Non-modifying custom actions

Hi Patrik, We have an undoable edit manager and most of modifications you make to the document are marked as edits and registered in the edit manager in order to have undo/redo support. The pseudo class change operations are the only operations which do not register edits in the undo manager (as we ...
by Radu
Mon Nov 02, 2015 10:06 am
Forum: Feature Request
Topic: Text/Author split view
Replies: 6
Views: 4615

Re: Text/Author split view

Hi,

We considered this improvement request but we do not have plans to implement it.
It would take a lot of development effort because these changes would be incompatible with our entire model of page-based editing.

Regards,
Radu
by Radu
Mon Nov 02, 2015 9:12 am
Forum: Common Problems
Topic: Sluggish performance when working in tables
Replies: 3
Views: 1958

Re: Sluggish performance when working in tables

Hi,

Glad this worked for you.

Regards,
Radu
by Radu
Fri Oct 30, 2015 10:54 am
Forum: Common Problems
Topic: Modifying Oxygen CSS in java layer.
Replies: 17
Views: 3611

Re: Modifying Oxygen CSS in java layer.

Hi Saravanan,

What precise elements did you hide (set the pseudo class to), the <employees> element, all <employee> elements, only some of the <employee> elements?

Regards,
Radu
by Radu
Fri Oct 30, 2015 9:42 am
Forum: Common Problems
Topic: Opening keyref links
Replies: 5
Views: 1749

Re: Opening keyref links

Hi Kostantin, I tested with the 17.1 Author Component libraries. I created an Author Component Provider which loaded the initial topic (with the keyref link <xref keyref="keyName/pid"/> ) and a DITA Map Component Provider which loaded the DITA Map which defines the key and binds it to the ...
by Radu
Thu Oct 29, 2015 11:04 am
Forum: Common Problems
Topic: Modifying Oxygen CSS in java layer.
Replies: 17
Views: 3611

Re: Modifying Oxygen CSS in java layer.

Hi,

Looking at the sample XML you posted, the empProfile element is not a child or descendant element of the employees element, it is a sibling of it.
So if you want to hide it as well, you need to locate its AuthorNode and set the pseudo class also on it.

Regards,
Radu
by Radu
Thu Oct 29, 2015 9:55 am
Forum: Common Problems
Topic: Opening keyref links
Replies: 5
Views: 1749

Re: Opening keyref links

Hi Konstantin, What exactly are you doing right now on the "handleOpenURL" callback? You did not post enough code. My recommendation when you receive the "handleOpenURL" callback would be to call the componentProvider.showLocation(URL, Reader) which should know how to handle the ...
by Radu
Thu Oct 29, 2015 9:39 am
Forum: SDK-API, Frameworks - Document Types
Topic: internal xlink:href not working in Author component 17.0.2
Replies: 12
Views: 5115

Re: internal xlink:href not working in Author component 17.0.2

Hi Johann, That's the problem. The method "factory.setOpenURLHandler" is static, you can set a single open URL handler which handles the open events in your entire custom application. So you should set the open url handler only once. And for each tab you open you should keep a global mappi...
by Radu
Thu Oct 29, 2015 9:35 am
Forum: Common Problems
Topic: Sluggish performance when working in tables
Replies: 3
Views: 1958

Re: Sluggish performance when working in tables

Hi, Please try to upgrade to Oxygen 17.1 and tell us how the table editing works with it. We added quite a lot of table editing related improvements in it. If there is still a problem with 17.1, please give us more details like: Type of used XML vocabulary (I'm assuming DITA). Operating system, if y...
by Radu
Wed Oct 28, 2015 5:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: internal xlink:href not working in Author component 17.0.2
Replies: 12
Views: 5115

Re: internal xlink:href not working in Author component 17.0.2

One more thing I remembered, how does your OpenURLHandler implementation set on the factory factory.setOpenURLHandler look like? The default sample one we provide only calls the current editor component provider (because the sample test application we provide is not multi tabbed pane). If your appli...
by Radu
Wed Oct 28, 2015 5:42 pm
Forum: SDK-API, Frameworks - Document Types
Topic: internal xlink:href not working in Author component 17.0.2
Replies: 12
Views: 5115

Re: internal xlink:href not working in Author component 17.0.2

Hi Johann,

And you are creating a separate authorComponentProvider instance for each tab, right?
If so, I will try to build a small sample multi tabbed-pane interface to the author component and reproduce this on my side.

Regards,
Radu
by Radu
Wed Oct 28, 2015 3:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: internal xlink:href not working in Author component 17.0.2
Replies: 12
Views: 5115

Re: internal xlink:href not working in Author component 17.0.2

Hi Johann, About this remark: It seems the method "showLocation" tries to reopen a component provider whereas this one is already created (because it is an internal link). Yes, so the "showLocation" method tries to see if the URL is the same of the opened URL (case in which it ju...
by Radu
Wed Oct 28, 2015 3:34 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8442

Re: Best way to deploy Global Options?

Hi Chris, About what does not work: 1) com.oxygenxml.default.options=file\:default.xml or com.oxygenxml.default.options=file\:/../default.xml or those are not quite relative paths. So those constructs should be avoided. 2) com.oxygenxml.default.options=default.xml From what I tested, Oxygen will try...
by Radu
Wed Oct 28, 2015 3:28 pm
Forum: Common Problems
Topic: Generating project file from maven
Replies: 8
Views: 2182

Re: Generating project file from maven

Hi Christophe, Both Oxygen 17 and 15.2 should support it as well.Support for XML catalogs has been present in Oxygen almost since the inception of the application, more than 10 years ago. If you have a clear situation in which it does not seem to work, maybe you can give us more details and we can t...
by Radu
Wed Oct 28, 2015 12:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: cross-references and title link text
Replies: 13
Views: 7553

Re: cross-references and title link text

Hi Satu,

Yes, Oxygen does not yet support presenting the step number on links in the Author editing mode.
We have a registered issue for this and I will add your vote for it.

Regards,
Radu
by Radu
Wed Oct 28, 2015 12:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dita 2.x - reltable
Replies: 6
Views: 2822

Re: Dita 2.x - reltable

Hi Tristan,

This looks like a separate issue. I logged it here:

https://github.com/dita-ot/dita-ot/issues/2119

We'll see what the DITA OT devs have to say about it.

Regards,
Radu
by Radu
Tue Oct 27, 2015 5:26 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8442

Re: Best way to deploy Global Options?

Hi Chris, About why this works: com.oxygenxml.default.options=file\:@config.dir/../default.xml I know you took this example from our user's manual, I'm not sure why it was there in the first place, we'll try to update our user's manual contents. Oxygen does not know what @config.dir is, it considers...
by Radu
Tue Oct 27, 2015 5:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dita 2.x - reltable
Replies: 6
Views: 2822

Re: Dita 2.x - reltable

Hi Tristan,

Thanks for the samples.
This is related to this opened DITA OT issue:

https://github.com/dita-ot/dita-ot/issues/2102

I will send you via email a fixed DTD file to test with.

Regards,
Radu
by Radu
Tue Oct 27, 2015 2:14 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8442

Re: Best way to deploy Global Options?

Hi Chris,

From what I checked right now you can either use an absolute URL or file path or a path relative to the Oxygen plugin folder. So it does not support variables.
We'll try to improve this behavior in a future version.

Regards,
Radu