Search found 124 matches

by sebastienlavandier
Fri Oct 31, 2014 7:40 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen component slownes performance
Replies: 2
Views: 2182

Re: Oxygen component slownes performance

Hello Alex, No I haven't custom form controls, only the built-in ones. This bad performance happens when the document is open until is closed. Scrolling is slow, ope,/close widget is slow too, ... I'm sure that is caused by a listener but where... Good idea, I will search to solve it with visualVM o...
by sebastienlavandier
Thu Oct 30, 2014 11:42 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen component slownes performance
Replies: 2
Views: 2182

Oxygen component slownes performance

Hi, I hope that you can help me because I think I have test all solutions... I have made a specific framework for a type of xml document called 'Article'. When I open a empty document, my application run with good performance, but when I open a doucment that contains some oxy_editor components, oxyg...
by sebastienlavandier
Wed Jul 23, 2014 11:35 am
Forum: SDK-API, Frameworks - Document Types
Topic: Author component: Create an action to move a node
Replies: 2
Views: 2242

Re: Author component: Create an action to move a node

Hi Alex,

Yes, if it's possible I want this source code.
I want to look for Oxygen API best practices.
Thank you for your quick answer too.
Regards.
by sebastienlavandier
Tue Jul 22, 2014 6:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Author component: Create an action to move a node
Replies: 2
Views: 2242

Author component: Create an action to move a node

Hi, I have already create customized actions used with author component 14.2, for insert an xml fragment, delete a node ... But now I want to create an action for moved up/down a node in author view, after have click on a up/down button. I want to know, if an oxygen action already exist to do that ?...
by sebastienlavandier
Thu Jul 10, 2014 10:43 am
Forum: SDK-API, Frameworks - Document Types
Topic: Write from right to left in Author mode
Replies: 2
Views: 2209

Re: Write from right to left in Author mode

Hi Radu,

Thank you for your quick answer.

Sébastien
by sebastienlavandier
Wed Jul 09, 2014 8:15 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Write from right to left in Author mode
Replies: 2
Views: 2209

Write from right to left in Author mode

Hi,

I want to know if those css parameters (direction:rtl; and unicode-bidi:bidi-override;) are supported by Oxygen 14.2 Author component ?

Else how I can do that, because that works well in text mode.

Do you have an idea ?
Thanks in advance for your answer.

Sébastien
by sebastienlavandier
Mon Feb 03, 2014 11:01 am
Forum: SDK-API, Frameworks - Document Types
Topic: quotation marks
Replies: 4
Views: 2941

Re: quotation marks

Thanks for your help.

Sébastien
by sebastienlavandier
Mon Jan 27, 2014 5:42 pm
Forum: SDK-API, Frameworks - Document Types
Topic: quotation marks
Replies: 4
Views: 2941

Re: quotation marks

Hi,
Thanks for your quick answer.

I only have a licence for the 14.X version
The AutoCorrect options are in the 15.X version ?

Thanks in advance.
Seb
by sebastienlavandier
Tue Jan 21, 2014 11:23 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Dynamic abbreviations
Replies: 1
Views: 1678

Dynamic abbreviations

Hi,

I work with the Author component, and I want to know If it's possible to activate/implement a Dynamic abbreviations of term like (ILW) + CTRL SPACE => I LOVE WRITE.

Do you have an idea about this ?
Thanks in advance for your help.

Sébastien
by sebastienlavandier
Tue Jan 21, 2014 11:10 pm
Forum: SDK-API, Frameworks - Document Types
Topic: quotation marks
Replies: 4
Views: 2941

quotation marks

Hi,

I use the Oxygen component, and I want to know how I can change the default value of the quotation marks.
I want change the "" to << >>.

Do you have an idea for do that ?

Thanks in advance for your help.
Sébastien
by sebastienlavandier
Mon Nov 25, 2013 12:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: ExtensionsBundle Implementation
Replies: 10
Views: 4757

Re: ExtensionsBundle Implementation

Hi,
We already use oxy_unparsed-entity-uri for all supported image file extension by Oxygen. But for the CGM files we don't have solution if we can't use the styleFilter with AuthorAcces.

We are waiting the next version ...

have a nice day.
Sébastien.
by sebastienlavandier
Thu Nov 21, 2013 5:09 pm
Forum: SDK-API, Frameworks - Document Types
Topic: ExtensionsBundle Implementation
Replies: 10
Views: 4757

Re: ExtensionsBundle Implementation

Hi,

Unfortunately in the Style Filter, we have only Styles and AuthorNode

Code: Select all

public Styles filter(Styles styles, AuthorNode authorNode)
.
To use the AuthorDocumentController, we need the AuthorAccess too.

Sébastien
by sebastienlavandier
Thu Nov 21, 2013 1:28 pm
Forum: SDK-API, Frameworks - Document Types
Topic: ExtensionsBundle Implementation
Replies: 10
Views: 4757

Re: ExtensionsBundle Implementation

Hi, We work with CGM/TIFF illustrations format files in our xml documents, so we need to convert this to SVG format. When our CustomStyleFilter found an illustration element node Ex:<GRAPHIC>, it must access to the DOCTYPE to find the illustration's filename. And for read the Doctype, we must used :...
by sebastienlavandier
Wed Nov 20, 2013 11:11 am
Forum: SDK-API, Frameworks - Document Types
Topic: ExtensionsBundle Implementation
Replies: 10
Views: 4757

ExtensionsBundle Implementation

