Search found 198 matches

by Johann
Wed May 04, 2022 10:42 am
Forum: Common Problems
Topic: Differences when converting *.framework to *.exf files
Replies: 7
Views: 1692

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

Hello Cristian. Ok that's right. It solves my issue. On the other hand, I have another issue. I have converted *.framework files to *.exf files but these ones were the "base" frameworks. I already had *.exf files that override the *.framework files. It worked well. But now that *.framework...
by Johann
Tue May 03, 2022 7:11 pm
Forum: Common Problems
Topic: Differences when converting *.framework to *.exf files
Replies: 7
Views: 1692

Differences when converting *.framework to *.exf files

Hello, I am using 24.1 Web Author version and I try to convert my *.framework files to *.exf files. The first thing I notice is that a piece of js is no longer called. A js file present in the "web" folder which allows to do toolbar customization is not called anymore. It contains: goog.ev...
by Johann
Wed Apr 13, 2022 6:08 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Copy Paste Operation in framework
Replies: 1
Views: 716

Copy Paste Operation in framework

Hello, I am using Oxygen component 24.1.0.0. I want to be able to copy a fragment and paste it to another location through an operation configured in the framework (so without Java code) I didn't find a CopyPasteOperation in the API. What would be your suggestions to do this action? XSLTOperation ? ...
by Johann
Wed Apr 06, 2022 1:17 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Override / remove standard actions from content completion menu
Replies: 2
Views: 1051

Override / remove standard actions from content completion menu

Hello, I am using Oxygen component 24.0.0.2 version. My goal is that when I insert a particular element ("myElement"), an attribute and a value is added automatically. I would like to be able to do this without java code, just by configuring the framework. So, I created my custom authorAct...
by Johann
Fri Mar 25, 2022 7:51 pm
Forum: Common Problems
Topic: Gray background in 24.1.0.0 version
Replies: 3
Views: 1185

Re: Gray background in 24.1.0.0 version

Hello,

I have just sent a video to the technical support to show the problems observed.

Regards,

Johann
by Johann
Mon Mar 21, 2022 9:11 pm
Forum: Common Problems
Topic: Gray background in 24.1.0.0 version
Replies: 3
Views: 1185

Gray background in 24.1.0.0 version

Hello,

I tried to upgrade Author web from 24.0.0.4 to 24.1.0.0 version and I noticed the appearance of a gray background on the documents in the author view.

Is it a feature or a bug?

If it is a feature, is there an option to have a white background by default?

Thanks,

Johann
by Johann
Wed Mar 09, 2022 8:44 pm
Forum: Common Problems
Topic: Retrieve DITA features in custom framework
Replies: 6
Views: 1843

Retrieve DITA features in custom framework

Hello,

We are using Author web 24.0.0.4 version and we have built our own frameworks.

We would like to retrieve specific features from DITA in our curtom frameworks:
  • CALS table creation wizard
  • CALS table properties management wizard
  • Imagemap wizard
How to do that?

Thank you,

Johann
by Johann
Wed Mar 09, 2022 8:38 pm
Forum: Common Problems
Topic: oxy_buttonGroup in floating toolbars
Replies: 2
Views: 974

oxy_buttonGroup in floating toolbars

