Search found 26 matches

by LBarth
Tue Jun 26, 2018 1:00 pm
Forum: Common Problems
Topic: api 19.1
Replies: 1
Views: 1315

api 19.1

Hi,

I have a framework running on version 19.1.
On https://www.oxygenxml.com/InstData/Editor/SDK/javadoc/ I find api 20.1.
Is there an url I can find api 19.1 ?

Regards,
Lionel
by LBarth
Tue Mar 27, 2018 4:03 pm
Forum: Common Problems
Topic: Can I define custom function in XSLT for XPath Builder?
Replies: 12
Views: 5024

Re: Can I define custom function in XSLT for XPath Builder?

Hi Radu,
So some kind of way to quickly execute an XQuery over the current XML document? Showing results which backmap to the XML document?
Yes I would like that a lot :wink:.

Best regards,
Lionel
by LBarth
Mon Feb 26, 2018 7:01 pm
Forum: General XML Questions
Topic: $ask
Replies: 1
Views: 2085

$ask

Hi, I use a transformation scenario to produce pdf from xml. I have 2 problems : 1) since I use the $ask editor variable I cannot any more open the file directly from the scenario, despite I checked the 'open in browser/system application ' and the 'saved file' buttons in the Edit scenario panel.. T...
by LBarth
Thu Jul 27, 2017 11:17 am
Forum: General XML Questions
Topic: url in menu item
Replies: 2
Views: 2551

Re: url in menu item

Hi Adrian,

Thanks for your reply, it works nicely.
I should have looked the GUI, the documentation I was searching is here in fact.

Best regards,
Lionel
by LBarth
Wed Jul 26, 2017 3:06 pm
Forum: General XML Questions
Topic: url in menu item
Replies: 2
Views: 2551

url in menu item

Hi, We have created a plugin for a standalone Oxygen installation, I would like to add an entry in a menu to link to a 'help' website, something like (in the .framework file) : <menuItem> <field name="link" href="https://www.oxygenxml.com/technical_support.html"><String>Syncro So...
by LBarth
Thu Apr 27, 2017 4:40 pm
Forum: Common Problems
Topic: css absolute position foldable
Replies: 1
Views: 1439

css absolute position foldable

Hi,

I try to create a form in which I use css absolute positions. One of the element is foldable, when I unfold it, it is displayed under some other elements. I have seen I cannot use the css z-index property, what can I do ?

Best regards,
Lionel
by LBarth
Wed Jun 29, 2016 11:17 am
Forum: General XML Questions
Topic: selection in transformation scenario
Replies: 2
Views: 3325

Re: selection in transformation scenario

Ok Radu, thanks a lot.

Lionel
by LBarth
Tue Jun 28, 2016 4:14 pm
Forum: General XML Questions
Topic: selection in transformation scenario
Replies: 2
Views: 3325

selection in transformation scenario

Hi, Is there a way to use transformation scenarios on a selection instead of an entire file ? Something like : <field name="inputXMLURL"><String>${selection}</String></field> instead of : <field name="inputXMLURL"><String>${currentFileURL}</String></field> Best regards, Lionel PS...
by LBarth
Wed Mar 02, 2016 4:57 pm
Forum: General XML Questions
Topic: css fonts on v17.1
Replies: 2
Views: 2283

Re: css fonts on v17.1

Hi,

I checked on a colleague's pc, the problem is only on my pc.

Sorry for inconvenience, thanks,
Lionel
by LBarth
Wed Mar 02, 2016 1:24 pm
Forum: General XML Questions
Topic: css fonts on v17.1
Replies: 2
Views: 2283

css fonts on v17.1

