Search found 17 matches

by pstein
Mon Feb 13, 2017 9:40 am
Forum: Common Problems
Topic: Moving settings folder not possible any more ?
Replies: 1
Views: 1080

Moving settings folder not possible any more ?

I switched recently to Oxygen v18 (on 64bit Win 7). As in earlier versions I wanted to move the settings folder to another place (a brother directory of the Oxygen installation directory). In the past this worked by entering the following line into the file oxygen18.0.vmoptions: -Dcom.oxygenxml.cust...
by pstein
Mon Oct 28, 2013 5:07 pm
Forum: Common Problems
Topic: How to export/save all current settings into backup file?
Replies: 5
Views: 3737

Re: How to export/save all current settings into backup file

Thank it works (even with relative path ..\myprefs). However wouldn't it be fine to have just ONE location/file where users have to specify the new settings folder? This can be achieved by a new file global.vmoptions which contains such arguments as -Dcom.oxygenxml.customOptionsDir for ALL tools!. S...
by pstein
Mon Oct 28, 2013 1:30 pm
Forum: Common Problems
Topic: How to export/save all current settings into backup file?
Replies: 5
Views: 3737

Re: How to export/save all current settings into backup file

Thank you for reply.

One more question:

Can I put the options folder

[user-home-folder]\AppData\Roaming\com.oxygenxml

somewhere else (e.g. in a sub-directory of the Oxygen installation folder) ?

Peter
by pstein
Mon Oct 28, 2013 11:25 am
Forum: Common Problems
Topic: How to export/save all current settings into backup file?
Replies: 5
Views: 3737

How to export/save all current settings into backup file?

Occasionally I want to backup all my current settings into a file (for later restore or restore on a Oxygen installation on another computer).

How can I export/save all current settings?

Peter
by pstein
Mon Oct 28, 2013 11:23 am
Forum: Common Problems
Topic: Move "OxygenXMLEditor" settings folder to another location?
Replies: 1
Views: 1164

Move "OxygenXMLEditor" settings folder to another location?

When I start Oxygen XML Editor then it creates automatically a new folder "OxygenXMLEditor") in the directory which reperesents the system var "MY DOCUMENTS" (Here: D:\work) How can I move the location for this folder to e.g. a sub-directory of Oxygen installation folder? I found...
by pstein
Mon Oct 28, 2013 11:20 am
Forum: Common Problems
Topic: How to prevent outgoing connection?
Replies: 1
Views: 1216

How to prevent outgoing connection?

When I start Oxygen then my firewalls pop up indicating an outgoing connecting from Oxygen (to its home server?). Even if I disable auto-update check in preferences-->Global there is an outgoing Internet connect attempt. This is annoying and a security risk. Does Oxygen transfer any personal data to...
by pstein
Sat Jul 02, 2011 8:10 am
Forum: Common Problems
Topic: Download Oxygen WITHOUT Java and use existing Java? Portable
Replies: 1
Views: 2740

Download Oxygen WITHOUT Java and use existing Java? Portable

Can I download somewhere an Oxygen version WITHOUT Java?

I want to install Oxygen but use another, already existing Java installation on my computer.

Second question: Is there a portable version of Oxygen? I want to run it from USB Stick.

Peter
by pstein
Wed Sep 02, 2009 4:24 pm
Forum: Common Problems
Topic: How to generate XML sample data from XSD Schema file?
Replies: 1
Views: 2211

How to generate XML sample data from XSD Schema file?

Assume I have a XSD Schema file. How can I generate an XML sample instance doc with sample values from this XSD (with Oxygen) ? If this is not possible with Oxygen: Which other tool can help me at this task? What, if the XSD Schema file contains <xsd:choice> in deeper levels and I want to generate s...
by pstein
Sun Jul 05, 2009 7:58 am
Forum: Common Problems
Topic: How to split element def -> element + typeref + ComplexType?
Replies: 3
Views: 2076

Re: How to split element def -> element + typeref + ComplexType?

on the foobar element you can use the contextual action Extract global type to create a new type and set that to the foobar element automatically Hi George, I am not sure about what you are talking. I did not found a "contextual action" (you mean context menu entry ???) for the element. S...
by pstein
Thu Jun 25, 2009 10:09 am
Forum: Common Problems
Topic: How to split element def -> element + typeref + ComplexType?
Replies: 3
Views: 2076

How to split element def -> element + typeref + ComplexType?

Assume I have a XSD with something like this inside: <xsd:complexType name="foobar"> <xsd:sequence> <xsd:element ... /> <xsd:element ... /> </xsd:sequence> </xsd:complexType> Now I want to split this type declaration and make two hierarchy levels out of it: <xsd:complexType name="foob...
by pstein
Sat Jun 20, 2009 3:46 pm
Forum: Common Problems
Topic: Searching way to split and merge XSD schema files
Replies: 1
Views: 3694

Searching way to split and merge XSD schema files

Assume I have one XSD Schema file with multiple ComplexTypes inside. Now I want to cut one (or some) of these ComplexTypes and put it into a new/existing other, second XSD schema file below a different namespace. Of cause this should not be done simply textually but the references/associations shoul...
by pstein
Sat Oct 25, 2008 11:35 am
Forum: Common Problems
Topic: Error when starting Oxygen. Cannot bind - ro.sync.ui.applica
Replies: 3
Views: 2378

Re: Error when starting Oxygen. Cannot bind - ro.sync.ui.applica

Wouldn't it be better to suppress this warning message in ornder not to confuse the user wether Oxygen is working correctly or not?

Or at least to offer an option to suppress this warning?

Peter
by pstein
Wed Oct 22, 2008 9:32 pm
Forum: Common Problems
Topic: Error when starting Oxygen. Cannot bind - ro.sync.ui.applica
Replies: 3
Views: 2378

Error when starting Oxygen. Cannot bind - ro.sync.ui.applica

When I start Oxygen 9.1 by calling oxygen.bat then I got the following error in the command prompt: 11:18:45,531 0 ERROR [ main ] ro.sync.ui.application.ApplicationLauncher - Cannot bind 11:18:53,875 8344 FATAL [ OxygenSingletonChecker-Thread ] ro.sync.ui.application.A - java.lang.NullPointerExcepti...
by pstein
Fri May 23, 2008 1:30 am
Forum: Common Problems
Topic: Can validate a XML against XSD from command line?
Replies: 1
Views: 2962

Can validate a XML against XSD from command line?

Can I pass an XML doc through command line to Oxygen and let it validate against an XSD? I would appreciate a command syntax like: oxygen.exe -validate my.xml my.xsd Possible errors should be displayed in this case on the command prompt. No GUI should pop up. Is this somehow possible? Same question ...
by pstein
Thu May 22, 2008 11:08 am
Forum: Common Problems
Topic: How do I indent and beautify XML source code?
Replies: 3
Views: 6033

Re: How do I indent and beautify XML source code?

Fine.

...and how/where do I specify that the indend from level to level is (only) 2 blanks (and not 3 as currently by default).?

Peter
by pstein
Thu May 22, 2008 11:04 am
Forum: Common Problems
Topic: How can I disable auto-check for updates?
Replies: 1
Views: 1892

How can I disable auto-check for updates?

How can I PERMANENTLY disable the automatic check for new software updates?

Peter
by pstein
Wed May 21, 2008 9:16 pm
Forum: Common Problems
Topic: How do I indent and beautify XML source code?
Replies: 3
Views: 6033

How do I indent and beautify XML source code?

Given a XML source file I want to make the code more readable and beautiful.
Is there a menu which let me do this in Oxygen ?

Peter