Search found 124 matches

by sebastienlavandier
Wed Mar 23, 2016 4:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Do you know if a method exist to be informed that Oxygen start-up is really finished ?
Replies: 8
Views: 3761

Re: Do you know if a method exist to be informed that Oxygen start-up is really finished ?

Hi Radu, I Send to you the stacktrace : L'application a détecté une erreur qui n'est pas traitée automatiquement. Il est possible que cette erreur ne soit pas critique et que l'application puisse continuer à fonctionner normalement, mais notre recommandation est de signaler l'erreur et redémarrer l'...
by sebastienlavandier
Wed Mar 23, 2016 1:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Do you know if a method exist to be informed that Oxygen start-up is really finished ?
Replies: 8
Views: 3761

Do you know if a method exist to be informed that Oxygen start-up is really finished ?

Hi, I receive a nullPointerException from Oxygen, when I try to make a PluginWorkspaceProvider.getPluginWorkspace().open("projectFile.xpr") on my custom WorkspaceAccessPluginExtension on applicationstarted() method. I think Oxygen is not really started... When Oxygen start-up is really fin...
by sebastienlavandier
Fri Mar 18, 2016 6:59 pm
Forum: SDK-API, Frameworks - Document Types
Topic: What is the best way to manage profiling attribute, global options, custom options ?
Replies: 3
Views: 2586

Re: What is the best way to manage profiling attribute, global options, custom options ?