Hi, I updated yesterday from v17.0 to v17.1. I use custom fonts in a framework we developed, all was working fine in v17.0. In v17.1 the css are found but some fonts (not all of them) are not, a default font is displayed instead of some custom fonts (Liberation, Roboto). For instance : @font-face { ...
by LBarth
Wed Jul 15, 2015 3:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: empty xpath evaluations on add-on deployment
Replies: 3
Views: 2961

Re: empty xpath evaluations on add-on deployment

Hi radu, The use of "//*:enumeration[@value='no']" does not work, it gives an exception : XPathExpressionException org.apache.xpath.domapi.XPathStylesheetDOM3Exception: Prefix must resolve to a namespace : and the 'xs' prefix is known on the development platform with the very same xsd sche...
by LBarth
Fri Jul 10, 2015 5:15 pm
Forum: SDK-API, Frameworks - Document Types
Topic: empty xpath evaluations on add-on deployment
Replies: 3
Views: 2961

empty xpath evaluations on add-on deployment

Hi, I have developed a plugin and framework I want to push as add-ons on our website. The plugin works perfectly on my mac, in debug mode in eclipse and in direct mode after compiling the jar. I use a laptop on which I have downloaded a trial version of oxygen author to check the add-on deployment. ...
by LBarth
Mon Jul 06, 2015 4:06 pm
Forum: Other Issues
Topic: Arranging Toolbars
Replies: 11
Views: 5190

Re: Arranging Toolbars

Thanks a lot Radu,

Best regards,
Lionel
by LBarth
Mon Jul 06, 2015 12:47 pm
Forum: Other Issues
Topic: Arranging Toolbars
Replies: 11
Views: 5190

Re: Arranging Toolbars

Hi Radu, It is for the standalone Oxygen version. We have developped a plugin in wich I would like to ensure the preferences and layout at start up. I have realized I can use the OXY_PLUGIN_REPLACEMENT_PATH mecanism to use editors variables in my options.xml file. I have noticed when I import a glob...
by LBarth
Fri Jul 03, 2015 3:46 pm
Forum: Other Issues
Topic: Arranging Toolbars
Replies: 11
Views: 5190

Re: Arranging Toolbars

Hi,

I have no "OXY_PLUGIN_REPLACEMENT_PATH" in my options.xml file (made from version 17.0), what is it usefull for ?

And I have a lot of absolute paths 'file:/Users/lbarth/…', can I use editor variables instead ?

Best regards,
Lionel
by LBarth
Mon Jun 29, 2015 6:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: customized contextual menu in outline window
Replies: 2
Views: 3666

customized contextual menu in outline window

Hi, I have developed a plugin in which I have customized the contextual menu of the main editor window. I would like to customize the contextual menu of the outline window to give my users the same functionalities in both windows. I have checked the sdk sample in simple.documentation.framework.exten...
by LBarth
Wed Apr 15, 2015 2:47 pm
Forum: General XML Questions
Topic: check schema for fixed attribute
Replies: 7
Views: 4994

Re: check schema for fixed attribute

Hi Radu,

Yes it works if I add a xsi:schemaLocation attribute in my xml file.

I do not understand how oXygen knows about the xml schema I declare in my framework in all panels and validation and so on and not in my java code.

Best regards,
Lionel
by LBarth
Wed Apr 15, 2015 12:26 pm
Forum: General XML Questions
Topic: check schema for fixed attribute
Replies: 7
Views: 4994

Re: check schema for fixed attribute

Hi, The point is the file is open in an Author view and it is schema aware. I can see the fixed attribute in grey in the attributes panel of the Author view but when I try to access it with to following code I get a null value. if (fullySelectedNode.getType() == AuthorNode.NODE_TYPE_ELEMENT) { Autho...
by LBarth
Mon Apr 13, 2015 4:11 pm
Forum: General XML Questions
Topic: check schema for fixed attribute
Replies: 7
Views: 4994

check schema for fixed attribute

Hi, I have attributes defined in a xsd schema declared as "fixed" on some elements like this : <xs:element name="ABC"> <xs:complexType> <xs:sequence> <xs:element ref="Lib"/> <xs:element ref="Content"/> </xs:sequence> <xs:attribute name="special" type...
by LBarth
Fri Sep 19, 2014 6:27 pm
Forum: Other Issues
Topic: questions about search/replace
Replies: 1
Views: 1262

questions about search/replace

Hi, Is there a way to search text and replace it surrounded by tags in author mode ? (I would prefer my users not to use text mode) For instance to replace 'blabla' by 'blabla' in italic using html tag <i/>. When in search/replace 'case sensitive' is uncheched, replace does not keep initial capital ...
by LBarth
Wed Aug 13, 2014 3:07 pm
Forum: XSLT and FOP
Topic: fop.xconf and add-on framework
Replies: 4
Views: 3678

Re: fop.xconf and add-on framework

Ok Radu, thanks a lot for your help.

Lionel
by LBarth
Wed Aug 13, 2014 2:35 pm
Forum: XSLT and FOP
Topic: fop.xconf and add-on framework
Replies: 4
Views: 3678

Re: fop.xconf and add-on framework

Hi Radu, My problem is not to refer to a specific framework by name, when I write : ${frameworksDir}/gdr/fop/fop.xconf I have the error : java.io.FileNotFoundException: /Applications/oxygenEditor16.0/frameworks/gdr/fop/fop.xconf (No such file or directory) because the file is actually in : ~/Library...
by LBarth
Wed Aug 13, 2014 12:52 pm
Forum: XSLT and FOP
Topic: fop.xconf and add-on framework
Replies: 4
Views: 3678

fop.xconf and add-on framework

Hi, I have an add-on installating a framework. I would like to have a specific fop configuration file in this framework. When I put ${framework}/fop/fop.xconf in the fop panel of the oxygen preferences the transformation scenario do not work because the fop.xconf is searched in the main oxygen insta...
by LBarth
Fri Jul 11, 2014 1:58 pm
Forum: Other Issues
Topic: required element and css display property
Replies: 2
Views: 1738

Re: required element and css display property

Hi Alex, I do not have the same behavior if I uncheck Smart delete in the preferences. It makes a difference with the css display:block but it makes no difference with the css display:inline. In fact with the css display:inline no tag can be remove even if the schema declares it optional (but it is ...
by LBarth
Mon Jul 07, 2014 6:18 pm
Forum: Other Issues
Topic: required element and css display property
Replies: 2
Views: 1738

required element and css display property

Hi, I use oxygen author with the following schema (fragment) : [code] <xs:element name="OuDormir"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" ref="TexteIntro"/> <xs:element ref="NomEtablissement"/> <xs:element minOccurs="0" ref="No...
by LBarth
Mon Mar 04, 2013 1:46 pm
Forum: Other Issues
Topic: oxy-label()
Replies: 12
Views: 5107

oxy-label()

Hi,

Is there a way to apply bold font-weight to the oxy_label() function ?
If not is it scheduled for later versions of oXygen ?

Best regards,
Lionel