Search found 41 matches

by queshaw
Tue Dec 10, 2019 2:56 am
Forum: SDK-API, Frameworks - Document Types
Topic: Setting a wait cursor in the standalone client
Replies: 4
Views: 1889

Re: Setting a wait cursor in the standalone client

Thank you.

This seems to work if I use CROSSHAIR_CURSOR, but the cursor doesn't change if I use WAIT_CURSOR. Do you know why that might be?
by queshaw
Thu Dec 05, 2019 10:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Setting a wait cursor in the standalone client
Replies: 4
Views: 1889

Setting a wait cursor in the standalone client

I am working on a WorkspaceAccessPluginExtension. The UI consists of a menu and menu item. How can I set a wait cursor? What I've tried so far: private AtomicReference<JMenuBar> menuRef = new AtomicReference<JMenuBar>(); // Cringe ... @Override public void applicationStarted(final StandalonePluginWo...
by queshaw
Fri Nov 22, 2019 3:21 am
Forum: SDK-API, Frameworks - Document Types
Topic: Match theme color in MenuBarCustomizer?
Replies: 2
Views: 1420

Match theme color in MenuBarCustomizer?

Hi, I know very little Swing. How can I match the theme color when adding a menu and menu item? My latest attempt: Color bg = (Color) UIManager.get("MenuBar.background"); Color fg = (Color) UIManager.get("MenuBar.foreground"); UIManager.put("MenuItem.background", bg); U...
by queshaw
Mon Mar 11, 2019 6:10 pm
Forum: Common Problems
Topic: Changing license server user password? Or activating license?
Replies: 4
Views: 2271

Re: Changing license server user password? Or activating license?

Asking for activation code when it says machine signature, is pretty confusing. Anyway, it appears to be working now. I used tomcat and the war file to set it up, so that I can change the user name/password. And I registered the licenses on a different machine. Aside from changing the user name on t...
by queshaw
Fri Mar 08, 2019 4:32 am
Forum: Common Problems
Topic: Changing license server user password? Or activating license?
Replies: 4
Views: 2271

Re: Changing license server user password? Or activating license?

I should add that this is on windows using the windows installer.
by queshaw
Thu Mar 07, 2019 10:55 pm
Forum: Common Problems
Topic: Changing license server user password? Or activating license?
Replies: 4
Views: 2271

Changing license server user password? Or activating license?

Hi, I'm setting up a license server and when I try to request a license, it is not accepting the username and password that I configured. Is there a way to reset the user password? It could be that I failed to activate the license. When you activate a license, does the server at oxygenxml.com respon...
by queshaw
Tue Mar 17, 2015 7:44 pm
Forum: Common Problems
Topic: External tools in ecilpse plugin?
Replies: 3
Views: 2578

Re: External tools in ecilpse plugin?

To use the same tool I've created an ant script to run as an external tool and it has essentially the same result. What I am missing is being able to pass oxygen variables to the command line.
by queshaw
Tue Mar 17, 2015 2:01 pm
Forum: Common Problems
Topic: External tools in ecilpse plugin?
Replies: 3
Views: 2578

External tools in ecilpse plugin?

Is the oxygen external tools configuration available in the eclipse plugin (the oxygen configuration, not eclipse external tools)? I have an external tool configured in standalone oxygen that I would like to use. After not finding a place to configure tools I tried exporting global options, editing ...
by queshaw
Tue Mar 17, 2015 1:48 pm
Forum: Common Problems
Topic: ensure that catalog is loaded
Replies: 3
Views: 2315

Re: ensure that catalog is loaded

Hi,

It's been in multiple versions of oxygen over many years. It's not a configuration problem because the catalog is found and used after some unknown combination of restarting oxygen and revalidating documents.
by queshaw
Mon Mar 16, 2015 8:37 pm
Forum: Common Problems
Topic: ensure that catalog is loaded
Replies: 3
Views: 2315

