Search found 81 matches

by stdu
Thu Dec 04, 2014 6:15 pm
Forum: SDK-API, Frameworks - Document Types
Topic: XSLT operation on root element in Author mode?
Replies: 4
Views: 3272

XSLT operation on root element in Author mode?

Hi, I've created a XSLT to change an attribute in the root element of a XML file. With a manual transformation all works fine. But I wanted this XSLT fired in Author mode by a XSLT action (ro.sync.ecss.extensions.commons.operations.XSLTOperation). By trying this I got a message from oXygen: "Ka...
by stdu
Thu Nov 20, 2014 6:59 pm
Forum: Feature Request
Topic: CSS: "link" open in browser
Replies: 9
Views: 6462

Re: CSS: "link" open in browser

Hi Radu, I ran again in this issue with Oxygen 14.2: I would like to open an URL, which is noted in the CSS with the help of the oXygen CSS property "link". Some URLs are openend by oXygen in the browser, sometimes are opened in oXygen itself (even HTML). I don't get it, how oXygen decides...
by stdu
Mon Oct 27, 2014 1:45 pm
Forum: Feature Request
Topic: CSS features
Replies: 10
Views: 5105

Re: CSS features

Hi Radu,

support for letter-spacing would be great.
+1 from me ;-)

Thx & Greets,
Stefan
by stdu
Wed Aug 13, 2014 4:29 pm
Forum: Common Problems
Topic: Problems with characters from supplementary planes
Replies: 3
Views: 1731

Re: Problems with characters from supplementary planes

Hi Radu,

thx for the hint on "Bidirectional editing mode" - with this mode activated, there aren't any problems with these characters! I didn't know that this mode is also useful for such character problems and not only for text with different directionalities.

Greets,
Stefan
by stdu
Wed Aug 13, 2014 2:46 pm
Forum: Common Problems
Topic: Problems with characters from supplementary planes
Replies: 3
Views: 1731

Problems with characters from supplementary planes

