Search found 96 matches

by patrick
Wed Mar 22, 2017 4:02 pm
Forum: Other Issues
Topic: Grouping Schematron Messages
Replies: 1
Views: 1699

Grouping Schematron Messages

It would be very helpful to be able to group the schematron messages in the reult window by corresponding patterns and/or rules.. Is this possible? I found only the Option to Group them by ressource, Level and description.

Thanks,
Patrick
by patrick
Wed Dec 02, 2015 7:55 pm
Forum: Other Issues
Topic: hidpi/dark images in Plugins
Replies: 2
Views: 1827

hidpi/dark images in Plugins

Hi,

how to use images/icons in plugins that automatically will be changed in hidpi/dark settings?

Best regards,
Patrick
by patrick
Wed Jul 22, 2015 1:42 pm
Forum: Feature Request
Topic: Improve search
Replies: 1
Views: 1979

Improve search

Hi, one of our users has a feature request for the search dialog: I really like the preview function when I use “Finding and Replacing Text in Multiple Files”. It really helps finding errors in my regular expressions that mess up only a small amount of the replacements. I would find the same functio...
by patrick
Thu Jul 16, 2015 4:44 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen language for localization
Replies: 3
Views: 3259

Re: Oxygen language for localization

I had no luck trying to set the correct language. Do you have an example how it's solved in oxygen?

Another question about loclizsation: I can translate the actions but not the css and xslt titles. Is it possible to translate those entries to get an fully localized framework?

Thanks
Patrick
by patrick
Wed Jul 08, 2015 4:23 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen language for localization
Replies: 3
Views: 3259

Oxygen language for localization

Hi,

I localize my plugins using

Code: Select all

static final ResourceBundle locale = ResourceBundle.getBundle("locale");
But how can I consider the language selection from Oxygen Editor instead the system setting?

Best regards,
Patrick
by patrick
Mon May 18, 2015 1:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Hide View by default
Replies: 2
Views: 2648

Hide View by default

Hi,

how to hide a view in a Workspace Access Plugin by default (after first start). I define it in the plugin.xml like this: <view id="id" initialSide="SOUTH" initialRow="0"/>.

Best regards
Patrick
by patrick
Mon May 11, 2015 1:35 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Dropdown-Toolbar-Button
Replies: 3
Views: 3323

Re: Dropdown-Toolbar-Button

Edit: In an Oxygen Workspace Plugin
by patrick
Mon May 11, 2015 1:35 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Dropdown-Toolbar-Button
Replies: 3
Views: 3323

Dropdown-Toolbar-Button

Hi,

can you tell me how to generate an Toolbar-Button like your Validation-Button with Dropdown-Capabilities?

Best regards
Patrick
by patrick
Thu Nov 27, 2014 12:51 pm
Forum: Other Issues
Topic: XSLT Transformation: Output XML with variable file name
Replies: 7
Views: 4988

Re: XSLT Transformation: Output XML with variable file name

Thank you! It works now, here is the working string:

Code: Select all

