Search found 9055 matches

by Radu
Tue Jul 10, 2012 5:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: author mode codeblock / coderef in dita
Replies: 3
Views: 3430

Re: author mode codeblock / coderef in dita

Hi,

Oxygen 14.0 which was released a couple of weeks ago should insert a coderef when dragging files in a codeblock.

Regards,
Radu
by Radu
Tue Jul 10, 2012 5:02 pm
Forum: Common Problems
Topic: Validation error when conref pushreplacing specialization of an element
Replies: 4
Views: 2448

Re: Validation error when conref pushreplacing specialization of an element

Hi Andy,

Oxygen 14.0 which was released a couple of weeks ago fixed the problem reported in the Author page.
As for the publishing problem, probably Oxygen 14.1 will come with DITA OT 1.6.1 which will fix this second problem.

Regards,
Radu
by Radu
Tue Jul 10, 2012 4:50 pm
Forum: Common Problems
Topic: Show Definition cannot find definition
Replies: 4
Views: 3138

Re: Show Definition cannot find definition

Hi,

Oxygen 14.0 which was released a couple of weeks ago should have this issue fixed.

Regards,
Radu
by Radu
Tue Jul 10, 2012 4:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Sync Problem Building DITA Book from Exist Data Source
Replies: 3
Views: 3004

Re: Sync Problem Building DITA Book from Exist Data Source

Hi Brian,

Oxygen 14.0 was released a couple of weeks ago and should have this issue fixed.

Regards,
Radu
by Radu
Tue Jul 10, 2012 4:31 pm
Forum: Common Problems
Topic: Equation as Image
Replies: 3
Views: 1732

Re: Equation as Image

Hi,

Oxygen 14.0 which was released a couple of weeks ago should allow the possibility to view in the Author page the TIFF preview from an EPS image:

http://www.oxygenxml.com/doc/ug-oxygen/ ... pport.html

Regards,
Radu
by Radu
Tue Jul 10, 2012 4:29 pm
Forum: Feature Request
Topic: Values in XPath results as separate column
Replies: 11
Views: 9590

Re: Values in XPath results as separate column

Hi,

In Oxygen 14.0 which was released a couple of weeks ago the results presented for an XPath evaluation have an extra XPath location column.

Regards,
Radu
by Radu
Mon Jul 09, 2012 10:52 am
Forum: Other Issues
Topic: Printing a document within author applet
Replies: 5
Views: 2001

Re: Printing a document within author applet