Hi Radu, Thank you for your answer, but when I update global options by import or set global options, user lost his custom profiling attributes (don't come from CMS). But If you say is it possible to add new profiling attributes by this way. I'm ok ! I think isn't possible, so that why I think proje...
by sebastienlavandier
Fri Mar 18, 2016 4:20 pm
Forum: SDK-API, Frameworks - Document Types
Topic: What is the best way to manage profiling attribute, global options, custom options ?
Replies: 3
Views: 2586

What is the best way to manage profiling attribute, global options, custom options ?

Hi, I develop a CMS Plugin for Oxygen Author, to work with DITA filesa and a CMS. When my custom plugin is started, I must use custom options like user 'login', 'password', etc... to connect user to the CMS. This informations is actualy managed by pluginWorkspace.getOptionsStorage().setOption(KEY_LO...
by sebastienlavandier
Thu Mar 10, 2016 11:30 am
Forum: SDK-API, Frameworks - Document Types
Topic: Is it possible to avoid deleting XML balises from the Author view?
Replies: 1
Views: 2009

Is it possible to avoid deleting XML balises from the Author view?

Hi,

I'm working on oxygen author component, and I want to know if it's possible to avoid deleting XML balises from the Author view?

I want that users could delete text (content), and couldn't delete xml fragment.

Thanks for your help.
Sébastien.L
by sebastienlavandier
Wed Mar 09, 2016 1:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to set map title to root map field
Replies: 3
Views: 2745

Re: How to set map title to root map field

Hi Alex,

If you can do that for a next version, I take it.
Thanks you for your answer.
Have a nice day.
Sébastien.L
by sebastienlavandier
Tue Mar 08, 2016 5:50 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to set map title to root map field
Replies: 3
Views: 2745

How to set map title to root map field

Hi,

I want to know if it's possible by using API or other thing to set selected map title in root map field (in DitaMaps Manager) ?

Thanks in advance for your help.
Sébastien.L
by sebastienlavandier
Tue Mar 08, 2016 4:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Do a contextual InputURLChooser actions list
Replies: 3
Views: 2363

Re: Do a contextual InputURLChooser actions list

Hi Radu,

Thank you for your answer.
But this mehod (getContextDescription()) is only set for "DITA_Maps_Manager/Open".
The others are null.
So, this solves only one of my problems...

Do you have an other idea ?

Thanks in advance for your help.

Sébastien.L
by sebastienlavandier
Tue Mar 08, 2016 3:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Do a contextual InputURLChooser actions list
Replies: 3
Views: 2363

Do a contextual InputURLChooser actions list

Hi, I develop a CMS Oxygen Plugin to work with Dita documents. I added some actions in existing browse actions list. public class CustomInputURLChooser implements InputURLChooserCustomizer { @Override public void customizeBrowseActions(List<Action> existingBrowseActions, InputURLChooser chooser) { /...
by sebastienlavandier
Tue Dec 01, 2015 11:43 am
Forum: Common Problems
Topic: How to enable logging for plugins
Replies: 4
Views: 3955

How to customized Oxygen log file

Hello, I developed an Oxygen plugin, and now, I want to add my own logs to the oxygen log file (OXYGEN_DIR/output.log). I added a log4j.properties file in my plugin project with a specific log4j.category to log my own plugin project logs. Great ! My plugin logs are added to the Oxygen log file. I pr...
by sebastienlavandier
Fri Nov 06, 2015 12:30 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Style filter on dita maps manager
Replies: 5
Views: 2953

Re: Style filter on dita maps manager

Hi Radu, No I don't use Author Component SDK on this project. Just I extending Oxygen XML Author to build a Custom CMS Plugins. So I use PluginWorkspaceProvider.getPluginWorkspace() to access to the plugin workspace provider. When I use PluginWorkspaceProvider.getPluginWorkspace().addTopicRefTargetI...
by sebastienlavandier
Thu Nov 05, 2015 5:59 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Style filter on dita maps manager
Replies: 5
Views: 2953

Re: Style filter on dita maps manager

Hello, I think I must to be more explicit... So, by default each topic title appear on dita maps manager. Just I want to add an information (linked to the topic content) after each topic title on the ditamaps manager. Maybe I find a better solution... but I need help to finalize. I'm implementing a ...
by sebastienlavandier
Wed Nov 04, 2015 4:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Style filter on dita maps manager
Replies: 5
Views: 2953

Style filter on dita maps manager

Hello,

Is it possible to make an style filter plugin to customized DitaMaps Manager node.

Thanks in advance for your help.
Sébastien.L
by sebastienlavandier
Fri Oct 09, 2015 11:50 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Edit Profiling Attributes Interface extension
Replies: 1
Views: 1335

Edit Profiling Attributes Interface extension

Hello,

I want to know if it's possible to access to the edit profiling attribute dialog box ?
Maybe by the API ?

I want to add another checkbox, juste beside each one attributes (for indicate "that is not include")

Thanks in advance for you help.
Sébastien.L
by sebastienlavandier
Wed Sep 23, 2015 11:26 am
Forum: SDK-API, Frameworks - Document Types
Topic: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.
Replies: 5
Views: 4312

Re: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.

Hello Alex, Yes, a new editor will be opened. What the custom protocol does behind scenes is transparent for the user. The user will see this file as being cproto://1_14_5_546953_0_5.dita. Is this a problem? Would you like to create a local copy of cproto://1_14_5_546953_0_5.dita and open that inste...
by sebastienlavandier
Tue Sep 22, 2015 5:42 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.
Replies: 5
Views: 4312

Re: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.

Hello Alew, In the same way, when a dita document is open. I choose to add a conref in this document, to a CMS document's. Then, when I click on this conref="cproto://1_14_5_546953_0_5.dita#topicId", my custom protocole is used, to retrieve content. But the second document is open in a new...
by sebastienlavandier
Tue Sep 22, 2015 1:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.
Replies: 5
Views: 4312

CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.

Hello, First, CMS Integration plugin documentation is really great made ! :D I implemented a custom ProtocolChooserExtension to select a remote CMS document. I also implemented a custom ProtocolURLHandlerExtension to retrieve the remote content of the select CMS document (Example: http://localhost:8...
by sebastienlavandier
Wed Sep 16, 2015 4:15 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Set GRID page not editable
Replies: 2
Views: 2048

Re: Set GRID page not editable

It works.
It's a solution.
Thanks for you your help.

Sébastien.L
by sebastienlavandier
Wed Sep 16, 2015 12:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Change Editor tab foregroung/background color
Replies: 1
Views: 2021

Change Editor tab foregroung/background color

Hello,

I want to know if is it possible to change something like foreground color or background color of an editorTab ?
That is for detect more easily which editor Tab is editable or not.

Thanks in advance for your help.
Sébastien.L
by sebastienlavandier
Mon Sep 14, 2015 10:51 am
Forum: SDK-API, Frameworks - Document Types
Topic: WebdavHttpURLConnection vs HttpURLConnection
Replies: 1
Views: 1823

WebdavHttpURLConnection vs HttpURLConnection

Hello, I am currently developing an Oxygen Author CMS plugin, and I use web services to communicate with the CMS. More precisely, I use "Spring Rest Template client" for communicate with the CMS. And I have some strange behavior with this web services... For example, I implemented a unit t...
by sebastienlavandier
Thu Sep 10, 2015 6:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Set GRID page not editable
Replies: 2
Views: 2048

Set GRID page not editable

Hello, I want to know how I must cast the editorAccess.getCurrentPage() to set grid page not editable ? if (url != null) { final boolean isEditable = EditorTabsMap.getInstance().get(url).isEditable(); WSEditor editorAccess = pluginWorkspaceAccess.getEditorAccess(url, PluginWorkspace.MAIN_EDITING_ARE...
by sebastienlavandier
Fri Jun 12, 2015 12:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Since V17, API send an empty review toolbar
Replies: 3
Views: 2710

Since V17, API send an empty review toolbar

Hi,

Since V17, the createReviewToolbar API method send an empty JToolBar.
Before that, createReviewToolbar method returned a complete review toolbar.

Do you know that ?
Now, how we can do to generate this toolbar ?

Thanks in advance for your help.

Sébastien.L
by sebastienlavandier
Tue Jun 09, 2015 11:43 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen & Author componenet: not the same rendering
Replies: 12
Views: 5721

Re: Oxygen & Author componenet: not the same rendering

Hi Radu,

How should be the options.xml file format ?
Could you send me an exemple ?

thanks in advance.
Sébastien.L
by sebastienlavandier
Tue Jun 09, 2015 11:16 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen & Author componenet: not the same rendering
Replies: 12
Views: 5721

Re: Oxygen & Author componenet: not the same rendering

Hi Radu,

No, since Oxygen 14.2 we used an options.xml to change some options in our application.

Sébastien.L
by sebastienlavandier
Tue Jun 09, 2015 10:12 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen & Author componenet: not the same rendering
Replies: 12
Views: 5721

Oxygen & Author componenet: not the same rendering

Hi, I don't find why but I didn't have same rendering in author view, when I use the same framework package between Oxygen 16.1 and Author component 16.1. Empty nodes seems to be diplayed in block and not. It's not a CSS issue because the same CSS files are used. First I had reset global options on ...
by sebastienlavandier
Fri Nov 28, 2014 11:31 am
Forum: SDK-API, Frameworks - Document Types
Topic: Is it possible to use Ms WOrd Spell checker with Author comp
Replies: 1
Views: 1865

Is it possible to use Ms WOrd Spell checker with Author comp

Hello,

I want to know if is it possible to use the Ms Word spell checker with the Oxygen Author component 14.2 ?
Thanks in advance for your answer.

Sébastien