Search found 141 matches

by Isabelle
Tue Sep 27, 2022 5:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with Actions Using an Individual XML File
Replies: 8
Views: 1269

Re: Issue with Actions Using an Individual XML File

Hello,

This is exactly the problem.
The value of fragment still have ${framework(BASE_FRAMEWORK_NAME)} in it.

Regards,
Isabelle
by Isabelle
Mon Sep 26, 2022 7:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with Actions Using an Individual XML File
Replies: 8
Views: 1269

Re: Issue with Actions Using an Individual XML File

Hello Alex, Here is an exemple of an action we use : <?xml version="1.0" encoding="UTF-8"?> <a:authorAction xmlns:a="http://www.oxygenxml.com/ns/author/external-action" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.o...
by Isabelle
Fri Sep 23, 2022 8:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Remove processing-instruction from content completion
Replies: 5
Views: 1199

Remove processing-instruction from content completion

Hello, In version 24.1.0.0, is it possible to remove processing-instruction from the content completion ? I tried this in our framework extension script files and it does not work : <contentCompletion xmlns="http://www.oxygenxml.com/ns/framework/extend"> <schemaProposals> <removeProposal r...
by Isabelle
Fri Sep 23, 2022 6:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Jar native-windows-helper
Replies: 2
Views: 700

Re: Jar native-windows-helper

Hello Radu,

Thank you for this informations.

Regards,
Isabelle
by Isabelle
Fri Sep 23, 2022 6:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with Actions Using an Individual XML File
Replies: 8
Views: 1269

Issue with Actions Using an Individual XML File

Hello, With the version 24.1.0.0 of oxygen, we face an issue with actions using an individual XML file for each action. We have define common framework extension script files and we have custom framework file for specific customers. Exemple : - proced.exf (common for all client) - proced-custom.exf ...
by Isabelle
Wed Sep 21, 2022 6:40 pm
Forum: SDK-API, Frameworks - Document Types
Topic: JNA version
Replies: 15
Views: 4460

Re: JNA version

Hello Radu, Finally we found what we need. When we build our own app, we extract your native-*.jar in our own lib folder (next to our .exe file). Then we specify this three properties as jre options : -Djna.nounpack=true -Djna.library.path=%EXEDIR%/lib -Dcom.oxygenxml.editor.home.url=file:///%EXEDIR...
by Isabelle
Wed Sep 21, 2022 6:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Jar native-windows-helper
Replies: 2
Views: 700

Jar native-windows-helper

Hello,

In need information on native-windows-helper ?
What is the purpose of this jar ?
I don't find any javadoc on it.

Thanks
Regards,
Isabelle
by Isabelle
Thu Sep 15, 2022 11:53 am
Forum: SDK-API, Frameworks - Document Types
Topic: JNA version
Replies: 15
Views: 4460

Re: JNA version

Hello Radu, In the folder C:/lib, I have the jnidispatch.dll. You should probably try to place it like this: C:\lib\com\sun\jna\win32-x86-64\jnidispatch.dll I have already tried, but it is does not work neither. You are trying to replace libraries bundled with the Author Component project with your ...
by Isabelle
Wed Sep 14, 2022 5:00 pm
Forum: SDK-API, Frameworks - Document Types
Topic: JNA version
Replies: 15
Views: 4460

Re: JNA version

Hello Radu, I tried to launch our app with the following arguments : jna.nounpack=true jna.debug=true jna.debug_load=true jna.debug_load.jna=true jna.boot.library.path=C:/lib jna.library.path=C:/lib com.oxygenxml.editor.lib.dir=C:/lib In the folder C:/lib , I have the jnidispatch.dll . But when I st...
by Isabelle
Mon Sep 05, 2022 6:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: JNA version
Replies: 15
Views: 4460

Re: JNA version

Hello Radu, Thanks for the feedback. For this particular point : 4) To read some keys from the Windows registries and for example determine if the HTTP proxy is enabled in the OS. Is it possible to retrieve values of HTTP proxy ? An other point We have noticed that Oxygen extract some dlls like : 37...
by Isabelle
Thu Aug 25, 2022 5:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: JNA version
Replies: 15
Views: 4460

