Search found 24 matches

by CheryBen
Thu Jul 22, 2021 6:10 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Adding ask editor variable type
Replies: 2
Views: 1106

Re: Adding ask editor variable type

Thank you for suggestion, I'm testing a simplier approach using standard configuration, but this is a good option. What i'm testing for now, is to configure the color list in an external file, such as : <?xml version="1.0" encoding="UTF-8"?> <properties> <entry key="style.co...
by CheryBen
Tue Jul 20, 2021 7:40 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Adding ask editor variable type
Replies: 2
Views: 1106

Adding ask editor variable type

Hi, i'm working on a custom frameworks and I'm trying to use a ChangeAttributeOperation, and prompt the value to the end user. The user should be able to change the text size and color of the current element, so this will output a color and size attributes. This is actually working using ${ask('Colo...
by CheryBen
Wed Oct 02, 2013 4:41 pm
Forum: Other Issues
Topic: Internationalization for Oxygen
Replies: 5
Views: 2740

Re: Internationalization for Oxygen

Hi, this thread is a bit old and now Oxygen 15 has been released. You did a great work about i18n, especially in custom frameworks. But, i think that tere is still some missing points (i'm still working on 14.1): 1 - XML Schema errors messages provided by Xerces are still in english only. Is there a...
by CheryBen
Wed Apr 03, 2013 12:41 pm
Forum: Other Issues
Topic: Extensions Actions disarmed in Oxygen Component
Replies: 4
Views: 1987

Re: Extensions Actions disarmed in Oxygen Component

Actually we use GIT for all new projects and some old projects have been migrate from SVN to GIT.

Most of the open source projects that i know use GIT and host the sources on sourceforge or github.

This improvement would be awesome for all Oxygen integrators! :)

Regards,
Benoît.
by CheryBen
Wed Apr 03, 2013 11:32 am
Forum: Other Issues
Topic: Extensions Actions disarmed in Oxygen Component
Replies: 4
Views: 1987

Re: Extensions Actions disarmed in Oxygen Component

Thanks Radu, i will look the new sample code. I should compare the new projet to the older one to check the changes and improve my own code. May be, it would be helpful if you could host the sample project on a public code repository. By this way, we could see the changes in the logs, without compar...
by CheryBen
Tue Apr 02, 2013 7:06 pm
Forum: Other Issues
Topic: Extensions Actions disarmed in Oxygen Component
Replies: 4
Views: 1987

Extensions Actions disarmed in Oxygen Component

Hi, i'm stil using Oxygen Component to create a custom standalone application. I'm trying to integrate Oxygen 14.2 but i have troubles with extensions actions, they are always disarmed (disabled). I'm using the code provided in the javadoc to get the extension actions and i add them to a JToolBar. H...
by CheryBen
Tue Feb 05, 2013 8:20 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Combobox form component in CSS
Replies: 4
Views: 3572

Re: Combobox form component in CSS

Thanks Alex, this is a good turn around.

Benoît.
by CheryBen
Tue Feb 05, 2013 7:46 pm
Forum: Other Issues
Topic: Cannot save documents opened in Oxygen author component
Replies: 4
Views: 2677

Re: Cannot save documents opened in Oxygen author component

I've just seen your reply, this is a really good news! really awesome!

We had this requirement in our roadmap, i hope it will be quite easy for us to integrate this nice improvement.

Thanks for your good support,
Benoît
by CheryBen
Fri Feb 01, 2013 12:55 am
Forum: Other Issues
Topic: Cannot save documents opened in Oxygen author component
Replies: 4
Views: 2677

Re: Cannot save documents opened in Oxygen author component

Thanks for this nice reply.

Do you have any idea when the next component version will be released? at the same time of Oxygen standalone version 14.2?
by CheryBen
Wed Jan 30, 2013 6:36 pm
Forum: Other Issues
Topic: Cannot save documents opened in Oxygen author component
Replies: 4
Views: 2677

Cannot save documents opened in Oxygen author component

Hi again, I have some troubles using oxygen author component (AuthorComponentProvider), i can't save documents using keyboard action CTRL+S. I have implemented a custom action (with CTRL+S mnemonic) accessible in a toolbar to save the content of my document, this works fine only if the cursor is out...
by CheryBen
Wed Jan 30, 2013 4:20 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Combobox form component in CSS
Replies: 4
Views: 3572

Re: Combobox form component in CSS

Thanks for the reply.

The fact is that in the schema, the classification could be from 01 to 99, but i have only 4 predefined labels.
I will find a workaround to match this specific case.

Thanks again,
Benoit.
by CheryBen
Wed Jan 30, 2013 12:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Combobox form component in CSS
Replies: 4
Views: 3572

Combobox form component in CSS

Hi, i have a question about a form component that i have configured in my css to render/edit an attribute indicating the document classification. My attribute is an integer and i would like to show a combobox to allow the user to select the classification in a label list. For exemple, here is the ma...
by CheryBen
Thu Nov 22, 2012 7:57 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Dynamically set action parameters
Replies: 6
Views: 4283

Re: Dynamically set action parameters

Thanks Radu, that's what i thought. So i will rename my bean property.
by CheryBen
Thu Nov 22, 2012 1:52 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Dynamically set action parameters
Replies: 6
Views: 4283

Re: Dynamically set action parameters

I know i could rename my bean property to figureId for example, but this would be unfair to change that in all use points of my bean.
by CheryBen
Thu Nov 22, 2012 1:50 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Dynamically set action parameters
Replies: 6
Views: 4283

Re: Dynamically set action parameters

The last solution worked fine, i can now fill all my fragments with the droped objects. But i have now a new problem, my fragments in .framework file are like : <figure id="${id}"><title>${title}</title></figure> I implemented a solution that replace the ${} by the bean properties. The pro...
by CheryBen
Tue Nov 20, 2012 12:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Dynamically set action parameters
Replies: 6
Views: 4283

Re: Dynamically set action parameters

Thanks Radu, i will try the last solution in few days.

Benoit Chery
4DConcept
by CheryBen
Mon Nov 19, 2012 8:18 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Dynamically set action parameters
Replies: 6
Views: 4283

Dynamically set action parameters

Hi, once again i have a question about how to use oxygen author API. The API is so great that i'd like to do amazing things and don't know if it's really possible :) I would like to drop an object in the author page, intercept this object in an AuthorDnDListener, find the appropriate custom action, ...
by CheryBen
Wed Oct 17, 2012 10:15 am
Forum: SDK-API, Frameworks - Document Types
Topic: Custom actions i18n in Component
Replies: 5
Views: 3570

Re: Custom actions i18n in Component

Hi, i sent the file to the support, yesterday at 14PM(Paris), and i still have no answer, did you receive it correctly?
by CheryBen
Tue Oct 16, 2012 3:18 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Styles.KEY_MIXED_CONTENT does not work with Oxygen Component
Replies: 3
Views: 2860

Re: Styles.KEY_MIXED_CONTENT does not work with Oxygen Component

I'm using the component in a standalone application. As suggested in the other post, i send you the frameworks.zip.jar file.
by CheryBen
Tue Oct 16, 2012 3:16 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom actions i18n in Component
Replies: 5
Views: 3570

Re: Custom actions i18n in Component

Hi radu, the package of my framework should be correct while it works fine in Author. I've just test that the xsl whick should be used for pasting external content is also not used. There should be a path problem. I will send you the frameworks.zip.jar file without the libs, cause that's too big. Th...
by CheryBen
Mon Oct 15, 2012 6:46 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom actions i18n in Component
Replies: 5
Views: 3570

Re: Custom actions i18n in Component

Other information :
In my framework file, i have this :
<field name="name">
<String>${i18n(extract.hotspot_description)}</String>
</field>

It displays extract.hotspot_description
by CheryBen
Mon Oct 15, 2012 6:43 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom actions i18n in Component
Replies: 5
Views: 3570

Custom actions i18n in Component

Hi again, it seems that custom actions are not internationalized in Oxygen Component. My framework work well with Author version and my translation is ok. But in Component version, i'm using 2 methods of the AuthorComponentProvider class. getAuthorCommonActions gives me actions with translation but ...
by CheryBen
Mon Oct 15, 2012 6:35 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Styles.KEY_MIXED_CONTENT does not work with Oxygen Component
Replies: 3
Views: 2860

Styles.KEY_MIXED_CONTENT does not work with Oxygen Component

Hi all, i have implemented a custom framework that provide a StylesFilter. This filter works fine with Oxygen Author version, but i'm trying to switch my app to the Oxygen Component, and it seems that the Styles.KEY_MIXED_CONTENT property is not applied to my document. Here is my code : @Override pu...
by CheryBen
Tue Jun 05, 2012 11:10 am
Forum: Common Problems
Topic: JavaWebStart - Dynamic Open File
Replies: 1
Views: 1371

JavaWebStart - Dynamic Open File

Hi all, i have a web server containing a web application, an oracle database (containing xml and images refs). My web app offers a list of the xml documents, for each document, a link is provided to open it in oxygen (distributed via javawebstart). How do should i say to oxygen to open this document...