Search found 198 matches

by Johann
Fri Feb 23, 2024 8:29 pm
Forum: Common Problems
Topic: dynamic evaluate options of oxy_xpath not working
Replies: 5
Views: 233

Re: dynamic evaluate options of oxy_xpath not working

Hello, As I said, we do not use specific actions or operations to insert or delete the item elements. These actions are defined directly in the framework in the externalAuthoractions folder and are not linked to specific Java class on our side: <?xml version="1.0" encoding="UTF-8"...
by Johann
Fri Feb 23, 2024 2:28 pm
Forum: Common Problems
Topic: dynamic evaluate options of oxy_xpath not working
Replies: 5
Views: 233

Re: dynamic evaluate options of oxy_xpath not working

Hello Bogdan, Indeed, I forgot this limitation. My use case is quite simple. I have this kind of XML structure: <list> <item/> <item/> <item/> <item/> <item/> ... </list> With the CSS, in our display, the list block is collapsed and we display the number of children items thanks to the oxy_xpath fun...
by Johann
Thu Feb 22, 2024 4:34 pm
Forum: Common Problems
Topic: dynamic evaluate options of oxy_xpath not working
Replies: 5
Views: 233

dynamic evaluate options of oxy_xpath not working

Hello, We are using Author Web 26.0 version. In our CSS, we try to use oxy_xpath function with evaluate option at " dynamic " value. When we insert a fragment that affects the oxy_xpath, the evaluation is not updated. We have to save and refresh the document to see the correct evaluation. ...
by Johann
Wed Jan 31, 2024 6:21 pm
Forum: Common Problems
Topic: Workaround for CSS Limitations
Replies: 1
Views: 190

Workaround for CSS Limitations

Hello, We are using Author Web version 26.0. We are aware of the CSS limitations in Author Web: https://www.oxygenxml.com/doc/versions/26.0.0/ug-waCustom/topics/webapp_css_limitations.html We'd like to know your recommendations for working around the limitations concerning the :has selector , for ex...
by Johann
Wed Jan 31, 2024 4:21 pm
Forum: Feature Request
Topic: DITA Maps Manager
Replies: 5
Views: 400

Re: DITA Maps Manager

Hello,

Okay, and is it possible to get involved in this kind of feature development? As a beta tester, for example?

Regards,

Johann
by Johann
Wed Jan 31, 2024 11:16 am
Forum: Feature Request
Topic: DITA Maps Manager
Replies: 5
Views: 400

Re: DITA Maps Manager

Hello Cosmin, Ok for the feature request. Do you have any idea of the priority, progress or planned release date of this feature? We are about to develop our own DITA Maps manager outside Author Web this year to meet our customers' needs. We use our own CMS to which we connect Author Web. Thanks for...
by Johann
Tue Jan 30, 2024 8:37 pm
Forum: Feature Request
Topic: DITA Maps Manager
Replies: 5
Views: 400

DITA Maps Manager

Hello,

In Author (Desktop), there is the DITA Maps Manager feature.
In Author Web, there is only a DITA Maps viewer feature.

Is it planned to have a similar DITA Maps Manager feature in Author Web?

Thanks,

Johann
by Johann
Mon Jan 22, 2024 5:43 pm
Forum: Common Problems
Topic: Display problem with many panels
Replies: 3
Views: 271

Re: Display problem with many panels

Hello,

thank you for the info.

Regards,

Johann
by Johann
Mon Jan 22, 2024 1:47 pm
Forum: Common Problems
Topic: Display problem with many panels
Replies: 3
Views: 271

Display problem with many panels

Hello, We are using Author Web version 26. We have created many panels on the right side (ViewRenderers). When there is no enough vertical space to display the panels, the render is not good. Panel icons are displayed at the top of the toolbar and there is no scroll to reach other panel icons. Do yo...
by Johann
Thu Jan 11, 2024 7:22 pm
Forum: Common Problems
Topic: Css used in Author Web démo
Replies: 2
Views: 304

Re: Css used in Author Web démo

Hello Cosmin,

Thank you, it is exactly what I was looking for.

Regards,

Johann
by Johann
Wed Jan 10, 2024 7:37 pm
Forum: Common Problems
Topic: Css used in Author Web démo
Replies: 2
Views: 304

Css used in Author Web démo