Hello, We are using Author web 24.0.0.4 version. In the documentation (https://www.oxygenxml.com/doc/versions/24.0/ug-author/topics/floating-toolbar-property.html), it is indicated that oxy_buttonGroup can be added in -oxy-floating-toolbar property. It does not work on my side, no group is displayed...
by Johann
Wed Jan 26, 2022 9:14 pm
Forum: Common Problems
Topic: Mixed content in outline view
Replies: 4
Views: 1390

Re: Mixed content in outline view

Hello,

Indeed, it corrects the issue. Thank you!
By default, the Web Author server considers that "abb" elements have block display (even if they are rendered as inline)
Why is there a difference between the interpretation (block) and the rendering (inline) ?

Johann
by Johann
Fri Jan 21, 2022 4:52 pm
Forum: Common Problems
Topic: Mixed content in outline view
Replies: 4
Views: 1390

Mixed content in outline view

Hello, I have a question about the outline view in Author Web. In the case of a tag containing mixed content, only the first text node is displayed in the outline view, the other text nodes do not appear. This can give the impression of an inconsistency when reading the Outline view. Example: <para>...
by Johann
Thu Jan 13, 2022 7:54 pm
Forum: Common Problems
Topic: Quickfixes missing in 24.0.0.2
Replies: 4
Views: 1290

Re: Quickfixes missing in 24.0.0.2

Hello Cristian, I do not know what the Dashboard is ? My framework does have custom quickfixes but "core" and "custom" quickfixes disappeared when I upgraded oxygen from 23.1.0.0 to 24.0.0.2. The framework is well installed because all other functionalities or CSS work on both ve...
by Johann
Fri Jan 07, 2022 11:08 am
Forum: Common Problems
Topic: Quickfixes missing in 24.0.0.2
Replies: 4
Views: 1290

Quickfixes missing in 24.0.0.2

Hello,

I have upgraded Author web from 23.1.0.0 to 24.0.0.2.
The user interfaces have been improved :)

But, I lost quickfixes in validation errors. Is it normal ?

Thanks,

Johann
by Johann
Wed Nov 24, 2021 11:28 am
Forum: SDK-API, Frameworks - Document Types
Topic: Example of integration / unit tests framework actions
Replies: 15
Views: 3303

Re: Example of integration / unit tests framework actions

Hello Radu,


Thank you!
Can you confirm that at the moment, this is the (only ?) way you recommend to test framework actions ?

Johann
by Johann
Tue Nov 23, 2021 5:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Example of integration / unit tests framework actions
Replies: 15
Views: 3303

Re: Example of integration / unit tests framework actions

My bad, sorry...

