Search found 16 matches

by ArbitraryName
Fri Jun 03, 2016 6:55 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: When do XREFs style as broken?
Replies: 3
Views: 2064

Re: When do XREFs style as broken?

Thanks Radu.

Is there a way for us to kick off that full validation? Like could we create a button in our framework that did xref validation?

Wes
by ArbitraryName
Fri Jun 03, 2016 3:00 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: When do XREFs style as broken?
Replies: 3
Views: 2064

When do XREFs style as broken?

I am noticing some strange behavior in XREF validation inside of oXygen. (Note I am working with internal references) It seems that some complex, large topics, which have broken XREFs style those as red saying "REFERENCED ID PATH....NOT VALID". To me, this is a great feature. However, I wa...
by ArbitraryName
Mon Mar 23, 2015 8:50 pm
Forum: XSLT and FOP
Topic: HTTP - Client
Replies: 3
Views: 3347

HTTP - Client

Has anyone integrated the usage of the expath extension HTTP-Client? I have a requirement to query to a protected service that sits behind an HTTP Basic Authentication wall. As far as I can tell, this EXPATH extension is the only thing in the XSLT space that does this. Most unfortunately, I have no ...
by ArbitraryName
Thu Feb 19, 2015 11:35 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Identifying the Version Running
Replies: 4
Views: 2985

Re: Identifying the Version Running

Correction, it is not working in oxygen editor* but is in author and descriptor.
by ArbitraryName
Thu Feb 19, 2015 11:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Identifying the Version Running
Replies: 4
Views: 2985

Re: Identifying the Version Running

Thanks that is great!

However it appears to not be set for me in developer... Although in author it has the value I expected (from your options) I am not seeing anything in Oxygen Developer.

Do you know why that would be?
by ArbitraryName
Thu Feb 19, 2015 3:23 am
Forum: SDK-API, Frameworks - Document Types
Topic: Identifying the Version Running
Replies: 4
Views: 2985

Identifying the Version Running

Hello All,

I am wondering if there is some static property I can access from the plugin workspace which will tell me if the user is in oxygen Author, developer etc.

Thanks!

AN
by ArbitraryName
Wed Oct 29, 2014 5:05 pm
Forum: Other Issues
Topic: PDF graphics in Author mode rendered poorly
Replies: 2
Views: 1575

Re: PDF graphics in Author mode rendered poorly

Thanks Radu. I'll try to get clearance to send a sample PDF and a screenshot of what I see over today.

AN
by ArbitraryName
Wed Oct 29, 2014 12:56 am
Forum: Other Issues
Topic: PDF graphics in Author mode rendered poorly
Replies: 2
Views: 1575

PDF graphics in Author mode rendered poorly

I am displaying PDF graphics in Author view with PDFBox however there appears to be some level compression applied as the rendered graphics are of horrible quality. Is there any way for me to impact the quality of PDFs displayed in Author view?

Thanks,

AN
by ArbitraryName
Wed Oct 22, 2014 5:40 pm
Forum: SDK-API, Frameworks - Document Types
Topic: ExtensionsBundle activating twice with changePage()
Replies: 3
Views: 2528

Re: ExtensionsBundle activating twice with changePage()

Thanks Radu. The code in the AuthorExtensionStateListener activated is needed to run the first time every document is opened. Our documents contain some reference data which may have changed since the last time a user opened the document and this process ensures it is updated. From what I have seen ...
by ArbitraryName
Wed Oct 22, 2014 12:51 am
Forum: SDK-API, Frameworks - Document Types
Topic: ExtensionsBundle activating twice with changePage()
Replies: 3
Views: 2528

ExtensionsBundle activating twice with changePage()

I have the following code in my WorkspaceAccessPluginExtension to force the initial opening of a document into AuthorMode to ensure that some processing accomplished in the AuthorExtensionStateListener is performed. From a user perspective everything appears to function fine. When I look at the logg...
by ArbitraryName
Tue Oct 21, 2014 5:43 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Styling in textual data via CSS and REST
Replies: 3
Views: 2799

Re: Styling in textual data via CSS and REST

Ok awesome; both of those seem like feasible solutions. To clear up our use case, our XML has a UUID which also has a name. However, those names can change outside of the XML, so we want to 'resolve' the UUID into the name and then display those to the author. The second option, where we implement o...
by ArbitraryName
Tue Oct 21, 2014 1:54 am
Forum: SDK-API, Frameworks - Document Types
Topic: Styling in textual data via CSS and REST
Replies: 3
Views: 2799

Styling in textual data via CSS and REST

Hello, We have been leveraging the binary content styling for images quite heavily and it has been very useful. We are now hoping there is a CSS call which will allow us to contact a restful webservice to get back some information, and then seed that into our author views. Is there a way, similar to...
by ArbitraryName
Mon Oct 06, 2014 11:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Possible to determine available attributes on not yet insert
Replies: 1
Views: 1836

Possible to determine available attributes on not yet insert

I am looking to create a generic UI where it would be useful for me to be able to determine the possible attributes on a given element about to be inserted. It looks like AuthorSchemaManager has some useful functions that apply to elements already existing in a document, but I need to introspect the...
by ArbitraryName
Fri Sep 05, 2014 10:18 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customization of window layout and toolbar buttons
Replies: 18
Views: 9658

Re: Customization of window layout and toolbar buttons

Thank you Radu! Another follow on question. I would assume the user could still impose their own layout? Or will the login constantly overwrite their settings? And is there any good way to disable features from the Window>Show View option. There are some features we never want on and are curious if ...
by ArbitraryName
Thu Sep 04, 2014 9:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customization of window layout and toolbar buttons
Replies: 18
Views: 9658

Re: Customization of window layout and toolbar buttons

So if I am reading this correctly...

You can create a layout properties file, enabling and disabling different features, and then set that progomatically via a plugin?
by ArbitraryName
Tue Aug 05, 2014 8:53 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Static Get Author Access
Replies: 1
Views: 1903

Static Get Author Access

Hello, I am pretty new to development in oxygen. Sorry if this question is shockingly naïve. I have been working with a framework plugin and passing in the author access by implementing the 'AuthorOperation' interface and passing in the active AuthorAccess object. This is working pretty well but cor...