Search found 97 matches

by Jamil
Tue Oct 04, 2022 12:04 am
Forum: Common Problems
Topic: Fast way to make and work with unordered lists in different levels. How?
Replies: 7
Views: 1028

Re: Fast way to make and work with unordered lists in different levels. How?

I am by no means a DITA expert, but what happens if you nest a list within a list? Do you see the desired indentation result?
by Jamil
Wed Sep 28, 2022 1:25 am
Forum: Common Problems
Topic: How To Increase Java Memory On MacOS
Replies: 2
Views: 648

Re: How To Increase Java Memory On MacOS

Thanks.

That was tricky.
by Jamil
Sat Sep 24, 2022 8:43 am
Forum: Common Problems
Topic: How To Increase Java Memory On MacOS
Replies: 2
Views: 648

How To Increase Java Memory On MacOS

I Google searched trying to find how to do this. All attempts failed so far. I created a vmoptions.txt file within \Applications\Oxygen XML Editor that was plain text containing: -Xmx8192m This didn't work. I also tried editing \Applications\Oxygen XML Editor\oxygen.sh: set -- \ -Xmx8192m\ -XX:-Omit...
by Jamil
Fri Jan 14, 2022 6:10 pm
Forum: Common Problems
Topic: Enterprise Editor v24 Build build 2021121518 Unresponsive With JSON FIle
Replies: 4
Views: 1196

Re: Enterprise Editor v24 Build build 2021121518 Unresponsive With JSON FIle

So it seems release 23 broke several items related to JSON. v22 is stable regarding this.
I will look to uninstall v24 and reinstall v22.
by Jamil
Mon Jan 10, 2022 8:39 pm
Forum: Common Problems
Topic: XML To JSON Questions
Replies: 5
Views: 1648

Re: XML To JSON Questions

We did that in order to preserve the round trip conversion, which would otherwise have been lost because we did not differentiate between these 2 types of elements. So, if you want the previous post conversion's results, the solution is to use empty self-closing XML elements. There isn't currently ...
by Jamil
Tue Jan 04, 2022 7:38 pm
Forum: Common Problems
Topic: Enterprise Editor v24 Build build 2021121518 Unresponsive With JSON FIle
Replies: 4
Views: 1196

Re: Enterprise Editor v24 Build build 2021121518 Unresponsive With JSON FIle

I just reproduced the issue and will send the XML I converted to JSON using oxygen editor. I did it via Tools|JSON|XML to JSON on the menu. If you leave open JSON document in editor checked off, the application freezes forever and never responds. It has something to do with the JSON file it created....
by Jamil
Fri Dec 31, 2021 1:49 pm
Forum: Common Problems
Topic: XML To JSON Questions
Replies: 5
Views: 1648

XML To JSON Questions

I am noticing unexpected behavior with XML to JSON conversions. Here is a sample file I created to illustrate my question: <?xml version="1.0" encoding="UTF-8"?> <root attribute1="" attribute2=""> <node1 attribute1=""> <subnode1>TEST</subnode1> <subn...
by Jamil
Fri Dec 31, 2021 4:14 am
Forum: Common Problems
Topic: Enterprise Editor v24 Build build 2021121518 Unresponsive With JSON FIle
Replies: 4
Views: 1196

Enterprise Editor v24 Build build 2021121518 Unresponsive With JSON FIle

I performed a conversion of an XML document to JSON. This took some time to complete, but the editor never responded again even after opening the json file in a new tab. The XML document is about 67MB. I have to manipulate it in JavaScript, and json is simpler in this case. It seems the large json f...
by Jamil
Wed Nov 18, 2020 7:01 am
Forum: Other Issues
Topic: oxygenxml editor error
Replies: 1
Views: 878

oxygenxml editor error

My oxygenxml editor is currently attempting to display an error that I cannot read. The app is frozen as follows:

Image

It is currently stuck like this unable to be closed. This is running under Ubuntu 20.04.1 LTS.
by Jamil
Thu Aug 20, 2020 8:50 pm
Forum: Feature Request
Topic: Move oxygen*.vmoptions To Home Directory
Replies: 4
Views: 2610

Re: Move oxygen*.vmoptions To Home Directory

