Search found 15 matches

by dylan
Fri Oct 14, 2011 2:54 am
Forum: Other Issues
Topic: font-style:italic
Replies: 1
Views: 1742

font-style:italic

Hi all, We have created an Aboriginal font set and we are trying to display these fonts in oXygen as well as Word. Our designer has created the font set and given it to the developers to test; this is what we found: Aboriginal Times Regular: works Aboriginal Times Bold: works Aboriginal Times Italic...
by dylan
Thu Feb 11, 2010 2:24 am
Forum: XML Schemas
Topic: Parsing a Schema
Replies: 1
Views: 2444

Parsing a Schema

I am about to start development on a tool that will (in Author mode) provide functionality that is similar to the 'surround with' dialog that is displayed when a user selects some text and hits ctrl+spacebar. The form I am creating needs to display a list of valid tags that can be applied based on t...
by dylan
Tue Jul 28, 2009 10:39 pm
Forum: Feature Request
Topic: Bootstrap
Replies: 1
Views: 1716

Bootstrap

I am looking for a way to register an AuthorListener with AuthorAccess as soon as the application has started.

Is this possible in 10.3?

Thanks,

Dylan.
by dylan
Mon Jun 15, 2009 10:43 pm
Forum: Other Issues
Topic: Reference to AuthorAccess on application startup?
Replies: 1
Views: 1497

Reference to AuthorAccess on application startup?

Hi all,

I was hoping to get a reference to the authorAccess object when oXygen starts - we want to be able to register an AuthorListener immediately.

Any ideas?
by dylan
Fri Apr 24, 2009 7:10 pm
Forum: Other Issues
Topic: Example for using CSS Styles Filter
Replies: 3
Views: 2071

Re: Example for using CSS Styles Filter

Thanks Radu,

Unfortunately, it appears that ro.sync.exml.view has been obfuscated!

Thoughts?
by dylan
Fri Apr 24, 2009 2:27 am
Forum: Other Issues
Topic: Example for using CSS Styles Filter
Replies: 3
Views: 2071

Example for using CSS Styles Filter

Can anyone provide an small example of how to work with the StylesFilter interface?

Many thanks,

/d
by dylan
Thu Apr 16, 2009 11:11 pm
Forum: Feature Request
Topic: Text Selected Changed Event?
Replies: 2
Views: 1567

Re: Text Selected Changed Event?

Note: I am talking about Author Mode.
by dylan
Thu Apr 16, 2009 11:10 pm
Forum: Feature Request
Topic: Text Selected Changed Event?
Replies: 2
Views: 1567

Text Selected Changed Event?

Hi all,

I was wondering if there was an event that I could bind to that would notify me when the user has selected text. I would like to create a form whose content is dynamically updated depending on what text is selected. Otherwise, I will have to resort to polling.

Thanks,

Dylan
by dylan
Wed Apr 15, 2009 7:01 pm
Forum: Other Issues
Topic: Is there a new SDK available for the oXygen 10.2 release?
Replies: 1
Views: 1446

Is there a new SDK available for the oXygen 10.2 release?

I was wondering if there is a new SDK for oXygen 10.2 (released today). I'm currently programming against 10.2 beta.

Thanks everyone!

Dylan
by dylan
Wed Mar 04, 2009 10:12 pm
Forum: Other Issues
Topic: Undo
Replies: 4
Views: 2565

Re: Undo

Hi Sorin, As you may know, I am working on 'track changes' functionality. The issue I am having is that (for example, with track changes ON) when a user is inserting a change, and then hits ctrl^z, the inserted text is removed, but is now being tagged as deleted! Normally, I can just stop listening ...
by dylan
Tue Mar 03, 2009 11:46 pm
Forum: Other Issues
Topic: Undo
Replies: 4
Views: 2565

Undo

Is there any way for developers to bind to the undo (ctrl^z) event?

Ragards,

Dylan
by dylan
Tue Mar 03, 2009 8:36 pm
Forum: Other Issues
Topic: AuthorListener.contentDeleted(DocumentContentChangedEvent)
Replies: 4
Views: 2203

Re: AuthorListener.contentDeleted(DocumentContentChangedEvent)

Hi Sorin, Would it be possible for me to get the next version of the Author class *before* your next release (beta or otherwise). We are working towards a deadline coming the end of March and one of our high priority features will rely heavily on this functionality. Also, I wanted to thank you all f...
by dylan
Tue Mar 03, 2009 12:48 am
Forum: Other Issues
Topic: AuthorListener.contentDeleted(DocumentContentChangedEvent)
Replies: 4
Views: 2203

AuthorListener.contentDeleted(DocumentContentChangedEvent)

When overriding contentDeleted(DocumentContentChangedEvent arg0) in a custom implementation of the AuthorListener class, how is it possible to determine exactly what content was deleted? It appears that this event fires after the content is deleted without giving the developer a chance to determine ...
by dylan
Thu Feb 26, 2009 12:24 am
Forum: Other Issues
Topic: Binding Keys othe than CTRL SHFT something
Replies: 9
Views: 5787

Re: Binding Keys othe than CTRL SHFT something

With oXygen 10.1 just released, I thought now would be a good time to ask again about 'track changes' functionality. If 10.2 beta has anything like that, I would be interested to get my hands on it. Also, (with respect to the thread title), it says on your web site: "[API] Author extensions can...