ensure that catalog is loaded

Whenever I change a catalog or change which catalogs are used, I restart oxygen and sometimes the new catalog is used right away, sometimes not. I randomly try things until the catalog is recognized. This doesn't go over well when trying to show people editing involving the catalog. Or, a moment ago...
by queshaw
Wed Feb 25, 2015 3:46 pm
Forum: Common Problems
Topic: Applying a transformation scenario to several files at once
Replies: 5
Views: 4702

Re: Applying a transformation scenario to several files at o

Specifying the input file as the output file seems to replace the file. I gather you also have to select transformation follows selection.

Is there a way to filter which files are transformed? For example, not graphics?
by queshaw
Wed Feb 25, 2015 12:31 pm
Forum: Common Problems
Topic: Applying a transformation scenario to several files at once
Replies: 5
Views: 4702

Re: Applying a transformation scenario to several files at o

I have read descriptions of the input part. What happens to the output of the current file? How do I specify where it goes? Can I replace the input files with the result of their transformation? If so, is there a way to create backup files, aside from from within the transformation script?
by queshaw
Sat Apr 20, 2013 12:21 am
Forum: Common Problems
Topic: XML Diff SDK?
Replies: 3
Views: 2502

XML Diff SDK?

Is the XML Diff SDK available? I get 404 not found when I follow the link from help:

http://www.oxygenxml.com/doc/ug-editor/ ... f-api.html
by queshaw
Mon Mar 11, 2013 10:32 pm
Forum: Common Problems
Topic: eclipse and xml catalog
Replies: 2
Views: 2205

Re: eclipse and xml catalog

Hmm. Now it is working.... I have no idea why. Probably because I asked this question.

I've closed and opened eclipse after setting catalog paths several times. I clicked apply before restarting eclipse this time. Maybe that is it?
by queshaw
Mon Mar 11, 2013 8:27 pm
Forum: Common Problems
Topic: eclipse and xml catalog
Replies: 2
Views: 2205

eclipse and xml catalog

Hi, I am using the 14.2 oxygen editor plugin for eclipse. I've added catalogs and unselected the default catalog. When I attempt to create a document and associate a DTD it does it does not resolve the public id. I have all messages selected, and it logs the public id and the system id as null. I do...
by queshaw
Fri Aug 17, 2012 5:48 pm
Forum: Common Problems
Topic: File new dialog and DTD public ids
Replies: 4
Views: 3271

Re: File new dialog and DTD public ids

I may have found an easier work around.

Delete both the schema url and public id, then insert the public id.

If I edit the public id, the change isn't noticed.

This also happens to be after I installed the eclipse plugin, in case that could have affected the standalone client behavior somehow.
by queshaw
Fri Aug 17, 2012 4:45 pm
Forum: Common Problems
Topic: File new dialog and DTD public ids
Replies: 4
Views: 3271

Re: File new dialog and DTD public ids

I experience the same behavior with the standalone client downloaded from the link that you gave. There is a detail that I didn't mention which is that the "busy" icon doesn't seem to go away when the new file dialog is open. Here are the steps that I took: Catalog: <catalog xmlns="ur...
by queshaw
Tue Aug 14, 2012 5:44 am
Forum: Common Problems
Topic: File new dialog and DTD public ids
Replies: 4
Views: 3271

File new dialog and DTD public ids

I'm using oxygen 13.1 standalone editor on windows. When I create a new document by selecting DTD and specifying the public identifier, it works as I would expect. But, if I then want to create a document using a different DTD, changing the public identifier does nothing. If I delete the system iden...
by queshaw
Thu Mar 04, 2010 9:56 pm
Forum: Feature Request
Topic: xml commons resolver
Replies: 3
Views: 2900

Re: xml commons resolver