If I may install a new version (major or minor) without losing my vmoptions and never have to manually edit anything (that I later forget to do), this will meet my needs.

If I still have to remember to edit files, this will not help me.
by Jamil
Thu Aug 20, 2020 9:24 am
Forum: Feature Request
Topic: Move oxygen*.vmoptions To Home Directory
Replies: 4
Views: 2610

Re: Move oxygen*.vmoptions To Home Directory

After thinking about this a little more, there's changes you may make to minimize the amount of work needed to complete my request. I propose the following changes: Keep the existing vmoptions file creation in OxygenXML's installation location as currently. For the latest version, it is called oxyge...
by Jamil
Wed Aug 19, 2020 10:50 pm
Forum: Feature Request
Topic: Move oxygen*.vmoptions To Home Directory
Replies: 4
Views: 2610

Move oxygen*.vmoptions To Home Directory

I increase JVM memory to oxygen*.vmoptions only to have it lost when I update to a newer release. Some times I forget to update it again and only learn of insufficient memory when I see an error message. My request is to move this configuration file to the associated users home directory. This way i...
by Jamil
Wed Jul 01, 2020 1:18 am
Forum: XSLT and FOP
Topic: BOM Handling Question
Replies: 4
Views: 2704

Re: BOM Handling Question

Thanks, and I was not even aware this attribute existed. This solved the issue.
by Jamil
Mon Jun 29, 2020 9:54 pm
Forum: XSLT and FOP
Topic: BOM Handling Question
Replies: 4
Views: 2704

Re: BOM Handling Question

Hi Radu. The issue I face is that the Unicode file is not interpreted correctly resulting in character loss for UTF-8. My XSLT output is text containing UTF-8. There is no indicator for this other than the BOM. Since it is missing, data gets interpreted incorrectly resulting in data loss. For UTF-8,...
by Jamil
Tue Jun 23, 2020 6:28 pm
Forum: XSLT and FOP
Topic: BOM Handling Question
Replies: 4
Views: 2704

BOM Handling Question

I am noticing that when I execute an XSLT with encoding set for UTF-8, the BOM is not being created in the output file. I just checked Ecoding under preferences, and UTF-8 BOM handling is set for keep. For a new file, I want the BOM to always be added to the output file. My transformer is set to Sax...
by Jamil
Mon Jun 22, 2020 12:14 am
Forum: Other Issues
Topic: Can I Disable Windows Text Size Zoom
Replies: 4
Views: 1694

Re: Can I Disable Windows Text Size Zoom

I just found the option and disabled it under Preferences: Editor, Zoom: Enable mouse-wheel zooming

Thanks for forward thinking and adding this.

My questions have all been answered.
by Jamil
Sun Jun 21, 2020 11:49 pm
Forum: Other Issues
Topic: Can I Disable Windows Text Size Zoom
Replies: 4
Views: 1694

Re: Can I Disable Windows Text Size Zoom

It seems that Microsoft introduced this at some point in time as an update to Windows. Every single Windows application on my computer will change font size with CTRL held down while moving the mouse wheel. I can find absolutely no way to disable this behavior in Control Panel settings. I am using a...
by Jamil
Sun Jun 21, 2020 9:26 pm
Forum: Other Issues
Topic: Can I Disable Windows Text Size Zoom
Replies: 4
Views: 1694

Re: Can I Disable Windows Text Size Zoom

Reset Global Options restored the default font sizes.

I just need an answer to #1 above.
by Jamil
Sun Jun 21, 2020 9:22 pm
Forum: Other Issues
Topic: Can I Disable Windows Text Size Zoom
Replies: 4
Views: 1694

Can I Disable Windows Text Size Zoom

I accidentally held down CTRL while scrolling the mouse wheel. This resulted in the font sizes changing to now be unreadable.

Two questions--

1. Can I disable this? If so, how can I turn this off?

2. How can I restore all font sizes to default?

Thanks.
by Jamil
Sun Jun 16, 2019 4:30 am
Forum: Feature Request
Topic: XML Usage Decreasing JSON Increasing
Replies: 2
Views: 3491

XML Usage Decreasing JSON Increasing