${cfd}\${cfn}-kis${xpath_eval(replace(doc('${frameworks}&#x2f;thiemekis&#x2f;transformations&#x2f;kisupgrade.xsl')&#x2f;xsl:stylesheet&#x2f;xsl:param[@name='doctype.public'],'^.+V(\d+)\.(\d+).+$','$1$2'))}.xml
by patrick
Wed Nov 26, 2014 12:47 pm
Forum: Other Issues
Topic: XSLT Transformation: Output XML with variable file name
Replies: 7
Views: 4988

Re: XSLT Transformation: Output XML with variable file name

Hi Radu,

I am using the 16.0 Build 2014070913.

Best regards,
Patrick
by patrick
Tue Nov 25, 2014 3:27 pm
Forum: DocBook
Topic: How to customize InsertXrefOperation?
Replies: 3
Views: 5621

Re: How to customize InsertXrefOperation?

Hello Alex,

we need a similar dialog for another dtd structure. In gerneral it works with the docbook dialog but some elements are different.

Best regards,
Patrick
by patrick
Mon Nov 24, 2014 7:39 pm
Forum: DocBook
Topic: How to customize InsertXrefOperation?
Replies: 3
Views: 5621

How to customize InsertXrefOperation?

Hi,

is it possible to customize the InsertXrefOperation (the link dialog) from the DocBook framework? Because in Framework source it only calls the DocbookAccess.insertXRef() as compiled source?

Thanks,
Patrick
by patrick
Fri Nov 21, 2014 3:33 pm
Forum: Other Issues
Topic: XSLT Transformation: Output XML with variable file name
Replies: 7
Views: 4988

Re: XSLT Transformation: Output XML with variable file name

Hi Adrian,

also with '${frameworksDir}/frameworkName' it does not work.

The Scenario is defined in that framework but also in a second framework which links to the first framework theoretically using your line above with frameworksDir.

Thanks,
Patrick
by patrick
Tue Nov 18, 2014 6:37 pm
Forum: Other Issues
Topic: XSLT Transformation: Output XML with variable file name
Replies: 7
Views: 4988

XSLT Transformation: Output XML with variable file name

Hi, I need to set an custom filename to the xml output document of my transformation. I cannot use result-document because the output xml should open after the transformation in oxygen. So i tried the new xpath_eval variable for the xml output filename, but it is not recognized (I think there is an ...
by patrick
Mon Oct 13, 2014 5:36 pm
Forum: Other Issues
Topic: Author View Webfont
Replies: 2
Views: 1890

Re: Author View Webfont

Thank you!

If I use a ttf, it works.
by patrick
Mon Oct 13, 2014 4:06 pm
Forum: Other Issues
Topic: Author View Webfont
Replies: 2
Views: 1890

Author View Webfont

Hi,

is it possible to use an not installed font in the author view (e.g. through webfont with @font-face in css)?

I tried it but an error occurs...
Beschreibung: [CSS]:Problems occured during new fonts installation: bad pfa font

Thanks
Patrick
by patrick
Thu Jul 24, 2014 6:11 pm
Forum: Common Problems
Topic: MathFlow Concurrent Licenses Warning
Replies: 2
Views: 1824

MathFlow Concurrent Licenses Warning

Hi, we have currently the problem, that the MathFlow Editor not appear. In the debug log there is "The feature SimpleEditor has all licenses in use." So is it possible to display that warning in a popup when opening the editor so the user know what's the problem? Now you don't know if the ...
by patrick
Fri Jul 18, 2014 12:59 pm
Forum: Feature Request
Topic: Adding some Paged Media Module Features
Replies: 3
Views: 2889

Re: Adding some Paged Media Module Features

Hi Radu,

I did not find the dita framework in the maven repository, can you give me a hint?
by patrick
Wed May 21, 2014 2:19 pm
Forum: Feature Request
Topic: Values in XPath results as separate column
Replies: 11
Views: 9521

Re: Values in XPath results as separate column

Hi Radu, now, in version 16, there is a comfortable search for XPath-Results in Projects, all opened files etc. - this is a great feature! But most of the time we need to copy only the plain values in a list (value\n value\n...) like requested some posts above. Is it possible to add this feature in ...
by patrick
Thu Apr 10, 2014 11:04 am
Forum: Feature Request
Topic: Adding some Paged Media Module Features
Replies: 3
Views: 2889

Adding some Paged Media Module Features

Hi,

maybe you can add some features from the Paged Media CSS Module to the Author View, e.g. for displaying the cross-references with target-counter(), target-text()... Alternatively, a fast Page-Preview beside the Author-View would be a probably a huge market gap.

Thanks,
Patrick
by patrick
Wed Mar 26, 2014 12:34 pm
Forum: Common Problems
Topic: Plugin - Get Position of selected Element
Replies: 19
Views: 8708

Re: Plugin - Get Position of selected Element

Hi Radu,

one more question :)

How can I disable the plugin if I hide the view? Currently it continues to be active and consumes ressources, even if it is not visible.
by patrick
Wed Mar 12, 2014 3:44 pm
Forum: Common Problems
Topic: Plugin - Get Position of selected Element
Replies: 19
Views: 8708

Re: Plugin - Get Position of selected Element

Thanks, with Oxygen 15.2 it works fine! I will try your workaround to support the currently installed 15.0 version.
by patrick
Wed Mar 12, 2014 1:49 pm
Forum: Common Problems
Topic: Plugin - Get Position of selected Element
Replies: 19
Views: 8708

Re: Plugin - Get Position of selected Element

Hi Radu, can you help me how to do that? I have tried it this way but then nothing is selected anymore. It seems that select needs the minor value first: currentTextPage.select( currentTextPage.getOffsetOfLineStart(currentOutlineRanges[endsel].getEndLine()) + currentOutlineRanges[endsel].getEndColum...
by patrick
Tue Mar 11, 2014 6:09 pm
Forum: Common Problems
Topic: Plugin - Get Position of selected Element
Replies: 19
Views: 8708

Re: Plugin - Get Position of selected Element

Hi Radu,

another question: I select The Text from the Selected Outline item with WSXMLTextEditorPage.select() but how to get the editor view to scroll to the beginning of the selection like the original outline view does? Currently I think it scrolls to the middle of the selection.
by patrick
Fri Mar 07, 2014 4:04 pm
Forum: Common Problems
Topic: Plugin - Get Position of selected Element
Replies: 19
Views: 8708

Re: Plugin - Get Position of selected Element

Great! Thank you for the hint, it works now :-)
by patrick
Fri Mar 07, 2014 2:04 pm
Forum: Common Problems
Topic: Plugin - Get Position of selected Element
Replies: 19
Views: 8708

Re: Plugin - Get Position of selected Element

Hi Radu, it's a long time ago, but now I have written a plugin based up on your example. To count the section numbers, I call a function with the root Element and process it. But what is the fastest way to get the root Element Node? Currently I use Object[] evaluateXPath = xmlTP.evaluateXPath("...
by patrick
Thu Feb 27, 2014 12:26 pm
Forum: Common Problems
Topic: XPath Sarch Field Grayed out
Replies: 9
Views: 4157

Re: XPath Sarch Field Grayed out

I think it's ok with Oxygen 16 because it occurs only in some xml files and we can support our colleagues in how to change the xml to enable the xpath field.
by patrick
Thu Feb 20, 2014 2:36 pm
Forum: Common Problems
Topic: XPath Sarch Field Grayed out
Replies: 9
Views: 4157

Re: XPath Sarch Field Grayed out

You have mail ;-)
by patrick
Thu Feb 20, 2014 2:00 pm
Forum: Common Problems
Topic: XPath Sarch Field Grayed out
Replies: 9
Views: 4157

Re: XPath Sarch Field Grayed out

Hi,

no, it is a simple test file with ~20 short lines.