Search found 19 matches

by Chemo
Thu Feb 26, 2015 4:17 pm
Forum: Other Issues
Topic: Costumizing Toolbar with ToolbarButton
Replies: 4
Views: 2573

Re: Costumizing Toolbar with ToolbarButton

Thank you, this was the problem. Everything works fine now.
I didn't expect eclipse to behave this way with missing librarys.

Best Regards,
Thomas.
by Chemo
Wed Feb 25, 2015 3:40 pm
Forum: Other Issues
Topic: Costumizing Toolbar with ToolbarButton
Replies: 4
Views: 2573

Re: Costumizing Toolbar with ToolbarButton

Thank you for your quick reply. Yes, that's what the API description tells and what I expected. Nevertheless my eclipse SDK tells me that it's not possible to convert ToolbarButton to JComponent (Type mismatch). I also already tested the example code you mentioned with the same error. Maybe it's jus...
by Chemo
Tue Feb 24, 2015 7:21 pm
Forum: Other Issues
Topic: Costumizing Toolbar with ToolbarButton
Replies: 4
Views: 2573

Costumizing Toolbar with ToolbarButton

Hi. I am trying to costumize my costum plugin toolbar and it works just fine with the common swing components, like JButton. But I have a problem using ToolbarButton - objects, so that the toolbar fit in the oxygen style. The ToolbarInfo object provided by the customizeToolbar() function needs a JCo...
by Chemo
Wed Jan 15, 2014 7:49 pm
Forum: Other Issues
Topic: Open files from exist-database via API
Replies: 2
Views: 2141

Re: Open files from exist-database via API

Thank you for your answer.

I fixed the problems that I had with WebDAV, so WebDAV works fine for me for the moment and I'll stick to that.

But maybe in the future I will need to reconsider xmldb:exist.

Regards,
Thomas.
by Chemo
Wed Jan 08, 2014 6:27 pm
Forum: Other Issues
Topic: Open files from exist-database via API
Replies: 2
Views: 2141

Open files from exist-database via API

Hi. I try to open an xml-file from an exist database via the oXygen-API, not by webDAV, but by the common xmldb/xmlrpc protocol. I created an exist - Data Source ("eXist-Test") and Data Connections, one with the regular exist drivers ("eXist-Test-Connection") and one with the web...
by Chemo
Fri Aug 09, 2013 5:22 pm
Forum: Other Issues
Topic: access preferences through API
Replies: 9
Views: 4584

access preferences through API

Hi. Oxygen provides the feature called "Highlight elements near caret". Though we use different background colors in our framework this feature can become confusing, because it messes with the background colors of the elements at the caret position. The feature can be easily disabled in th...
by Chemo
Wed Jun 05, 2013 2:39 pm
Forum: Other Issues
Topic: disable menu items context-sensitive
Replies: 8
Views: 6052

Re: disable menu items context-sensitive

Thanks, that helps a lot.
I'm looking forward to the improvements.

Regars,
thomas.
by Chemo
Tue Jun 04, 2013 4:20 pm
Forum: Other Issues
Topic: disable menu items context-sensitive
Replies: 8
Views: 6052

Re: disable menu items context-sensitive

Hi Radu. Since the new version 14.2 the workaround you proposed doesn't work anymore, because the actions that got disabled by the workaround are now getting re-enabled just a moment later. I guess this is the result of the new feature that you anounced, that automatically enables/disabels author ac...
by Chemo
Tue Oct 30, 2012 6:50 pm
Forum: Other Issues
Topic: Disable Special Character Highlighting
Replies: 3
Views: 2294

Re: Disable Special Character Highlighting

Thank you very much. Works great.
by Chemo
Tue Oct 30, 2012 5:36 pm
Forum: Other Issues
Topic: Modifying the Marking of Validation Errors and Warning
Replies: 4
Views: 2386

Re: Modifying the Marking of Validation Errors and Warning

Thank you for the sample code.
This will help me!
by Chemo
Tue Oct 30, 2012 5:34 pm
Forum: Other Issues
Topic: Disable Special Character Highlighting
Replies: 3
Views: 2294

Re: Disable Special Character Highlighting

for visualisation a screenshot:
Image
by Chemo
Tue Oct 30, 2012 5:29 pm
Forum: Other Issues
Topic: Disable Special Character Highlighting
Replies: 3
Views: 2294

Disable Special Character Highlighting

Hi. In my documents I have special characters like the "descending s". In the text they are embedded as character codes like "ſ". Now in the Oxygen author perspetive though this characters are displyed correctly due to the Font Junicode, they are highlighted with a gre...
by Chemo
Wed Oct 10, 2012 3:01 pm
Forum: Other Issues
Topic: Modifying the Marking of Validation Errors and Warning
Replies: 4
Views: 2386

Re: Modifying the Marking of Validation Errors and Warning

Hi.

I already have implemented a java extension to my project for an other issue. So costumizing the highlighting by using the API is a fine option.

I assume i find needed highlighting api in the "ro.sync.ecss.extensions.api.highlights" package?

Regards,
Thomas.
by Chemo
Tue Oct 09, 2012 6:08 pm
Forum: Other Issues
Topic: Modifying the Marking of Validation Errors and Warning
Replies: 4
Views: 2386

Modifying the Marking of Validation Errors and Warning

Hello. Is there any way to costumize the way oxygen marks validation errors and warnings in the author view? Maybe there is some stylesheet i can edit? I'd like to highlight errors, instead of underlining them, for example changing the text background color to light red (or yellow). Also I like to l...
by Chemo
Mon Nov 21, 2011 2:39 pm
Forum: Other Issues
Topic: access to author actions from state listener
Replies: 2
Views: 1862

Re: access to author actions from state listener

Hi Radu. Thanks for your help. If you want to have the AuthorAccess in an implementation of SchemaManagerFilter: Yes, thats what I need. The extension state listener receives activation events which give the AuthorAccess object. When such an event is received, you could set the object also in the Sc...
by Chemo
Tue Nov 15, 2011 5:33 pm
Forum: Other Issues
Topic: access to author actions from state listener
Replies: 2
Views: 1862

access to author actions from state listener

Hello again. I am trying to modify the [ENTER] - content completion menu, so that automatically only tags are listed where there is an author action defined. My problem now is to get access to an author action list, set or map from out of the state listener (which modifies the content completion - l...
by Chemo
Mon Aug 15, 2011 4:00 pm
Forum: Other Issues
Topic: disable menu items context-sensitive
Replies: 8
Views: 6052

Re: disable menu items context-sensitive

nice!
works fine.
thanks
by Chemo
Mon Aug 15, 2011 1:23 pm
Forum: Other Issues
Topic: disable menu items context-sensitive
Replies: 8
Views: 6052

Re: disable menu items context-sensitive

thanks Radu.
i will try that.
by Chemo
Mon Aug 15, 2011 11:16 am
Forum: Other Issues
Topic: disable menu items context-sensitive
Replies: 8
Views: 6052

disable menu items context-sensitive

hi. i am new to oxygen and already tried to find a solution to my problem in this forum and the manual w/o any success. i have a menu containing all the elements of my lexicography of my xml document type (the way you create one at Preferences->Document Type Associations -> 'document type' -> edit -...