Search found 2855 matches

by adrian
Thu Jan 07, 2010 4:57 pm
Forum: XSLT and FOP
Topic: .NET extensions within Oxygen
Replies: 1
Views: 2011

Re: .NET extensions within Oxygen

Hello,

Only the Saxon.NET engine supports .net extensions, however it can't be used for debugging in Oxygen. Saxon-HE/PE/EE benefits of debugging support in Oxygen but it does not support .net extensions.
So unfortunately you can't have debugging with .net extensions in Oxygen.

Regards,
Adrian
by adrian
Thu Jan 07, 2010 3:40 pm
Forum: Common Problems
Topic: Could not open/create prefs root node
Replies: 11
Views: 10010

Re: Could not open/create prefs root node

Hello, You have guessed correctly that it happens because you have disabled Windows registry editing. I would advise you to enable registry editing for Oxygen at least once. Just enable it, start Oxygen and then close it. Afterwards you can disable it again and Oxygen should no longer complain. It's...
by adrian
Thu Jan 07, 2010 2:01 pm
Forum: Common Problems
Topic: XQuery Validation problem with imported modules
Replies: 6
Views: 3847

Re: XQuery Validation problem with imported modules

Hello, I can confirm what Wolfgang has mentioned, oXygen sends the entire query to eXist for validation. As far as I know there is no way to specify a server URI for the XQuery through the API so that's why the relative location of the module cannot be determined for XQuery validation or execution. ...
by adrian
Wed Jan 06, 2010 12:25 pm
Forum: Feature Request
Topic: Please Persist Rearrangable Toolbar Setting
Replies: 4
Views: 3191

Re: Please Persist Rearrangable Toolbar Setting

Hi,

I moved this issue up a notch on our bug tracking tool.
The docking toolbars/views frameworks is implemented by a third party so it's a bit more difficult to patch.

Regards,
Adrian
by adrian
Wed Dec 23, 2009 12:17 pm
Forum: Other Issues
Topic: Options Dialog does not remember size
Replies: 2
Views: 1630

Re: Options Dialog does not remember size

Hello,

The size and location of the options dialog has never been saved between sessions. But it has grown a little in size in 11.1 so I'm guessing that's what's causing the usability issue.

What is happening to the dialog, can you please provide a screenshot?

Regards,
Adrian
by adrian
Wed Dec 23, 2009 11:50 am
Forum: XSLT and FOP
Topic: Prefix FO not bound
Replies: 1
Views: 7372

Re: Prefix FO not bound

Hello, You need to add the namespace prefix declaration for fo to the root element of the stylesheet: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="...
by adrian
Tue Dec 22, 2009 5:49 pm
Forum: Common Problems
Topic: Fatal error code
Replies: 7
Views: 4282

Re: Fatal error code

Hello, Meanwhile we also made a new Oxygen build(2009122213) for version 11.1 that avoids the application startup crash caused by the StackOverflowError. If possible please install this new build. You can download it here: http://www.oxygenxml.com/download_oxygenxml_editor.html Please note that you ...
by adrian
Mon Dec 21, 2009 6:53 pm
Forum: Common Problems
Topic: Erratic debug output in Oxygen 11.1
Replies: 2
Views: 1475

Re: Erratic debug output in Oxygen 11.1

Hello,

Could you provide us with a sample stylesheet and XML on which the behaviour is reproducing?

If possible please send it to support@oxygenxml.com

Regards,
Adrian
by adrian
Mon Dec 21, 2009 4:08 pm
Forum: Common Problems
Topic: Middle button paste & scroll
Replies: 3
Views: 2113

Re: Middle button paste & scroll

Hello, I understand your grief, unfortunately there will be no 10.4. If the opportunity arises(if we discover some huge bug we missed) we will make another build of 10.3 but that is highly unlikely right now so we cannot make any promises. I'll keep you informed should that occur. For future version...
by adrian
Mon Dec 21, 2009 1:52 pm
Forum: Common Problems
Topic: Fatal error code
Replies: 7
Views: 4282

Re: Fatal error code