Re: JNA version

Hi everyone, We use 24.0.0.2 of Oxygen sdk, and we still have oxygen-patched-jna-24.0.0.2.jar . Can you please confirm to me, you use JNA only for Hunspell spell checker ? We need to work on JNA and I want to be sure it will not impact other functionality of Oxygen framework. Thanks. Regards, Isabelle
by Isabelle
Thu Aug 04, 2022 10:57 am
Forum: SDK-API, Frameworks - Document Types
Topic: Content Completion > Surround With not schema aware
Replies: 4
Views: 1039

Re: Content Completion > Surround With not schema aware

Hello Radu, Thank you for your feedback. Is it possible to not show this pop up in the Author view, when user select something and press Enter key ? I think, it would be more user friendly. User will not understand why select element in this pop up do nothing or why this pop up exist if it never wor...
by Isabelle
Wed Aug 03, 2022 6:31 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Content Completion > Surround With not schema aware
Replies: 4
Views: 1039

Content Completion > Surround With not schema aware

Hello, We use the version 24.0.0.2 of the SDK. In Author view, when an element is selected, the content completion (obtained by pressing Enter key) provide the Surround with pop up. The problem is that this pop up is not schema aware. Each time you select an element from this pop-up, it surround wel...
by Isabelle
Fri Jul 01, 2022 4:52 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Enable multiple selection of alternate CSSs from Framework Extension Script File
Replies: 3
Views: 1079

Re: Enable multiple selection of alternate CSSs from Framework Extension Script File

Hello Alex,

Thank you for your feedback.
We have found a workaround for now and we wait for your solution in the next version of Oxygen.

Regards,
Isabelle
by Isabelle
Thu Jun 30, 2022 6:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Enable multiple selection of alternate CSSs from Framework Extension Script File
Replies: 3
Views: 1079

Enable multiple selection of alternate CSSs from Framework Extension Script File

Hello, I am using Oxygen component 24.0.0.2 version. I want to use alternate css. In our frameworks we define them like this <author> <css> <addCss path="${frameworks}/descript.css" title="Default" alternate="false"/> <addCss path="${frameworks}/comment-hide.css&qu...
by Isabelle
Wed May 04, 2022 11:07 am
Forum: SDK-API, Frameworks - Document Types
Topic: Check Oxygen License Validity
Replies: 7
Views: 1372

Re: Check Oxygen License Validity

Hello, My use case is the following : - First install of our application, user has not yet Application license neither Oxygen License. - License pop up show and user add licenses - Our App copy Oxygen license in the good folder in com.oxygenxml.ApplicationDataFolder - License pop up is closed - Auth...
by Isabelle
Tue May 03, 2022 6:43 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Check Oxygen License Validity
Replies: 7
Views: 1372

Re: Check Oxygen License Validity

Hello Radu, I tried the Swing API "java.awt.Window.getWindows()" but it is not relevant for my purpose. First : as the method AuthorComponentFactory.init does not end until user answers to license po up, I have to create a thread to check every XX second all the windows open, which is an h...
by Isabelle
Tue May 03, 2022 11:34 am
Forum: SDK-API, Frameworks - Document Types
Topic: Check Oxygen License Validity
Replies: 7
Views: 1372

Re: Check Oxygen License Validity

Hello, In our application, we have a splashscreen on launch, and some times the Oxygen license pop up is hidden by this. It is not possible to our client to see the error message and then close it and add the license. As the method AuthorComponentFactory.init return nothing, how can we know if Oxyge...
by Isabelle
Fri Apr 29, 2022 3:49 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Check Oxygen License Validity
Replies: 7
Views: 1372

Check Oxygen License Validity

