Search found 124 matches

by sebastienlavandier
Fri Mar 15, 2013 4:18 pm
Forum: Common Problems
Topic: How to split the window in Author mode ?
Replies: 9
Views: 3878

Re: How to split the window in Author mode ?

Hi,

I saw that a new version 14.2 was now available.
With this new version, is it possible to split windows in Author mode ?

I want implement this part with the author component.
How I can do that ?

Thanks in advance for your help.
Regards
by sebastienlavandier
Mon Dec 03, 2012 1:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problem with href in the author component
Replies: 5
Views: 3403

Re: Problem with href in the author component

Hello Radu thank you again for your help. Now, it works well ! I just replaced .load() by .showLocation() on : factory.setOpenURLHandler(new OpenURLHandler() { public void handleOpenURL(URL arg0) throws IOException { try { //authorComponent.load(arg0, null); authorComponent.showLocation(arg0); } cat...
by sebastienlavandier
Tue Nov 27, 2012 11:21 am
Forum: SDK-API, Frameworks - Document Types
Topic: Problem with href in the author component
Replies: 5
Views: 3403

Problem with href in the author component

Hello, I have a problem when I click on an href in the Author component. When I try this xml fragment in the Author component, and when i click on the href, the linked CSS is lost with the message "Cannot load the associatee CSS file(s). The error was : No CSS file specified ! ... Yet the sames...
by sebastienlavandier
Thu Nov 15, 2012 1:30 pm
Forum: Other Issues
Topic: how can I get the position (line, column) from an XPath?
Replies: 14
Views: 7463

Re: how can I get the position (line, column) from an XPath?

If you create an AuthorDocumentPositionedInfo over an AuthorNode then the given node will be automatically underlined in the author page. Why do you need to map that node into a line and column? Hi Alex, But unfortunately, the node is not automatically underlined ! For do that, the line, column and...
by sebastienlavandier
Wed Nov 14, 2012 6:19 pm
Forum: Other Issues
Topic: how can I get the position (line, column) from an XPath?
Replies: 14
Views: 7463

Re: how can I get the position (line, column) from an XPath?

Just I want to set the line and the column number in AuthorDocumentPositionedInfo.
But how I can obtain those informations from an AuthorNode object ?

Thanks in advance for your answer.
Regards.
by sebastienlavandier
Wed Nov 14, 2012 5:47 pm
Forum: Other Issues
Topic: how can I get the position (line, column) from an XPath?
Replies: 14
Views: 7463

Re: how can I get the position (line, column) from an XPath?

Hi Radu,
Thanks for your answer.
It's implemented and it's works well !

And now, how I can underline the error in the author page ?
Do you have an idea ?

thanks in advance for your answer.
by sebastienlavandier
Wed Nov 14, 2012 4:52 pm
Forum: Other Issues
Topic: how can I get the position (line, column) from an XPath?
Replies: 14
Views: 7463

Re: how can I get the position (line, column) from an XPath?

Hi Radu,

Thanks for your answer.
But the new class "AuthorDocumentPositionedInfo" isn't registered in the Oxygen javadoc.
That is difficult to implement without him.
Do you have more informations for me about the constructor ?
Regards.
by sebastienlavandier
Wed Oct 10, 2012 3:46 pm
Forum: Other Issues
Topic: Hide column at jxtable creation
Replies: 4
Views: 2638

Re: Hide column at jxtable creation

Thanks you Radu.
by sebastienlavandier
Mon Oct 01, 2012 1:26 pm
Forum: Other Issues
Topic: Hide column at jxtable creation
Replies: 4
Views: 2638

Re: Hide column at jxtable creation

Thanks, but I want to know how hide some columns by using "ViewInfo" class. Because I create a table but after it's Oxygen that integrate this table in a component "ViewComponentCustomizer", like Jide component. JXtable doesn't offer the posibilities to hide columns. But the Oxyg...
by sebastienlavandier
Mon Oct 01, 2012 11:53 am
Forum: Other Issues
Topic: Hide column at jxtable creation
Replies: 4
Views: 2638

Hide column at jxtable creation

Hello,

I have create a customized plugin which contains a JXTable. I want to know how I can hide some columns by defaut (when the view is created) like it's possible manually.

Thanks in advance for your answer.
Sébastien.
by sebastienlavandier
Fri Sep 21, 2012 11:38 am
Forum: Other Issues
Topic: List of functionality covered for the implementation of Oxygen author.
Replies: 11
Views: 3868

Re: List of functionality covered for the implementation of Oxygen author.

Hello, I'm surprised I don't have access to the validate button in the toolbar (by using the component) and however it's write in the F.A.Q : " You can mount on your custom toolbar all actions available in the standalone Oxygen application for editing in the Author page. This includes custom ac...
by sebastienlavandier
Thu Sep 20, 2012 5:39 pm
Forum: Other Issues
Topic: List of functionality covered for the implementation of Oxygen author.
Replies: 11
Views: 3868

Re: List of functionality covered for the implementation of Oxygen author.

Hello,

What do you want to say by "The Author Component is limited to creating Author pages" ?
We can't, or we can create a limited number of pages ?

Regards.
Sébastien
by sebastienlavandier
Thu Sep 20, 2012 9:48 am
Forum: Common Problems
Topic: How to split the window in Author mode ?
Replies: 9
Views: 3878

Re: How to split the window in Author mode ?

Thanks for your answer.
Regards
Sébastien.
by sebastienlavandier
Tue Sep 18, 2012 6:06 pm
Forum: Other Issues
Topic: List of functionality covered for the implementation of Oxygen author.
Replies: 11
Views: 3868

Re: List of functionality covered for the implementation of Oxygen author.

Thank you, Radu, for your quick answer, but I don't know yet what is the best solution. I think we have found a solution to manage the multiple xml documents (maybe with the same component that Oxyen use) and we don't want create xml documents from our application but only edit them in the Author vi...
by sebastienlavandier
Tue Sep 18, 2012 4:42 pm
Forum: Other Issues
Topic: List of functionality covered for the implementation of Oxygen author.
Replies: 11
Views: 3868

List of functionality covered for the implementation of Oxygen author.

Hello, For my project, I don't know yet if I must develop a plugin for the Oxygen author, or use an applet, or use the Oxygen component in a swing application. So, I want to know if it exist a list of functionality cover for each case ? And where I can find it. Thanks in advance for your answer. Reg...
by sebastienlavandier
Fri Sep 07, 2012 2:55 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How I can copy-paste an Exce table to Oxygen Author ?
Replies: 2
Views: 3363

Re: How I can copy-paste an Exce table to Oxygen Author ?

Hello Radu,
Thanks you very much for your answer. That work very well !

Best Regards.
by sebastienlavandier
Thu Sep 06, 2012 5:22 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How I can copy-paste an Exce table to Oxygen Author ?
Replies: 2
Views: 3363

How I can copy-paste an Exce table to Oxygen Author ?

Hello, In using the DITA framework, we can copy-paste a table from Excel (or other) in a xml document, and Oxygen create automaticaly the xml fragments to create a table with the datas. How I can do the same thinks in my customized framework ? Do you have an idea ? Thanks in advance for your answer....
by sebastienlavandier
Thu Sep 06, 2012 4:52 pm
Forum: Common Problems
Topic: Is it possible to reduce the xml fragments in Author mode ?
Replies: 4
Views: 1919

Re: Is it possible to reduce the xml fragments in Author mode ?

Thank you for your answer.
Regards
Sébastien
by sebastienlavandier
Thu Sep 06, 2012 9:36 am
Forum: Common Problems
Topic: Is it possible to reduce the xml fragments in Author mode ?
Replies: 4
Views: 1919

Re: Is it possible to reduce the xml fragments in Author mode ?

Hi Radu,

I want to know if it's possible to fold some xml fragement in the Author mode like it's made in the editor mode.
In the editor mode, you can make a click on a left column (between the xml line and the line number), for to fold some lines.

I hope I'm more explicit.
Best regards
by sebastienlavandier
Wed Sep 05, 2012 6:11 pm
Forum: Common Problems
Topic: Is it possible to reduce the xml fragments in Author mode ?
Replies: 4
Views: 1919

Is it possible to reduce the xml fragments in Author mode ?

Hello,

Is it possible to reduce some xml fragments like it's made in the editor mode ?

Thanks in advance for your answer.
Sébastien.
by sebastienlavandier
Fri Aug 31, 2012 11:06 am
Forum: Common Problems
Topic: How to split the window in Author mode ?
Replies: 9
Views: 3878

How to split the window in Author mode ?

Hello,

In text mode, I can split (horizontaly or vertically) the view in two parts, by using the menu Windows/split Editor ...

I want to know if it's possible do the same thing in the author mode ?
Thanks in advance for your answer.
Regards.
Sébastien
by sebastienlavandier
Mon Aug 27, 2012 1:15 pm
Forum: Other Issues
Topic: how can I get the position (line, column) from an XPath?
Replies: 14
Views: 7463

Re: how can I get the position (line, column) from an XPath?

Hi, The web service return an error message and an XPath. With the informations, I create a DocumentPositionedInfo(ErrorMessage), and now I want to recover the line number, the column number and the length of the content for underline the error in the text mode or in the Author mode. I hope that is ...
by sebastienlavandier
Mon Aug 27, 2012 1:15 pm
Forum: Other Issues
Topic: how can I get the position (line, column) from an XPath?
Replies: 14
Views: 7463

Re: how can I get the position (line, column) from an XPath?

Hi, The web service return an error message and an XPath. With the informations, I create a DocumentPositionedInfo(ErrorMessage), and now I want to recover the line number, the column number and the length of the content for underline the error in the text mode or in the Author mode. I hope that is ...
by sebastienlavandier
Mon Aug 27, 2012 12:17 pm
Forum: Other Issues
Topic: How can I see CGM Images in Oxygen Author ?
Replies: 6
Views: 2786

Re: How can I see CGM Images in Oxygen Author ?

Hello Radu,

Thanks, but I have found a solution with a internal component of my company.

Regards.
Bye