Hi, I need to implement a StyleFilter which must used an AuthorAccess. So, for do that I implemented an CustomExtensionsBundle which extend ExtensionsBundle. public class CustomExtensionBundle extends ExtensionsBundle { private CustomAuthorExtensionStateListener extensionStateListener = new CustomAu...
by sebastienlavandier
Thu Nov 07, 2013 4:52 pm
Forum: SDK-API, Frameworks - Document Types
Topic: XML Validation
Replies: 1
Views: 1843

XML Validation

Hi, Is it possible to validate one xml document with an xsd for a part and an DTD for an other part ? <field name="schemaDescriptor"> <docTypeSchema> <field name="type"> <Integer>2</Integer> </field> <field name="uri"> <String>${frameworks}/Eurocopter/schema/statut.xsd<...
by sebastienlavandier
Thu Oct 31, 2013 6:43 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom IDElementLocator
Replies: 6
Views: 3516

Re: Custom IDElementLocator

Hi Radu,
Sorry, but same problem again.
It's trying to open the link file ...

Do you have an other idea ?

Thanks in advance for your help
Sébastien
by sebastienlavandier
Thu Oct 31, 2013 1:57 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom IDElementLocator
Replies: 6
Views: 3516

Re: Custom IDElementLocator

Hi Radu, Indeed, the "REFID" attribute wasn't declared like an IDREF, and the "KEY" atribute wasn't declared like an ID too. So, I modified my file.framework for do not use the "CustomElementLocatorProvider" : <field name="elementLocatorExtension"><null/></fie...
by sebastienlavandier
Wed Oct 30, 2013 7:53 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom IDElementLocator
Replies: 6
Views: 3516

Custom IDElementLocator

Hi, I implemented in my css this : GRPHCREF:before { link:attr(REFID); color: #1e91ca; content: "Graphic Ref : " attr(REFID); } and I want to link this to an element ID name "KEY". To do that,I have add in my file.framewok : <field name="elementLocatorExtension"> <Strin...
by sebastienlavandier
Wed Oct 23, 2013 2:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Autocompletion: Attributes list
Replies: 3
Views: 2294

Re: Autocompletion: Attributes list

I can't implemented an existing action to access to the Oxygen list ?

Sébastien
by sebastienlavandier
Wed Oct 23, 2013 11:49 am
Forum: SDK-API, Frameworks - Document Types
Topic: Autocompletion: Attributes list
Replies: 3
Views: 2294

Autocompletion: Attributes list

Hi, I work with the author component. I created a button/action for add an specific attribute to a specific node. Now, I want list all the possible "ID" (all the alredy referenced ID) in a list like It's do when I write a new attribute in text/author mode. Could you help me ? Thanks in adv...
by sebastienlavandier
Wed Sep 04, 2013 3:21 pm
Forum: General XML Questions
Topic: Why each end of tags appear like blank line ?
Replies: 1
Views: 1521

Why each end of tags appear like blank line ?

Hi, I want to know, and how solve it, why each end of tags appear on screen like a blank line in author mode ? The same xml document with the same css opened in a browser appear normaly. Maybe, a specific config can resolve this problem ? Do you have some ideas for solve this ? Thanks in advance. sé...
by sebastienlavandier
Wed Sep 04, 2013 11:44 am
Forum: General XML Questions
Topic: How to retreive the xml file encoding ?
Replies: 4
Views: 2621

Re: How to retreive the xml file encoding ?

Hi Radu,

Ok, it's my conclusion too.

Thanks for your help again.
Sébastien.
by sebastienlavandier
Wed Sep 04, 2013 10:17 am
Forum: General XML Questions
Topic: How to retreive the xml file encoding ?
Replies: 4
Views: 2621

How to retreive the xml file encoding ?

Hi,

I want to know if a getter exist in the Oxygen Author API for find the xml file encoding ?
Something like: authorAccess.getDocumentController().getDoctype();

Thanks for your help.

Sébastien
by sebastienlavandier
Tue Jun 04, 2013 10:44 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Show the framework action progress
Replies: 1
Views: 2011

Show the framework action progress

Hello, I have an Oxygen customized framework, which contain a custom action. This action can often take long time (with a specific thread). That why I want indicate to the user, that the action is in progress. How I can disable the toolbar button, unfortunatly I'm in the Oxygen framework's module an...
by sebastienlavandier
Fri Apr 19, 2013 4:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Problem with href in the author component
Replies: 5
Views: 3384

Problem with href in the author component

Hi Radu, In fact that's work well, but I don't understand why when I use the author component with an XP workstation the href link don't run and I have this error : [ro.sync.io.win.WindowsNativeHelper] Could not load the native Win32 library: java.lang.UnsatisfiedLinkError: no WindowsNativeHelper32 ...
by sebastienlavandier
Thu Apr 18, 2013 6:06 pm
Forum: Other Issues
Topic: Hunspell exceptions in Applet
Replies: 15
Views: 6639

Re: Hunspell exceptions in Applet

Hi Radu, Thanks for all your explanations about it. It's great ! But, do you know where is the file where are saved the learned words ? And secondly, do you have an idea about how solve these errors/warnings : 16:44:13,347 INFO [ro.sync.azcheck.ui.spellcontrol.hunspell.d] No system property showing ...
by sebastienlavandier
Wed Apr 17, 2013 12:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to disable xml Document in Author
Replies: 7
Views: 4158

Re: How to disable xml Document in Author

Thanks you for your help.
Sébastien
by sebastienlavandier
Wed Apr 17, 2013 12:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to disable xml Document in Author
Replies: 7
Views: 4158

Re: How to disable xml Document in Author

No, I just want that a user can't modify the document in text mode, like it's possible in author mode.
by sebastienlavandier
Wed Apr 17, 2013 11:41 am
Forum: SDK-API, Frameworks - Document Types
Topic: How to disable xml Document in Author
Replies: 7
Views: 4158

Re: How to disable xml Document in Author

Hi Radu,

Now, with the new 14.2 version I want to know how it's possible to disable xml document in text mode ?

Thanks in advance for your help.
Sébastien