For new feature development, XML is now no longer considered at my location. It is what it is, but this is the reality. I am aware that there are feature requests for JSON improvements. My am requesting that more focus be added to JSON support. I am sure someone has requested a feature to automatica...
by Jamil
Sat Aug 12, 2017 12:03 am
Forum: Other Issues
Topic: NullPointerException During Install
Replies: 11
Views: 6342

Re: NullPointerException During Install

I am now seeing that this issue is resolved with Bitdefender 2018. The issue remains in the 2017 version.
by Jamil
Tue Apr 11, 2017 12:00 pm
Forum: Other Issues
Topic: New Install of 19.0 Enterprise Error
Replies: 6
Views: 3887

Re: New Install of 19.0 Enterprise Error

Thanks for tracking this issue down. I do not remember what I may have done with the project files on my laptop (this is where the warning appeared). However, I generally do not do anything out of the ordinary with the software. With every new install, I arrange the toolbars within the editor a spec...
by Jamil
Sat Apr 08, 2017 9:58 am
Forum: Other Issues
Topic: New Install of 19.0 Enterprise Error
Replies: 6
Views: 3887

Re: New Install of 19.0 Enterprise Error

It happened for every project file that existed on my laptop after the v19 installation. However, it then no longer appeared the next time I opened the same project files. Whatever the issue was, it seems to have gone away. I am not sure if sending the project files that now no longer have the issue...
by Jamil
Fri Apr 07, 2017 8:47 am
Forum: Other Issues
Topic: New Install of 19.0 Enterprise Error
Replies: 6
Views: 3887

New Install of 19.0 Enterprise Error

New install where I selected the option to uninstall version 18.1. This happens during the installation toward the end with the splash screen remaining visible: https://yoqxuw-ch3302.files.1drv.com/y4p45vHb4Etr_zYxZfsl6IwB1BQURevNsy-hhTKFY5QUaARX9XvH9AdmWlhLsNp5nq9O3HX_FncDcKZzindsNQBYSNa3914aq4aqML...
by Jamil
Mon Mar 27, 2017 10:28 am
Forum: XSLT and FOP
Topic: Test whether file exists
Replies: 3
Views: 4997

Re: Test whether file exists

Your use case is not making sense to me. Based on your description, XSLT does not seem appropriate for what you wish to do. Why not test for file existence in Java instead?
by Jamil
Mon Mar 06, 2017 2:50 am
Forum: Other Issues
Topic: NullPointerException During Install
Replies: 11
Views: 6342

Re: NullPointerException During Install

The issue remains unresolved by Bitdefender. Apparently, they are unable to reproduce the install issue. For reasons unknown to me, they are able to install oxygen without Bitdefender causing this issue on their computers. I have simply uninstalled Bitdefender in the meantime.
by Jamil
Fri Oct 28, 2016 4:20 pm
Forum: Other Issues
Topic: NullPointerException During Install
Replies: 11
Views: 6342

Re: NullPointerException During Install

This is mostly informational for any other Bitdefender users here: I reported this incident to Bitdefender support. They are following up, and the install issue will eventually be resolved on their end. For now, I have not found a workable solution other than uninstalling Bitdefender 2017. Bitdefend...
by Jamil
Wed Oct 26, 2016 6:33 pm
Forum: Other Issues
Topic: NullPointerException During Install
Replies: 11
Views: 6342

Re: NullPointerException During Install

The trouble is all due to this newer 2017 Bitdefender. With it uninstalled, oxygen installs without issue as it always has in the past.
by Jamil
Wed Oct 26, 2016 6:28 pm
Forum: Other Issues
Topic: NullPointerException During Install
Replies: 11
Views: 6342

Re: NullPointerException During Install

Hi, This may not be related, but I see you have the temporary folder on a Z: drive (Z:\Temp). Is this a local drive, ramdrive or maybe a network drive? I see you're also running the installer directly from a network share "\\QNAPNAS\Installables\Installs\oXygen\oxygen-64bit.exe". This can...
by Jamil
Wed Oct 26, 2016 5:26 pm
Forum: Other Issues
Topic: NullPointerException During Install
Replies: 11
Views: 6342

Re: NullPointerException During Install

Bitdefender's ransomware now defaults to disabled after install. It is not turned on. I see no information showing that it blocked the oxygen install.