Search found 83 matches

by sijomon
Thu Jul 23, 2009 3:25 pm
Forum: Common Problems
Topic: Programmatic access to author styles
Replies: 6
Views: 2079

Re: Programmatic access to author styles

A beta version would be very useful, can you send a copy to my board email address, and any documentation that maybe ready as well please.

Many thnaks,

Simon.
by sijomon
Thu Jul 23, 2009 2:15 pm
Forum: Common Problems
Topic: Programmatic access to author styles
Replies: 6
Views: 2079

Re: Programmatic access to author styles

Thanks for the information, that is exactly the feature I'm after. Do you know which future release this will be included in, and what the approximate release date will be?
by sijomon
Thu Jul 23, 2009 12:02 pm
Forum: Common Problems
Topic: Programmatic access to author styles
Replies: 6
Views: 2079

Programmatic access to author styles

Hi, I have a number of requirements that relate to highlighting in author mode. Some of these have been succesfully implemented using alternative CSS styles sheets, however I see no obvious way of using this mechanism to implement the remaining requirements. An example of such a requiremenst is: 'Ci...
by sijomon
Fri Jul 17, 2009 3:29 pm
Forum: Common Problems
Topic: Loading properties files inside Operations classes
Replies: 2
Views: 1377

Loading properties files inside Operations classes