Hello, I am interested in some CSS aspects used in your Author Web online demo "Guided Authoring" https://www.oxygenxml.com/oxygen-xml-web-author/app/oxygen.html?url=samples%3A%2F%2Fsamples%2Fform-controls%2Ftravel-guide%2Ftravel-guide.xml&author=Anonymous&highlightedActions=%5B%7B...
by Johann
Wed Dec 06, 2023 8:09 pm
Forum: Common Problems
Topic: SchemaFactory features not recognized
Replies: 3
Views: 385

Re: SchemaFactory features not recognized

Hello, This is the error I obtain: java.lang.RuntimeException: org.xml.sax.SAXNotRecognizedException: La propriété 'http://javax.xml.XMLConstants/property/accessExternalDTD' n'est pas reconnue. To reproduce it, put this code in insertFragment method inside a DocumentFilter class and add a fragment i...
by Johann
Wed Dec 06, 2023 6:12 pm
Forum: Common Problems
Topic: SchemaFactory features not recognized
Replies: 3
Views: 385

SchemaFactory features not recognized

Hello, We use Author Web 26.0. In our framework, we have defined an operation based on an XML configuration file. This configuration file is validated via an XSD schema. So we have these lines in our code: SchemaFactory factory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); Validat...
by Johann
Wed Nov 29, 2023 6:06 pm
Forum: Common Problems
Topic: Stacking with NotificationsManager
Replies: 4
Views: 350

Re: Stacking with NotificationsManager

Hello, The Web Author notification systems is designed to provide feedback to the user after an editing operation. Showing the progress of an operation was not one of the design goals of the notifications system. For example, even if you show multiple notifications during a long-running operation, t...
by Johann
Wed Nov 29, 2023 4:16 pm
Forum: Common Problems
Topic: Stacking with NotificationsManager
Replies: 4
Views: 350

Re: Stacking with NotificationsManager

Hello, This is an example of notifications to be displayed: workspace.getNotificationManager().showInfo("Operation begins"); workspace.getNotificationManager().showInfo("Step 1"); workspace.getNotificationManager().showInfo("Step 2"); workspace.getNotificationManager()....
by Johann
Wed Nov 29, 2023 1:17 pm
Forum: Common Problems
Topic: Stacking with NotificationsManager
Replies: 4
Views: 350

Stacking with NotificationsManager

Hello, We are using Oxygen Author Web 26.0. Some of our actions require to notify the user with info / warning / error messages. We tested NotificationsManager. In our case, several notifications can sometimes follow one another or arrive simultaneously. It seems that the display doesn't handle stac...
by Johann
Thu Oct 12, 2023 11:29 am
Forum: Common Problems
Topic: Overriding / Enrich arguments in defined actions
Replies: 6
Views: 683

Re: Overriding / Enrich arguments in defined actions

Hello,

Ok, that confirms my initial point.

Thank you,

Johann
by Johann
Mon Oct 09, 2023 3:28 pm
Forum: Common Problems
Topic: Overriding / Enrich arguments in defined actions
Replies: 6
Views: 683

Re: Overriding / Enrich arguments in defined actions

Hello, Another solution would be to use ask variables and let the user fill in the value for valueFromJavascript The only way to populate ask variables is through a user form, right? Or is there another way? So, in my case, the valueFromJavascript corresponds to a response of a webservice and not a ...
by Johann
Mon Oct 09, 2023 2:17 pm
Forum: Common Problems
Topic: Overriding / Enrich arguments in defined actions
Replies: 6
Views: 683

Re: Overriding / Enrich arguments in defined actions

Hello Bogdan, thank you for your response. In the last part of your response, you say: You can pass to the custom operation your valueFromJavascript and then you can pass/dispatch it to another operation when invoking. To manually call another operation you have to simply instantiate it and call its...
by Johann
Thu Oct 05, 2023 8:21 pm
Forum: Common Problems
Topic: Overriding / Enrich arguments in defined actions
Replies: 6
Views: 683

Overriding / Enrich arguments in defined actions

Hello, We're using Author web 25.1.0.0 version. From the javascript, we want to call an operation https://www.oxygenxml.com/doc/versions/25.1/ug-editor/topics/dg-default-author-operations.html#dg-default-author-operations__executemultiplewebappcompatibleactionsoperation Its purpose is to perform a s...
by Johann
Thu Aug 31, 2023 11:17 am
Forum: Common Problems
Topic: editorAboutToBeSavedVeto with automatic saves
Replies: 3
Views: 543