Hello, Currently the AuthorComponentFactory.init method, launch itself the pop up for Oxygen license but we need to show our license manager pop up. We want to manage the case when Oxygen license is not valid before launching AuthorComponentFactory.init method. Is it possible to check in java, if an...
by Isabelle
Thu Mar 10, 2022 8:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert with Schema Aware behavior issue
Replies: 4
Views: 928

Re: Insert with Schema Aware behavior issue

Hello,

I have just send you a zip file and the description of our use case.

Hope it will help you to understand our problem.

Regards,
isabelle
by Isabelle
Wed Mar 09, 2022 7:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert with Schema Aware behavior issue
Replies: 4
Views: 928

Re: Insert with Schema Aware behavior issue

Hi Radu,

How can I send you xml and schema for test ?

Regards,
Isabelle
by Isabelle
Wed Mar 09, 2022 5:28 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Insert with Schema Aware behavior issue
Replies: 4
Views: 928

Insert with Schema Aware behavior issue

Hello, We work with Oxygen SDK 24.0.0.2 We want to insert element (String fragment or AuthorDocumentFragment) with the following method insertFragmentSchemaAware(int insertOffset, AuthorDocumentFragment frag) insertXMLFragmentSchemaAware(java.lang.String xmlFragment, int offset) insertXMLFragmentSch...
by Isabelle
Fri Jan 21, 2022 9:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON
Replies: 28
Views: 10005

Re: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON

Hi Alex,

Thanks for the feedback.
alex_jitianu wrote: Thu Jan 20, 2022 11:32 am it seems xsl:evaluate was introduced in Saxon HE 10 which we hope to integrate in Oxygen 24.1 (to be released in March).
It will be a great improvement for us if Saxon HE 10 was integrated in the next version of Oxygen.

Regards,
Isabelle
by Isabelle
Wed Jan 19, 2022 6:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON
Replies: 28
Views: 10005

Re: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON

Hi Alex, Thanks for your answer. I tried this : <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:saxon="http://saxon.sf.net/" exclude-result-prefixes="xs" version="3.0"> <xsl:param nam...
by Isabelle
Tue Jan 18, 2022 11:30 am
Forum: SDK-API, Frameworks - Document Types
Topic: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON
Replies: 28
Views: 10005

Re: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON

Hi all, Is this always true ? In theory the XSLT should run just fine with Saxon-HE (which is available in the Author Component) as long as the XSLT doesn't use any functionality available only in the PE/EE versions. If you would need access to the element for which the CC was invoked, you will run ...
by Isabelle
Mon Jan 10, 2022 12:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with ValidationProblemsFilter
Replies: 4
Views: 947

Re: Issue with ValidationProblemsFilter

Ok,

Thank you.

Regards,
Isabelle
by Isabelle
Mon Jan 10, 2022 12:53 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with ValidationProblemsFilter
Replies: 4
Views: 947

Re: Issue with ValidationProblemsFilter

Hello Radu, Thanks for the answer. If the method "validationProblems.getProblemsList()" returns null it means there are no validation errors found by Oxygen so the document is valid. I will update the Javadoc on the method to state this more clearly. Most of the times, I have "validat...
by Isabelle
Fri Jan 07, 2022 6:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Issue with ValidationProblemsFilter
Replies: 4
Views: 947

Issue with ValidationProblemsFilter

Hello, We work with the version 24.0.0 of Oxygen sdk. We need to check the xsd validity of the current document before start an action. Currently we do it this way : final isDocumentXsdValid = false; authorAccess.getEditorAccess().getParentEditor().addValidationProblemsFilter(new ValidationProblemsF...
by Isabelle
Mon Sep 20, 2021 8:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to convert line number and column number into caretPosition
Replies: 1
Views: 766

How to convert line number and column number into caretPosition

Hello, I work with the version 22 of Oxygen SDK. I want to use WSXMLTextEditorPage wsxmlTextEditorPage = (WSXMLTextEditorPage) editorAccess.getCurrentPage(); wsxmlTextEditorPage.setCaretPosition(position); But I only have a column and a line number. How can i convert this two informations to a valid...