Hi, I am attempting to load a properties file from inside an Operation class. My operation is packaged inside a jar file 'acm.jar', the Operation I have loads the properties file as follows: Properties properties = new Properties(); properties.load(ClassLoader.getSystemResourceAsStream("CaseLin...
by sijomon
Wed Jul 15, 2009 12:47 pm
Forum: Common Problems
Topic: Dynamic CSS
Replies: 2
Views: 1338

Re: Dynamic CSS

Thanks for the advice, I suppose I was too focussed on a programatic solution I missed the alertnative CSS route.
by sijomon
Mon Jul 13, 2009 4:27 pm
Forum: Common Problems
Topic: Dynamic CSS
Replies: 2
Views: 1338

Dynamic CSS

Hi (again), I am trying to implement an Operation that will allow a user to toggle image display on or off in author mode. We have image tags of the following form: <graphic gid="002"><caption>Image Caption</caption></graphic> where the gid attribute is a unique id into our image library w...
by sijomon
Thu Jun 25, 2009 11:32 am
Forum: Common Problems
Topic: Inserting XML fragment adds xmlns="" attribute
Replies: 4
Views: 2552

Re: Inserting XML fragment adds xmlns="" attribute

Yes that works perfectly.

many thanks.

Simon.
by sijomon
Thu Jun 25, 2009 10:59 am
Forum: Common Problems
Topic: Inserting XML fragment adds xmlns="" attribute
Replies: 4
Views: 2552

Re: Inserting XML fragment adds xmlns="" attribute

Thanks for the response.

Is there a way to programtically dertrmine the default namespace of the currently active document from an Opertaion class? I can't seem to find it on the AuthorAccess object, am I just missing it?

Simon.
by sijomon
Wed Jun 24, 2009 5:53 pm
Forum: Common Problems
Topic: Inserting XML fragment adds xmlns="" attribute
Replies: 4
Views: 2552

Inserting XML fragment adds xmlns="" attribute

Hi (me again), I am developing a framework operation. The operation is responsible for surrounding a piece of text selected in the author window with some XML retrieved from a web app. The XML coming back from the webapp looks like this: <legis-cite title="Directive 80/68 on the Protection of G...
by sijomon
Wed Jun 24, 2009 5:39 pm
Forum: Common Problems
Topic: Importing a global options file from command line
Replies: 4
Views: 1642

Re: Importing a global options file from command line

Excellent, I can use this mechanism.

many thanks,

Simon.
by sijomon
Wed Jun 24, 2009 3:37 pm
Forum: Common Problems
Topic: Importing a global options file from command line
Replies: 4
Views: 1642

Re: Importing a global options file from command line

Thanks for the suggestion, unfortunatly the users will not be openeing these files in a project, they are opened via a applet/webservice as standalone files, associated with a framework. If I manually want to overwrite a users global options is it a simple case of exporting a master options file (me...
by sijomon
Wed Jun 24, 2009 12:37 pm
Forum: Common Problems
Topic: Importing a global options file from command line
Replies: 4
Views: 1642

Importing a global options file from command line

Hi,

Are there any command line options, env vars etc I can pass to oxygen to force it to load a global options properties file on start up?

Thanks,

Simon.
by sijomon
Fri Jun 19, 2009 3:35 pm
Forum: Other Issues
Topic: Creating new Oxygen view
Replies: 2
Views: 1551

Re: Creating new Oxygen view

The web site contains a multi page wizard for identifying and customising legal citations based upon a citation description string (this is the text selected in Oxygen and sent to the website by the Operation). The wizard is sufficiently complex that to re-code it is not feasible so we need to get a...
by sijomon
Fri Jun 19, 2009 1:00 pm
Forum: Other Issues
Topic: Creating new Oxygen view
Replies: 2
Views: 1551

Creating new Oxygen view

Hi again, back for more help ;) I am writing a Oxygen framework which includes a number of Opertaions. One of these opens a new dialog containing a web browser component which allows the user to interact with a web site to locate certain data and then the Opertaion uses this data to create an XML fr...
by sijomon
Fri Jun 19, 2009 12:29 pm
Forum: Other Issues
Topic: Launch Author With File
Replies: 5
Views: 3239

Re: Launch Author With File

Many thanks.
by sijomon
Fri Jun 19, 2009 12:17 pm
Forum: Other Issues
Topic: Launch Author With File
Replies: 5
Views: 3239

Re: Launch Author With File

I just found the file: com.oxygenxml/oxyOptionsSa10.0.xml in my user dir. This file has the following XML: <entry> <String xml:space="preserve">editor.open.in.page</String> <String xml:space="preserve">Author</String> </entry> I'm guessing this is what I'm after; am I right?
by sijomon
Fri Jun 19, 2009 12:11 pm
Forum: Other Issues
Topic: Launch Author With File
Replies: 5
Views: 3239

Re: Launch Author With File

On a realted note, is it possible to modify this config parameter exterfnally to Oxygen; i.e. is there some file I can write to to set this 'Open XML in' parameter. I need to be able to customise a number of client machine's installation of Oxygen, and i'd rather not involve the users, currently its...
by sijomon
Wed Jun 10, 2009 6:21 pm
Forum: Common Problems
Topic: Plugin class loaders
Replies: 1
Views: 2566

Plugin class loaders

Hi Again, Still working on my webservice backed custom protocol handler. I have nearly got it all working appart from the actual webservice interaction inside the plugin. I can run the core methods of my plugin as a stand alone application and everything works fine but when running as Oxygen plugin ...
by sijomon
Wed Jun 03, 2009 5:45 pm
Forum: Other Issues
Topic: Distinguishing between autosave and manual save events
Replies: 1
Views: 1273

Distinguishing between autosave and manual save events

Hi all, I'm having another problem whilst implemeting my custom protocol handler and was wonderring if any one can assist. I have implemented a custom protocol handler that uses a webservice to open and save documents. This handler will store local copies of files if the webservice isn't available w...
by sijomon
Wed May 20, 2009 5:04 pm
Forum: Other Issues
Topic: Interacting with webservice on startup and user action
Replies: 4
Views: 2470

Re: Interacting with webservice on startup and user action

Excellent, thanks for the assistnace. I'll proceed along the lines you suggest and see how far I get before I need to come back for more assistnace.

Why can't all tecnical forums be this helpful and active.

Many thanks.

Simon.
by sijomon
Wed May 20, 2009 4:38 pm
Forum: Other Issues
Topic: Interacting with webservice on startup and user action
Replies: 4
Views: 2470

Re: Interacting with webservice on startup and user action

Thanks for your fast response. Ok, so I use a applet to access webservice 1 and download the file to the local machine and then get the applet to fire up Oxygen pointing at this file. Now for part 2, I can't use the applet to comit the file back rto webservice 2 as the editing process can take sever...
by sijomon
Wed May 20, 2009 2:05 pm
Forum: Other Issues
Topic: Interacting with webservice on startup and user action
Replies: 4
Views: 2470

Interacting with webservice on startup and user action

Hi there I am looking for some advice on where to find documentation or examples to assist in my implementation of the following scenario. I would like to start Oxygen XML Editor (I'm using a 10.x version) with a custom command line argument or system property or similar and have it load, on start-u...