Hi, could it be, that Oxygen XML Editor (Version 16) has problems with characters from Supplementary Planes (from U+10000) in Unicode? If you insert a character like U+13379 (Egyptian Hieroglyph V011A) in the text mode, Oxygen has some problems by setting the cursor correctly (the cursor is displaye...
by stdu
Mon Jul 28, 2014 5:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Author view adds white-space unintended
Replies: 1
Views: 2021

Author view adds white-space unintended

Hi, I've a problem with white-space handling in Oxygen XML Author. If you have this XML (Snippet, of course): <Stufe0 id="W00000153"> <Inhalt> <Kursivtext>Wakermann</Kursivtext> s. <ref ziel="W00000033">Wackermann</ref> </Inhalt> </Stufe0> <Stufe0 id="W00000154"> <Inhal...
by stdu
Mon May 05, 2014 11:25 am
Forum: Common Problems
Topic: Unable to import module on eXist server
Replies: 5
Views: 3735

Re: Unable to import module on eXist server

Hi,

I still have this issue in Oxygen Editor 15.2: the module is loaded, because Oxygen offers me all variables and functions from the module by writing new code, but the the validation still fails (with the mentionend error notice). Have I configure something else?

Thx & Greets,
Stefan
by stdu
Tue Apr 15, 2014 3:10 pm
Forum: SDK-API, Frameworks - Document Types
Topic: "Dashboard"
Replies: 1
Views: 1897

"Dashboard"

Hi! It's just an spontaneous idea, which we have had this morning: ist could be nice, if there were a possibility to create an dashboard-like site inside an Oxygen framework, which would be shown in Oxygen XML Author if there is no xml-document opened from the user. This dashboard could offer users ...
by stdu
Tue Apr 15, 2014 3:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Replacing characters in an "ask" editor variable
Replies: 10
Views: 6083

Re: Replacing characters in an "ask" editor variable

Hi Radu, sorry for the late reply - I was in holiday for the last two weeks. And, yes, that's right: we use it most of the times for attribute values. I've seen your update changelog from yesterday: Author/Form Controls: Entering XML reserved characters (&, <) in a form control that is editing t...
by stdu
Thu Mar 27, 2014 2:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Replacing characters in an "ask" editor variable
Replies: 10
Views: 6083

Re: Replacing characters in an "ask" editor variable

Hi Radu, thx for adding the feature request! That would be great! And you're right: we're using it as parameter passed to an Author Operation (SourroundWithFragment). At the moment I think, that all content in ask-Variables should be escaped, because it has to due to XML rules ... or is there any co...
by stdu
Wed Mar 26, 2014 4:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Replacing characters in an "ask" editor variable
Replies: 10
Views: 6083

Replacing characters in an "ask" editor variable

Hi! Were using the editor variable in our framwork (for Author 14.2) ${ask('Input URL', url, '')} to offer our users the possibility to inserts links in documents. Sometimes the URLs contains the character "&". If this is the case, the functions prohibit the insertion (due to XML rules...
by stdu
Tue Dec 17, 2013 1:52 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Additional Java operations for Oxygen XML frameworks availab
Replies: 0
Views: 2563

Additional Java operations for Oxygen XML frameworks availab

Dear Oxygen XML users, On https://github.com/telota/ediarum/tree/master/oxygen_java you can now download ediarum.jar - a package of currently nine Java operations which extends the out-of-the-box Java operations for actions in Oxygen XML frameworks - especially with operations for working with a cen...
by stdu
Tue Dec 10, 2013 5:12 pm
Forum: Common Problems
Topic: Hide report after opening an external tool
Replies: 1
Views: 1197

Hide report after opening an external tool

Hi, we're using the button "External tools" for opening a website in a browser from Oxygen. By clicking the button Oxygen displays in the bottom of the window a report like this: Started: "C:\Programme\Mozilla Firefox\firefox.exe" [...] Process ended with exit code: 1 All functio...
by stdu
Wed Sep 04, 2013 12:16 pm
Forum: SDK-API, Frameworks - Document Types
Topic: fontInherit in oxy_textfield doesn't work?!
Replies: 4
Views: 3265

Re: fontInherit in oxy_textfield doesn't work?!

Hi Alex, thanks for your reply and yes, I load the font via @font-face! By the way: it seems, that Oxygen XML 14.2 transform the sourcepath (or just the filename?) of a font in @font-face always in lowercase. So if you have @font-face { font-family: "Junicode"; src:url("http://www.you...
by stdu
Tue Sep 03, 2013 12:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: fontInherit in oxy_textfield doesn't work?!
Replies: 4
Views: 3265

fontInherit in oxy_textfield doesn't work?!

In Oxygen XML Author 14.2 I would like to use a special font for an oxy_textfield, but it seems, that the property "fontInherit" doesn't work. Or have I made a mistake in my CSS? msIdentifier repository { font-family: DejaVuSans; content: oxy_label(text,"Bibliothek*:",width,5em) ...
by stdu
Fri Aug 16, 2013 1:57 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Smart paste
Replies: 2
Views: 2195

Re: Smart paste

Hi Sorin, thanks for your hint - that helped! For the record and perhaps other users: it is also necessary to include the TEIP5ExtensionsBundle from tei.jar in the oxygen framework definition under Extensions > Extensions Bundle. After this you can use the smart paste function in your own framework....
by stdu
Wed Aug 07, 2013 2:40 pm
Forum: Common Problems
Topic: Little bug in outline view?
Replies: 2
Views: 1421

Little bug in outline view?

We have a XML structure like this: <div> <head> <persName>Friedrich</persName> <origDate>20 Juni 1880</origDate> <origPlace>Frankfurt</origPlace> </head> <div> <p>... some text ...</p> </div> </div> In the Authormode we would like to hide the element persName with CSS property "display: none;&q...
by stdu
Wed Aug 07, 2013 1:59 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Smart paste
Replies: 2
Views: 2195

Smart paste

Hi,

how can I adapt the smart paste function (copy & paste from MS Word and replacing elements at once) from the TEI P5 documenttype association in my own framework? I've already done this, but unfortunately I don't remember how...

Thx,
Stefan
by stdu
Mon Aug 05, 2013 2:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CSS property link is broken in Oxygen 15?
Replies: 5
Views: 3416

Re: CSS property link is broken in Oxygen 15?

Hi Alex,

the attribute @ziel is definitly present in the elements. The XML and CSS functions perfect in Oxygen XML Author 14.2 but not in version 15. I don't have any idea, whats going wrong.

Greets,
Stefan
by stdu
Fri Aug 02, 2013 6:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CSS property link is broken in Oxygen 15?
Replies: 5
Views: 3416

CSS property link is broken in Oxygen 15?

In a custom documenttype association we use the oxygen css property "link". In Oxygen Author 14.2 it functions but in 15 not: the cursor doesn't change by hover over the linked element and a click doesn't start anything. Is that a bug or have I overlooked something? CSS: ref:after { paddin...
by stdu
Mon Mar 25, 2013 5:45 pm
Forum: SDK-API, Frameworks - Document Types
Topic: "Overwriting" schema with document type association
Replies: 1
Views: 1862

"Overwriting" schema with document type association

In the document type association dialog I can add a schema, which is used by Oxygen when no schema ist detected in the xml document. Is there a way to bring Oxygen to use the schema in the document type association instead of the one, defined in the xml?

Greets & Thx,
Stefan
by stdu
Tue Mar 19, 2013 7:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Adjusting font-size in oxy_editor
Replies: 2
Views: 3223

Re: Adjusting font-size in oxy_editor

Thx for your reply, Adriana. That works fine!
Greets,
Stefan
by stdu
Tue Mar 19, 2013 5:20 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Adjusting font-size in oxy_editor
Replies: 2
Views: 3223

Adjusting font-size in oxy_editor

Hi, is there a possibility to adjust the font-size of the text displayed in a "oxygen formfield" in the author mode? Inserting the CSS property "font-size" affects only oxy_label, but not the text or attribut displayed (and editable) via oxy_editor or oxy_textfield. It would be n...
by stdu
Wed Sep 12, 2012 1:25 pm
Forum: TEI
Topic: Little Bug in TEIP5 changeAttributeOperation?
Replies: 3
Views: 8079

Re: Little Bug in TEIP5 changeAttributeOperation?

Annotation: Oxygen XML 14, latest version.
by stdu
Wed Sep 12, 2012 1:25 pm
Forum: TEI
Topic: Little Bug in TEIP5 changeAttributeOperation?
Replies: 3
Views: 8079

Little Bug in TEIP5 changeAttributeOperation?

I think, I found a little bug in the Java-Class: ro.sync.ecss.extensions.commons.operations.ChangeAttributeOperation If you set the attribute's namespace here (i.e. http://www.tei-c.org/ns/1.0), Oxygen shows up an error message: The attribute does not have a valid xml name: ":rend" A valid...
by stdu
Fri Aug 31, 2012 6:17 pm
Forum: Feature Request
Topic: CSS: "link" open in browser
Replies: 9
Views: 6462

Re: CSS: "link" open in browser

A little annotation: we also use the css "link" proporty to link to an index (register) in our exist-database. In this case, it is very comfortable, that the linked document (here: xml) opens in oxygen.
by stdu
Fri Aug 31, 2012 5:49 pm
Forum: Feature Request
Topic: CSS: "link" open in browser
Replies: 9
Views: 6462

Re: CSS: "link" open in browser

Hi Radu,

the documentation is on another server because this is an external service from another institution. We connect our exist-db via webdav.

Regards,
Stefan
by stdu
Thu Aug 30, 2012 1:18 pm
Forum: Feature Request
Topic: CSS: "link" open in browser
Replies: 9
Views: 6462

Re: CSS: "link" open in browser

Hi Radu, I have files in a remote exist-db with an value, which I inserted via CSS in an URL. Like: element:after { link: "http://www.exmaple.com" attr(corresp) ".html"; } Oxygen loads the document and open it in text mode. I have Windows XP, the system default browser for .html ...
by stdu
Thu Aug 30, 2012 12:08 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problems with frameworks in Oxygen 14
Replies: 17
Views: 10370

Re: Problems with frameworks in Oxygen 14

Hi Alex, thanks for your reply - I didn't know, that Oxygen checks only each fourth application launch for updates. That's okay, but an update policy would be useful: when I launch a new version of a framework, I inform normaly all users per mail and perhaps it is better, when the users get the next...
by stdu
Thu Aug 30, 2012 12:00 pm
Forum: Feature Request
Topic: CSS: "link" open in browser
Replies: 9
Views: 6462

CSS: "link" open in browser

Just an little idea: it would be nice, if your "link"-property in CSS would have an optional attribute like "browser", which forces the link to open in the browser (perhaps the default browser as defined in preferences) instead of opening in Oxygen. This would be very useful for ...