Hi Neil, Ideally I think that if you would be using in your CSS constructs like: @media print { *{ font-size:10px; } } These "print" media sections would have to be ignore when the XML document is edited but taken into account when the document is printed (this is the way in which a web br...
by Radu
Fri Jul 06, 2012 5:28 pm
Forum: Common Problems
Topic: Quotation marks
Replies: 10
Views: 4585

Re: Quotation marks

Hi Stefan, It's great that you shared this easier and more robust solution with us, indeed word processors seem to work this way. We plan to implement this feature ourselves in the near future and it helps. Probably the only addition would be that if you are exactly at the start of a paragraph (and ...
by Radu
Fri Jul 06, 2012 4:56 pm
Forum: Common Problems
Topic: Default Validation Scenarios in Framework issue
Replies: 4
Views: 1928

Re: Default Validation Scenarios in Framework issue

Hi Daniel,

Could you send to our support email address (support@oxygenxml.com) the framework configuration file (with the ".framework" extension) which is part of the framework folder delivered to the end users?
Are the users using Oxygen standalone or web applet versions?

Regards,
Radu
by Radu
Fri Jul 06, 2012 4:45 pm
Forum: Common Problems
Topic: Default Validation Scenarios in Framework issue
Replies: 4
Views: 1928

Re: Default Validation Scenarios in Framework issue

Hi Daniel, In Oxygen 14 (applet included) a document type can have more than one default validation scenarios which are applied for validation (you can tick multiple checkboxes). This means that there was a slight change in the way in which the default scenario information is stored in the ".fr...
by Radu
Fri Jul 06, 2012 8:52 am
Forum: Other Issues
Topic: How to change default image viewer in Mac OSX
Replies: 2
Views: 1844

Re: How to change default image viewer in Mac OSX

Hi, Basically when double clicking the image in the Author page Oxygen will try to open the default application which is associated with the image extension. On what operating system are you working? If you double click the image in your file explorer (Windows Explorer on Windows or Finder on Mac or...
by Radu
Thu Jul 05, 2012 10:54 am
Forum: Other Issues
Topic: Preventing Invalid Xml
Replies: 16
Views: 6715

Re: Preventing Invalid Xml

Hi Neil, Basically the Javadoc for the method's return type is like this: @return <code>true</code> if the event was handled. So if you return false it basically means you are not interested in the event and the default processing should be performed. In your case when you want to prevent an edit, y...
by Radu
Wed Jul 04, 2012 5:21 pm
Forum: Common Problems
Topic: Customizing tags in the Author?
Replies: 12
Views: 6396

Re: Customizing tags in the Author?

Hi Simon,

I cannot make any promises yet but I'll update this thread when we reach a conclusion.

Regards,
Radu
by Radu
Wed Jul 04, 2012 4:42 pm
Forum: Other Issues
Topic: Preventing Invalid Xml
Replies: 16
Views: 6715

Re: Preventing Invalid Xml

An alternative to use when trying to perform custom functionality when text is inserted/deleted would be to implement a "ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter". You can look at the Java source for the "ro.sync.ecss.extensions.dita.DITASchemaAwareEditingHan...
by Radu
Wed Jul 04, 2012 4:15 pm
Forum: Other Issues
Topic: Preventing Invalid Xml
Replies: 16
Views: 6715

Re: Preventing Invalid Xml

Hi, Is there a way of restricting the Author application to only allow actions which pass a given Schema (similar to what happens with the copy and paste actions)? So that we don’t have to code all the data model restrictions? No, currently only the insert operations are schema aware. Maybe in a fut...
by Radu
Wed Jul 04, 2012 1:46 pm
Forum: Other Issues
Topic: Insert Link action
Replies: 7
Views: 3871

Re: Insert Link action

Hi Mike, I only said the issue was scheduled for version 14. We have lots of issues which we want to complete in each release and most of the times there is not enough time to fix part of them. I will only say that a feature will be available in a certain release if it has already been fixed. Could ...
by Radu
Wed Jul 04, 2012 11:10 am
Forum: Other Issues
Topic: Programmatically set the font for text editor.
Replies: 3
Views: 1697

Re: Programmatically set the font for text editor.

Hi Daniel, In this case, the only viable alternative I can think of would be to distribute along with the Oxygen plugin a custom set of default Oxygen preferences like described here: http://www.oxygenxml.com/doc/ug-editorEclipse/index.html?q=/doc/ug-editorEclipse/topics/default-options.html Regards...
by Radu
Tue Jul 03, 2012 5:04 pm
Forum: Other Issues
Topic: Programmatically set the font for text editor.
Replies: 3
Views: 1697

Re: Programmatically set the font for text editor.

Hi Daniel, The simplest override would be to specify in the CSS file used to render the XML document in the Author page a different font family (or font size) using code like: *{ font-family:Arial; font-size:16px; } Whatever exists in the CSS specification for defining font families, sizes, should w...
by Radu
Tue Jul 03, 2012 2:45 pm
Forum: Other Issues
Topic: Preventing content insertion
Replies: 1
Views: 1004

Re: Preventing content insertion

Hi Neil, We have an API method like: AuthorDocumentController.setDocumentFilter(AuthorDocumentFilter) and in the filter you can overwrite the method: AuthorDocumentFilter.insertText(AuthorDocumentFilterBypass, int, String) You can check which AuthorNode contains the offset: AuthorDocumentController....
by Radu
Tue Jul 03, 2012 10:44 am
Forum: Other Issues
Topic: Dnd of Tag Elements
Replies: 27
Views: 10286

Re: Dnd of Tag Elements

Hi Simon, This was not implemented in 14.0. I cannot tell you a precise timeline for this because it implies a lot of modifications and architecture changes on our side. Is it maybe possible for us, as customers, to see the state of certain improvement requests, like the one concerning the org.eclip...
by Radu
Mon Jul 02, 2012 11:46 am
Forum: Common Problems
Topic: Customizing tags in the Author?
Replies: 12
Views: 6396

Re: Customizing tags in the Author?

Hi Simon, No, sorry. We have a lot of things to do and it's a very tough call to decide which issue gets done and on what version. Right now the issue is scheduled for version 14.2 (maybe in 6 months or so). I will contact you directly when it becomes available. How urgent is this to you? So you jus...
by Radu
Thu Jun 28, 2012 10:36 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Has anyone got DITA-OT 1.6 working yet?
Replies: 2
Views: 2240

Re: Has anyone got DITA-OT 1.6 working yet?

Hi,

Please see this Oxygen Users List thread:

http://www.oxygenxml.com/pipermail/oxyg ... 04192.html

Oxygen 14 (which has just been released) already has the libraries order changed in the default libraries list.

Regards,
Radu
by Radu
Thu Jun 28, 2012 10:24 am
Forum: Common Problems
Topic: Disable indention feature in author mode
Replies: 16
Views: 16802

Re: Disable indention feature in author mode

Hi Jarno, The default behavior of Oxygen, specified in the Preferences->"Editor / Edit modes / Author" page is to "Format and indent - only the modified content". So if this option is checked for you only the edited shortdesc should be indented and line wrapped when you save the ...
by Radu
Wed Jun 27, 2012 3:00 pm
Forum: Other Issues
Topic: Floating licence applet not working as expected
Replies: 2
Views: 1820

Re: Floating licence applet not working as expected

Hi Neil, I have a hunch why this warning is given: Fiddler has detected a protocol violation in session #2316. The Request's Host header did not match the URL's host component. URL Host: <user>:<password>@ukmy-nfs-02.smg-uk.com:8080 Header Host: ukmy-nfs-02.smg-uk.com:8080 and we can fix this on our...
by Radu
Wed Jun 27, 2012 11:57 am
Forum: Other Issues
Topic: Floating licence applet not working as expected
Replies: 2
Views: 1820

Re: Floating licence applet not working as expected

Hi Neil, Quick answer to second problem, I'll be thinking a little longer on the first one: The other problem I have is I've tried to revert to the evaluation license because I have a demonstration this morning and it still trys to get a license from the server. Follow step number (4) from this proc...
by Radu
Tue Jun 26, 2012 9:52 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Resource-only topics publishing in TOCJS output
Replies: 3
Views: 2711

Re: Resource-only topics publishing in TOCJS output

Hi Heather,

I also added an issue for this on the DITA OT bugs list:

https://github.com/dita-ot/dita-ot/issues/1311

Regards,
Radu
by Radu
Tue Jun 26, 2012 9:47 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Resource-only topics publishing in TOCJS output
Replies: 3
Views: 2711

Re: Resource-only topics publishing in TOCJS output

Hi Heather, This looks like a bug in the TOCJS plugin which is not that well maintained by the DITA Open Toolkit. Looking in this stylesheet: OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/demo/tocjs/xsl/topicref.xsl at this xsl:template: <xsl:template match="*[contains(@class, ' map/topicref ')]&q...
by Radu
Tue Jun 26, 2012 9:05 am
Forum: Common Problems
Topic: Validation of TEI files
Replies: 1
Views: 2126

Re: Validation of TEI files

Hello Martin, Oxygen has a view called Properties which can be opened from the menu Window->Show View . This view shows a lot of interesting details about the current document like the used document type and the used schema so it's good for debugging such situations. When a TEI document does not exp...
by Radu
Mon Jun 25, 2012 12:16 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: apiref specialization
Replies: 8
Views: 5183

Re: apiref specialization

Hi, So the first step (which you've already done) would have been to: Download the apiref plugin from: http://sourceforge.net/projects/dita-ot/files/Plug-in_%20apiref/ and the javaapiref plugin from: http://sourceforge.net/projects/dita-ot/files/Plug-in_%20javaapiref/ and adding them as plugins in t...
by Radu
Fri Jun 22, 2012 2:27 pm
Forum: Other Issues
Topic: Collapsible navigation tree
Replies: 5
Views: 2644

Re: Collapsible navigation tree

Hi Heather, Oxygen uses the DITA Open Toolkit to publish DITA content to various output sources. One of the plugins in the DITA OT is indeed this plugin called TOCJS which generates the TOC as a Javascript tree. There are two possibilities: 1) The DITA OT generated the "toctree.js" file in...