My mistake, being a StackOverflowError it's next to impossible to see the end of its stack trace. There are two ways to go about this: 1. Enlarge the stack and hope it's big enough for the file that's being open at startup. This can be done by going to the Oxygen installation folder and editing(with...
by adrian
Mon Dec 21, 2009 1:15 pm
Forum: Common Problems
Topic: Open last edited files from project
Replies: 11
Views: 5859

Re: Open last edited files from project

@ra0543: Could you please send us to support@oxygenxml.com the Oxygen options file you are using right now so we can investigate the issue. The file is called 'oxyOptionsSa11.1.xml' and you should find it in: Windows XP - [user-home-folder]/Application Data/com.oxygenxml Windows Vista/7 - [user-home...
by adrian
Fri Dec 18, 2009 5:09 pm
Forum: Common Problems
Topic: Fatal error code
Replies: 7
Views: 4282

Re: Fatal error code

Thank you for providing the error message.

If you don't mind, could you also provide the last few lines from the same error message, before getting to the repeating 'com.thaiopensource.relaxng.pattern' messages.

Thank you,
Adrian
by adrian
Fri Dec 18, 2009 1:22 pm
Forum: Common Problems
Topic: Fatal error code
Replies: 7
Views: 4282

Re: Fatal error code

Hello,

Please select the entire error message from the FATAL ERROR dialog and Copy/Paste it here so we can investigate the reason of the crash.

Regards,
Adrian
by adrian
Thu Dec 17, 2009 12:04 pm
Forum: Common Problems
Topic: Mac OS X (Snow Leopard) Oxygen crashes
Replies: 0
Views: 2971

Mac OS X (Snow Leopard) Oxygen crashes

Hello, We have been getting some reports of Oxygen crashes in Snow Leopard after updating the Apple Java Virtual Machine to the latest version 1.6.0_17. These seem to be caused by JavaApplicationStub , the launcher itself of the application. There are a few fixes/workarounds to avoid this: 1. Launch...
by adrian
Wed Dec 16, 2009 6:06 pm
Forum: Common Problems
Topic: Lost menu in menu bar
Replies: 3
Views: 2091

Re: Lost menu in menu bar

Hello, From the attached screenshot I believe that the 'Look and Feel' setting has been reset to 'Metal'. To fix the appearance you must go to Options -> Preferences -> Global option page and change the 'Look and Feel' setting back to 'Mac OS X'. I'm guessing this has happened after the update to th...
by adrian
Wed Dec 16, 2009 4:01 pm
Forum: Feature Request
Topic: XPath find in files
Replies: 8
Views: 7292

Re: XPath find in files

Hi,

XPath support has been added to the 'Find/Replace in Files' dialog and will be available in version 11.1 which should be released very soon.

Regards,
Adrian
by adrian
Wed Dec 16, 2009 3:56 pm
Forum: General XML Questions
Topic: Find and Replace Automation
Replies: 3
Views: 5549

Re: Find and Replace Automation

Hi,

XPath support has been added to the 'Find/Replace in Files' dialog and will be available in version 11.1 which should be released very soon.

Regards,
Adrian
by adrian
Wed Dec 16, 2009 3:55 pm
Forum: Feature Request
Topic: Xpath Search across files
Replies: 7
Views: 5212

Re: Xpath Search across files

Hi,

XPath support has been added to the 'Find/Replace in Files' dialog and will be available in version 11.1 which should be released very soon.

Regards,
Adrian
by adrian
Fri Dec 11, 2009 4:39 pm
Forum: Feature Request
Topic: Drag file to DITA Maps Manager
Replies: 8
Views: 5641

Re: Drag file to DITA Maps Manager

Hi,

We will consider adding on an editor tab an "Open in DITA Maps Manager" action as this seems to be a popular use case with our users.

Kind regards,
Adrian
by adrian
Thu Apr 16, 2009 10:51 am
Forum: Common Problems
Topic: Oxygen Closes on file open !
Replies: 1
Views: 1516

Re: Oxygen Closes on file open !

Hello, This problem is most probably caused by the native file chooser(Open/Save dialog) that Oxygen uses on windows platforms. Oxygen should not try to use it a second time if it fails even once, but this doesn't seem to work for you. To avoid the native file chooser you need to go the folder C:\Us...
by adrian
Mon Jan 05, 2009 11:06 am
Forum: Common Problems
Topic: AppCrash on loading Oxygen 9.1 in Vista: nvoglv32.dll
Replies: 2
Views: 3725

Re: AppCrash on loading Oxygen 9.1 in Vista: nvoglv32.dll

Hi, We have found a workaround which avoids the OpenGL driver issue. You need to create an empty file named 'opengl32.dll' in the oxygen installation folder. This way the Java Runtime Environment(JRE) is no longer able to load the OpenGL driver(for whatever reason it was attempting to do so) and thu...
by adrian
Wed Oct 15, 2008 11:56 am
Forum: Common Problems
Topic: failed to open a 3mb xml file
Replies: 4
Views: 3012

Re: failed to open a 3mb xml file

Hi, In this particular case the problem was an excessive number of namespace declarations (almost one per element in the document) that amounted to 25k different prefixes for the same uri. The learn structure feature seems to have a problem with this amount of declarations. We will investigate and f...
by adrian
Wed Oct 15, 2008 9:52 am
Forum: Other Issues
Topic: SVN v1.5
Replies: 3
Views: 3710

Re: SVN v1.5

Hi,

Oxygen 10, which will be released very soon, includes the updated SVN Client 4.0 that supports SVN 1.5

Regards,
Adrian
by adrian
Fri Oct 10, 2008 12:22 pm
Forum: Common Problems
Topic: oXygenxml 4.2 unistall problems
Replies: 2
Views: 2543

Re: oXygenxml 4.2 unistall problems

Hello again, This error should only occur if the installer cannot find or load a certain DLL file. The DLL in question is iawin32.dll and should be located in: <Oxygen4.2 installation dir>\UninstallerData\resource The DLL could have been deleted on a previous uninstall attempt or maybe got corrupted...
by adrian
Thu Oct 09, 2008 5:49 pm
Forum: Common Problems
Topic: oXygenxml 4.2 unistall problems
Replies: 2
Views: 2543

Re: oXygenxml 4.2 unistall problems

Hello,

We will investigate this and look for a solution. Not sure what it's causing that error.

Regards,
Adrian
by adrian
Tue Oct 07, 2008 3:42 pm
Forum: General XML Questions
Topic: Outline repr. similar to DITA Map for other XML Schema?
Replies: 1
Views: 3555

Re: Outline repr. similar to DITA Map for other XML Schema?

Hello David,

Unfortunately The DITA Maps Manager View in its current implementation (v9.3) is "hardwired" for DITA maps of DITA specializations. There is no possibility to customize it without severe modifications in the code.

Regards,
Adrian Buza
http://www.oxygenxml.com
by adrian
Mon May 19, 2008 3:35 pm
Forum: Common Problems
Topic: Regex replacement crash
Replies: 3
Views: 3205

Re: Regex replacement crash

Hello,

We have implemented a fix for preventing such situations. The fix will be available in the next minor version(9.3).

Regards,
Adrian
by adrian
Tue May 13, 2008 12:06 pm
Forum: Common Problems
Topic: Buggy Windowing Behavor under Linux
Replies: 3
Views: 2608

Re: Buggy Windowing Behavor under Linux

Hello, I think that this problem occurs because the linux application launcher for v9.2 sets the default AWT toolkit to MToolkit when compiz is running. If you launch the application from the command line using the 'oxygen.sh' script this problem should no longer occur. Can you verify this? If start...
by adrian
Fri Jan 04, 2008 11:16 am
Forum: Common Problems
Topic: Document Type Association shortcut Bug
Replies: 5
Views: 4076

Hello,

In the current development stream we have implemented a fix so that shortcut keys for actions will work without having to add the actions to the menu bar. This fix will be available in the next release.

Regards,
Adrian
by adrian
Wed Jun 13, 2007 5:06 pm
Forum: Common Problems
Topic: Painful speed with schema diagrams
Replies: 4
Views: 4985

Hello, For improving the performance of the schema browsing you can try to set the value of the runtime system property "apple.awt.graphics.UseQuartz" to "false" in the "info.plist". To accomplish this, follow the steps: 1. In Finder go to Oxygen installation directory ...