Search found 199 matches

by Johann
Fri Jun 28, 2019 4:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Bug with onChange on oxy_combobox
Replies: 13
Views: 4755

Re: Bug with onChange on oxy_combobox

Hello Alex,

Thanks for your reply.

Do you have any idea of the release date that will contain this patch?

Johann
by Johann
Fri Jun 21, 2019 4:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Bug with onChange on oxy_combobox
Replies: 13
Views: 4755

Bug with onChange on oxy_combobox

Hello everyone, I am using the Oxygen SDK 20.1.0.3 and I have a problem with the option "onChange" of an oxy_combobox. Here is my test case : node1 { content: oxy_combobox( edit, "@attribute", editable, false, values, "val1, val2", labels, "label1, label2", on...
by Johann
Fri May 10, 2019 10:18 am
Forum: SDK-API, Frameworks - Document Types
Topic: AuthorComponentFactory initialization optimization
Replies: 6
Views: 2850

Re: AuthorComponentFactory initialization optimization

Hello Radu, You are right, it took one of the machines 56 seconds to initialize the AuthorComponentFactory the first time and 24 seconds the second time. This machine does not have a SSD. So do 24 seconds seem like a "normal" time for AuthorComponentFactory initialization to you? How could...
by Johann
Thu May 09, 2019 2:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: AuthorComponentFactory initialization optimization
Replies: 6
Views: 2850

AuthorComponentFactory initialization optimization

Hello, The call of the method init of the AuthorComponentFactory class is sometimes quite long on some machines (40 seconds). The framework we use is quite large but on most machines we get a correct time that does not exceed 15 seconds. I am looking to see what optimizations could be made to improv...
by Johann
Tue Jan 29, 2019 1:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CSS rendering improvement with full tags
Replies: 1
Views: 1444

CSS rendering improvement with full tags

Hello, I would like to know if it is possible to improve the rendering of the Author view when displaying all tags. When we create style sheets, we create them in keeping in mind our main goal : the view without tags. The problem is that if we want to display tags in this Author view, the display is...
by Johann
Mon Jan 28, 2019 5:54 pm
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_checkbox issue
Replies: 2
Views: 1785

Re: oxy_checkbox issue

Well... Sorry for this post... I didn't see that I put an extra space in my original CSS file :

Code: Select all


content: oxy_checkbox( edit, "@isaff ", values, "1", uncheckedValues, "0", labels, "");
My bad! :oops:

Johann
by Johann
Fri Jan 25, 2019 2:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_checkbox issue
Replies: 2
Views: 1785

oxy_checkbox issue

Hello everyone, I noticed a difference in behavior and rendering in the CSS of oxy_checkbox between the oxygen component 19.1.0.3 and oxygen XML Editor 20.1. In both cases, I apply this CSS fragment: pubdata:before(99) { content: oxy_checkbox(edit, "@isaff", values, "1", unchecke...
by Johann
Thu Nov 29, 2018 8:11 pm
Forum: SDK-API, Frameworks - Document Types
Topic: web page drag'n drop never reaches authorDrop
Replies: 11
Views: 5089

Re: web page drag'n drop never reaches authorDrop

Hello Radu, unfortunately I cannot reproduce your behavior... I added your code in my CustomExtensionsBundle like this : public class CustomExtensionsBundle extends AbstractExtensionsBundle { private CustomDefaultUniqueAttributesRecognizer uniqueAttributesRecognizer; private CustomStylesFilter style...
by Johann
Tue Nov 27, 2018 2:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: web page drag'n drop never reaches authorDrop
Replies: 11
Views: 5089

Re: web page drag'n drop never reaches authorDrop

Hello Radu, Indeed, when I put an URL in my <img> insertURLs method is fired. It's a good start ! But, my need is more global. If I take the example from above, what is important for me is not the image itself but the data transfered in the javascript method "ev.dataTransfer.setData("text&...
by Johann
Mon Nov 26, 2018 8:08 pm
Forum: SDK-API, Frameworks - Document Types
Topic: web page drag'n drop never reaches authorDrop
Replies: 11
Views: 5089

Re: web page drag'n drop never reaches authorDrop

Hello Radu, Sorry for the delay... Can you test something ? Open the following page in a browser and try to drag the image (not present) in the left box and drop it into an author view. You will see that "drag1" is inserted in the Author view and I saw that I came in "authorDrop"...
by Johann
Tue Nov 13, 2018 10:47 am
Forum: SDK-API, Frameworks - Document Types
Topic: web page drag'n drop never reaches authorDrop
Replies: 11
Views: 5089

Re: web page drag'n drop never reaches authorDrop

Hello Radu,

I'm still on the 19.1.0.3 version. I have planned to upgrade in a couple of weeks.

Regards,

Johann
by Johann
Mon Nov 12, 2018 5:54 pm
Forum: SDK-API, Frameworks - Document Types
Topic: web page drag'n drop never reaches authorDrop
Replies: 11
Views: 5089

Re: web page drag'n drop never reaches authorDrop

Hello Radu, I have performed some drops from an HTML page to a swing Component and It seems that the working data flavor mimetype for this drop is: text/html; document=selection; class=java.io.InputStream; charset=UTF-16 Maybe transfered data of type inputStream are not authorized in author view ? R...
by Johann
Fri Nov 09, 2018 5:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: web page drag'n drop never reaches authorDrop
Replies: 11
Views: 5089

web page drag'n drop never reaches authorDrop

Hello everyone, In would like to perform a drag'n drop from a JxBrowser (javafx webview) to the author view component. More generally, is it possible to perform a drag'n drop from an html page (Web browser) to the author view component (Java swing application) ? I know that's not a common question b...
by Johann
Thu Jun 14, 2018 3:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: StylesFilter issue when reopening document
Replies: 1
Views: 2215

StylesFilter issue when reopening document

Hi, I am using oxygen SDK 19.1.0.3 and I have a problem with the StylesFilter class. The goal is to add programmatically a combobox at a particular node. I want to do this programmatically because the labels and the values of this combobx are not fixed. For this purpose, I added this kind of code in...
by Johann
Thu Jun 14, 2018 2:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Customizing validation errors popup
Replies: 5
Views: 3455

Re: Customizing validation errors popup

Hi Radu,

I can't say that clients refuse using the tool because of this but you know that clients always want to customize every HMI :)

Thanks for your reply,

Regards,

Johann
by Johann
Fri May 25, 2018 3:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Customizing validation errors popup
Replies: 5
Views: 3455

Re: Customizing validation errors popup

Hi Radu,

In fact, I mean particularly this popup: https://ibb.co/nnZd6T.

The "DocumentPositionInfo" object contains what we desire, we just want to change the layout of the popup, to display these "DocumentPositionInfo" objects the way we want.

Johann
by Johann
Fri May 25, 2018 12:50 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Customizing validation errors popup
Replies: 5
Views: 3455

Customizing validation errors popup

Hello everyone, I am using oxygen SDK 19.1.0.3 and I would like to "customize" the popup listing validation errors. I mean the popup that appears when you double click at the bottom of the documentComponent, on the red dot. Is it possible to change the layout of this popup, to hide or filt...
by Johann
Wed Feb 07, 2018 11:14 am
Forum: SDK-API, Frameworks - Document Types
Topic: EditorComponent Optimization
Replies: 3
Views: 2571

Re: EditorComponent Optimization

Hi Radu, The JAR libraries are on the local dirve. In fact, I know that when I load a document which requires some webresources it can take a longer delay the first time to put these resources in a cache. But, without loading a document, without framework, the call of factory.createEditorComponentPr...
by Johann
Tue Feb 06, 2018 8:40 pm
Forum: SDK-API, Frameworks - Document Types
Topic: EditorComponent Optimization
Replies: 3
Views: 2571

EditorComponent Optimization

Hi everyone, I am using Oxygen SDK (version 18). My application contains tabs and each tab is an EditorComponentProvider . The first tab takes a long time to open then the following tabs are faster to open. I tried to make some tests in the AuthorComponentSample and I noticed that the first call of ...
by Johann
Thu Dec 07, 2017 7:30 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error message system - AuthorElement ID reference
Replies: 1
Views: 1833

Error message system - AuthorElement ID reference

Hi, I'm searching to build an error message system, which can be updated from any modification, to display an error message relative to an AuthorNode. All is good : - CustomValidationProblemsFilter which updates a CustomError (couple of AuthorNode/ErrorInformation) List and merges it with Oxygen err...
by Johann
Fri Jun 23, 2017 3:30 pm
Forum: SDK-API, Frameworks - Document Types
Topic: AuthorOperation finished event
Replies: 3
Views: 2587

Re: AuthorOperation finished event

Hi Radu, Here is my use case. I have a webservice which allows to insert an XML fragment at a specific XPath in my document. I would like to notify that the insertion has been done successfully in the response of the webservice. At the moment, once the InsertOpeartion is invoked, the webservice resp...
by Johann
Fri Jun 23, 2017 2:59 pm
Forum: SDK-API, Frameworks - Document Types
Topic: AuthorOperation finished event
Replies: 3
Views: 2587

AuthorOperation finished event

Hi everyone,

Is there any event fired when an AuthorOperation (more specifically an InsertFragmentOperation) is finished ?

Thanks !

Johann
by Johann
Fri Apr 14, 2017 4:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_audio error in Author page
Replies: 9
Views: 4682

Re: oxy_audio error in Author page

Hi Alex,

I just tried in Oxygen version 19 and I get the same error when I open samples\form -controls\about\form-controls.xml...

Johann
by Johann
Wed Apr 12, 2017 11:05 am
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_audio error in Author page
Replies: 9
Views: 4682

Re: oxy_audio error in Author page

Hello Alex,

I do not have a specific screen... I tried to replace the jar file by the one you sent by email but it does not change anything.
Am I the only one to have this behaviour ?

Johann
by Johann
Fri Apr 07, 2017 11:02 am
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_audio error in Author page
Replies: 9
Views: 4682

Re: oxy_audio error in Author page

It works but I don't know if I have something wrong in my environment because the audio player is truncated both in the Oxygen XML software and in the Oxygen component (18.1 version). This is what I see when opening C:\Program Files\Oxygen XML Editor 18\samples\form -controls\about\form-controls.xml...
by Johann
Fri Apr 07, 2017 9:37 am
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_audio error in Author page
Replies: 9
Views: 4682

Re: oxy_audio error in Author page

Hi Radu,

I manually added the dependency and it works.

Thank you,

Johann
by Johann
Thu Apr 06, 2017 3:45 pm
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_audio error in Author page
Replies: 9
Views: 4682

oxy_audio error in Author page

Hi everyone, I'm using the 18.1.0.0 SDK version and when I try to use : multimedia { content: oxy_audio(href, url(../test.MP3), width, 400px); } I get this error : java.lang.NoClassDefFoundError: ro/sync/jfx/JFXException at ro.sync.ecss.component.editor.c.e.c(Unknown Source) ~[oxygen-18.1.0.0.jar:na...
by Johann
Wed Feb 22, 2017 1:42 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using editorVariables in CSS
Replies: 2
Views: 2261

Using editorVariables in CSS

Hi everyone, I use the Oxygen component. In the CSS file, I want to access, with an oxy_xpath, data stored in a XML file located in the framework directory. I can do this with an absolute path : element{ content: oxy_xpath('doc("file:/absolute_path/data.xml")//XPATH'); } But I would like t...
by Johann
Tue Feb 21, 2017 6:54 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON
Replies: 28
Views: 10199

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

Hi everyone, In the Author Component, I try to test Configuring Proposed Values in the Context that the Content Completion was Invoked from https://www.oxygenxml.com/doc/versions/18/ug-author/topics/configuring-content-completion-proposals.html#configuring-content-completion-proposals An EE or PE ve...
by Johann
Fri Feb 17, 2017 4:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Unique ID from copy / paste
Replies: 17
Views: 8663

Re: Unique ID from copy / paste

I understand what you mean.

We essentially use the refresh method because we set pseudoClasses to some authorNodes. Without this refresh, the pseudo class does not seem to be well applied.

Johann