Re: editorAboutToBeSavedVeto with automatic saves

Hello,

Ok, thanks for the explanations.

Could you notify me through this post when the feature is ready?

Regards,

Johann
by Johann
Wed Aug 30, 2023 1:13 pm
Forum: Common Problems
Topic: editorAboutToBeSavedVeto with automatic saves
Replies: 3
Views: 543

editorAboutToBeSavedVeto with automatic saves

Hello, In Author web, we have set up a control to prevent saving when the document is invalid. To do this, we've used the editorAboutToBeSavedVeto method. We'll now take a look at setting up automatic saving with e.options.autoSaveInterval We note that automatic saves do not trigger the editorAboutT...
by Johann
Tue Aug 22, 2023 3:09 pm
Forum: Common Problems
Topic: Differences when converting *.framework to *.exf files
Replies: 7
Views: 1636

Re: Differences when converting *.framework to *.exf files

Hello,

Is the fix still in your backlog?
Or has it been published in the last released versions?

Thank you,

Johann
by Johann
Thu Aug 17, 2023 10:21 am
Forum: Common Problems
Topic: InsertXMLFragmentSchemaAware questions
Replies: 1
Views: 381

InsertXMLFragmentSchemaAware questions

Hello, I use Author web 25.1.0.0. I've created a button to add a specific fragment at the cursor position. Since I want the insertion of the fragment to be valid, I have several possible approaches: - initially disable the button when insertion at the cursor will cause a validation error thanks to :...
by Johann
Wed Aug 16, 2023 4:24 pm
Forum: Common Problems
Topic: Actions at the top of the content completion list
Replies: 5
Views: 783

Re: Actions at the top of the content completion list

Hello, I managed to implement the needed classes. But, when I log all the CCItemProxy ccItems in the getImposedSortPriority method, it never displays my action. However, I do see it well in the contentCompletion menu. Is it due to the way my action is created? It is both present on the framework sid...
by Johann
Tue Jul 18, 2023 6:22 pm
Forum: Common Problems
Topic: Actions at the top of the content completion list
Replies: 5
Views: 783

Re: Actions at the top of the content completion list

Hello Cristian,

Thanks for you reply.

I do not see where to declare the implementation of the ContentCompletionSortPriorityAssigner class.
Can you give me an example?

Regards,

Johann
by Johann
Tue Jul 18, 2023 12:05 pm
Forum: Common Problems
Topic: Actions at the top of the content completion list
Replies: 5
Views: 783

Actions at the top of the content completion list

Hello, We are using Author web 25.1 version. We add some actions in the contentCompletion menu with this configuration in the framework file: <field name="contextualItems"> <contextProvider> <field name="items"> <contextItem-array> <contextItem> <field name="targets"> <...
by Johann
Tue Apr 11, 2023 5:40 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Specific DocumentTypeAdvancedCustomRuleMatcher
Replies: 3
Views: 914

Re: Specific DocumentTypeAdvancedCustomRuleMatcher

Hello, Indeed the EXF "child" inherits the association rules from its base. I confirmed it with Oxygen Editor. This confirms also my questions for point 2. I should have passed in the "matches" method of CustomDocumentTypeCustomRuleMatcher only when a document meets the associati...
by Johann
Fri Apr 07, 2023 6:19 pm
Forum: Common Problems
Topic: Start-up error when migrating from 25.0 to 25.1
Replies: 4
Views: 624

Re: Start-up error when migrating from 25.0 to 25.1

Hello,

Indeed, the war did include the slf4j-api lib, it worked with version 25.0 but it is no longer the case with version 25.1.
By excluding this lib from the war, I can start Author web again.

Thank you,

Johann
by Johann
Thu Apr 06, 2023 3:11 pm
Forum: Common Problems
Topic: Start-up error when migrating from 25.0 to 25.1
Replies: 4
Views: 624

Re: Start-up error when migrating from 25.0 to 25.1

Hello, Indeed, this seems to be the root cause: 06-Apr-2023 14:05:15.320 GRAVE [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.core.StandardContext.listenerStart Exception lors de l'envoi de l'évènement contexte initialisé (context initialized) à l'instance de classe d'écoute (listener) [ro.sy...