Thank you. I was getting a java.lang.NoSuchFieldError. And, if I compiled with oxygen.jar I would get an error about AccessibleVector not being visible. But, as you've said, I can cast catalogEntries to Vector, and I no longer need the class loader. Would you consider putting your patched classes in...
by queshaw
Tue Mar 02, 2010 11:51 pm
Forum: Feature Request
Topic: xml commons resolver
Replies: 3
Views: 2900

xml commons resolver

This is either a feature request, or a question about how I should solve a problem. I use custom catalog entries with xml commons resolver (i.e. I extend Catalog and OASISXmlCatalogReader), but oxygen seems to use it's own version of classes with the same name as classes in xml commons resolver, in ...
by queshaw
Mon Nov 26, 2007 9:24 am
Forum: Other Issues
Topic: Cursor positioning in text tab
Replies: 1
Views: 3002

Re: Cursor positioning in text tab

Oops. I swapped some lines around by accident, about the empty tags, I meant: Also, if I insert a '/' to convert start and end tags to one empty element tag, it leaves 3 line breaks after the tag, e.g. : <sec> <mark> </mark> </sec> becomes: <sec> <mark/> </sec> So, I end up spending a lot of time re...
by queshaw
Mon Nov 26, 2007 9:18 am
Forum: Other Issues
Topic: Cursor positioning in text tab
Replies: 1
Views: 3002

Cursor positioning in text tab

If I append an element from the outline that has content, it positions the cursor indented on the next line, e.g.: <doc> <!-- cursor --> </doc> Then if I append an element from the outline, it inserts 2 more linebreaks: <doc> <sec> <!-- cursor --> </sec> </doc> Is there a way to change the behavior,...
by queshaw
Sun Nov 25, 2007 5:21 am
Forum: Feature Request
Topic: Allow the editor to be raised in front of the help window
Replies: 2
Views: 3616

Allow the editor to be raised in front of the help window

Whenever I look at help I also want to type in the editor while looking at help, but it won't let me bring the editor window to the front. So, I move the help window off the edge of the screen in order to type, which is inconvenient for me. I would like to have it act as a normal window, so I can sw...
by queshaw
Sun Nov 25, 2007 5:03 am
Forum: Feature Request
Topic: Transformation scenario from files on disk
Replies: 6
Views: 5292

Emacs is a lisp interpreter with some editor functionality. So, there is little you can't do in emacs, as far as editing. If you don't have some editing feature that you want, you can usually write it in lisp. Where oxygen shines, is in XML specific editing, of course. But, leaving out the XML speci...
by queshaw
Tue Nov 20, 2007 10:04 pm
Forum: Feature Request
Topic: Transformation scenario from files on disk
Replies: 6
Views: 5292

Okay, I shouldn't have said other IDEs work that way. It was my memory that they work that way. Or at least, I haven't encountered the problem where I discover that running a process in an IDE is failing because there are changes to the files on disk that are not being used during a build. In eclips...
by queshaw
Mon Nov 19, 2007 9:17 pm
Forum: Feature Request
Topic: Transformation scenario from files on disk
Replies: 6
Views: 5292

When I usually encounter the problem, it is because the XSLT that has focus is not the one that changed, in my transformation chain. The way I get around it, is as you said, I give the file that I changed outside focus and then I'm prompted to load the changes from disk. The problem is that I forget...
by queshaw
Sat Nov 17, 2007 12:19 am
Forum: Feature Request
Topic: Transformation scenario from files on disk
Replies: 6
Views: 5292

Transformation scenario from files on disk

I have a transformation scenario using 5 XSLT files. I keep encountering a problem because I edit partially in emacs and partially in oxygen. When I run a transformation in oxygen, it seems to use what is loaded into oxygen, instead of what is on disk. I would like it if, when running a transformati...
by queshaw
Wed Oct 24, 2007 7:13 pm
Forum: Other Issues
Topic: move to next element?
Replies: 1
Views: 3416

move to next element?

Is there a navigation command to move the cursor to the next element? I only see "after next tag".

Are all key bindings what is shown in "menu shortcut keys"?