Too many oxygen versions in parallel :(


Johann
by Johann
Tue Nov 23, 2021 5:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Example of integration / unit tests framework actions
Replies: 15
Views: 3303

Re: Example of integration / unit tests framework actions

No :(

Only ro.sync.security.SecurityChecker is present in oxygen-sandbox.jar

Johann
by Johann
Tue Nov 23, 2021 3:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Example of integration / unit tests framework actions
Replies: 15
Views: 3303

Re: Example of integration / unit tests framework actions

Hi Radu, I managed to write my first test class by getting the Oxygen Editor 21.1 oxygen.jar. However, it fails when initializing PluginWorkspaceTCBase with this error: junit.framework.AssertionFailedError: Exception in constructor: testOpenFileAndBoldEXM_20417 (java.lang.NoClassDefFoundError: ro/sy...
by Johann
Tue Nov 23, 2021 1:01 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Example of integration / unit tests framework actions
Replies: 15
Views: 3303

Re: Example of integration / unit tests framework actions

Hi Radu,

Can you tell me the last version of oxygen.jar this class is present ?

I tried 23 / 22 / 19 but I did not find it.

Is there any alternative in recent versions to perform unit tests on framework actions ?

Thanks,

Johann
by Johann
Mon Nov 22, 2021 8:22 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Example of integration / unit tests framework actions
Replies: 15
Views: 3303

Re: Example of integration / unit tests framework actions

Hello,

I cannot find the class ro.sync.exml.workspace.api.PluginWorkspaceTCBase described in https://www.oxygenxml.com/doc/versions/ ... -sdk2.html.

Has this class been renamed ? moved ?

Thanks,

Johann
by Johann
Thu Nov 04, 2021 11:22 am
Forum: SDK-API, Frameworks - Document Types
Topic: Fixed licenses in Oxygen 24
Replies: 4
Views: 1305

Re: Fixed licenses in Oxygen 24

Hi Radu, Ok, I am glad to read that it is not normal that the user based license is required every time. I am waiting for your return on this point. Other suggestion, as I said, most of our customers use user based licenses. I find it a bit odd that there is a "There is no host specified...&quo...
by Johann
Wed Nov 03, 2021 5:15 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Fixed licenses in Oxygen 24
Replies: 4
Views: 1305

Fixed licenses in Oxygen 24

Hello, I try to upgrade Author component from 23.1 to 24. I saw that init methods of AuthorComponentFactory have been changed. Now, we are obliged to put a license server host , username and password . A lot of our customers use a fixed license key so I tried to put "null" to these fields....
by Johann
Wed Oct 20, 2021 12:44 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Converting *.framework to *.exf
Replies: 8
Views: 2357

Re: Converting *.framework to *.exf

Thank you for the notification !

Regards,

Johann
by Johann
Thu Sep 30, 2021 7:55 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Converting *.framework to *.exf
Replies: 8
Views: 2357

Re: Converting *.framework to *.exf

Hello Radu, Several tests suggest to me that <xi:include> does not properly work in exf files. In the exf file, if I put : <contextualMenu> <submenu name="table" iconPath="/images/Table16.png"> <addAction id="show.table.properties"/> </submenu> </contextualMenu> It work...
by Johann
Thu Sep 09, 2021 12:44 pm
Forum: SDK-API, Frameworks - Document Types
Topic: "specific" attribute CSS selector not recognized
Replies: 6
Views: 1498

Re: "specific" attribute CSS selector not recognized

Hi Radu,


Ok, I understand better. Thanks for the clarification.

Best regards,


Johann
by Johann
Thu Sep 09, 2021 12:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: "specific" attribute CSS selector not recognized
Replies: 6
Views: 1498

Re: "specific" attribute CSS selector not recognized

Hello Radu, You are right, the behavior is due to the associated schema. When I remove the schema, everything is OK. In the schema, specific attribute is not mandatory but it has a default value: <xs:attribute default="1" name="specific" type="yesOrNoAttType"/> Despite ...
by Johann
Wed Sep 08, 2021 6:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: "specific" attribute CSS selector not recognized
Replies: 6
Views: 1498

Re: "specific" attribute CSS selector not recognized

Hi Radu, The scenario I described was not good. CSS: toolRef { background-color: blue; } toolRef[specific] { background-color: red; } This XML: <toolRef specific="test" /> appears with a red background => OK This XML: <toolRef/> appears with a red background too => NOK , blue background is...
by Johann
Thu Sep 02, 2021 11:55 am
Forum: SDK-API, Frameworks - Document Types
Topic: "specific" attribute CSS selector not recognized
Replies: 6
Views: 1498

"specific" attribute CSS selector not recognized

Hello, We are using Oxygen component 22.1 version. It seems that the "specific" attribute is not recognized / is ignored by CSS selectors. Xml example: <toolRef specific="test" otherAttribute="test2" /> Css example: toolRef[otherAttribute] { border: 1px solid green; } d...
by Johann
Fri Aug 27, 2021 10:02 am
Forum: SDK-API, Frameworks - Document Types
Topic: Converting *.framework to *.exf
Replies: 8
Views: 2357

Re: Converting *.framework to *.exf

Hi Radu,


Thank you for the quick response! I will wait for this new feature.


Regards,

Johann
by Johann
Thu Aug 26, 2021 6:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Converting *.framework to *.exf
Replies: 8
Views: 2357

Re: Converting *.framework to *.exf

Hi Radu, Thanks for your response. I have another question about framework extension. Let's imagine that I have a folder with: - base.framework file - extension.exf file - extension_externalAuthorActions base.framework contains this action: <action> <field name="id"> <String>test.action</S...
by Johann
Wed Aug 25, 2021 8:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Converting *.framework to *.exf
Replies: 8
Views: 2357

Converting *.framework to *.exf

Hello, I try to convert my *.framework files to *.exf files. I do not find the corresponding tags in *.exf for these fields in *.framework : <field name="useImposedInitialPage"> <Boolean>true</Boolean> </field> <field name="imposedInitialPage"> <String>Author</String> </field> Th...
by Johann
Thu Jul 22, 2021 3:36 pm
Forum: Common Problems
Topic: Cannot perform the quick fix
Replies: 8
Views: 3106

Re: Cannot perform the quick fix

Hello,

Glad to know that the problem has been identified!

Regards,

Johann