Search found 24 matches

by kai_weber
Thu Aug 24, 2023 9:07 am
Forum: Common Problems
Topic: Problems with author actions in framework extension script
Replies: 20
Views: 1755

Re: Problems with author actions in framework extension script

Hi Alex, thanks for the explanations. In that case my test didn't work: After compiling the framework, I did still see some "toolbar shifting" behaviour, when both, the .exf file and the .framework file, were present in the project folder. Only when I removed the .exf file and restarted oX...
by kai_weber
Wed Aug 23, 2023 8:54 am
Forum: Common Problems
Topic: Problems with author actions in framework extension script
Replies: 20
Views: 1755

Re: Problems with author actions in framework extension script

Hi Alex, at first glance this framework compilation seems to work. Did I get it right, that the compiled framework file needs to replace the original extension script and the externalAuthorActions folder? So, we would need to keep the extension script file and the author actions in a separate folder...
by kai_weber
Tue Aug 22, 2023 5:31 pm
Forum: Common Problems
Topic: Problems with author actions in framework extension script
Replies: 20
Views: 1755

Re: Problems with author actions in framework extension script

Hi Alex, many thanks for looking into this so far. Up until now the appearing / disappearing of toolbar items after edits in the extension script looked rather random to us, we have not found a safe way to ensure that it's always appearing. However, we've probably not tested thoroughly, if compilati...
by kai_weber
Mon Aug 21, 2023 2:35 pm
Forum: Common Problems
Topic: Problems with author actions in framework extension script
Replies: 20
Views: 1755

Re: Problems with author actions in framework extension script

Hi Alex, Oliver asked me to try help reproduce our problem based on your minimal setup. I've been able to reproduce it somehow, though I'm not clear about where exactly the setup broke. Here's what I changed: 1. Added a second framework ("woa.apparate"), derived from "woa.edit", ...
by kai_weber
Fri Mar 24, 2023 12:53 pm
Forum: Other Issues
Topic: recursive framework extension / derivation
Replies: 7
Views: 1088

Re: recursive framework extension / derivation

I just saw in the release notes of oXygen v25.1 that you implemented the feature I was missing (setting of a default schema via framework extension script). Thanks a lot for such a swift action!
by kai_weber
Fri Mar 24, 2023 12:27 pm
Forum: Feature Request
Topic: Target oxy_comment PIs with CSS rules?
Replies: 1
Views: 460

Target oxy_comment PIs with CSS rules?

Is it possible to target the processing instructions "oxy_comment_start" and/or "oxy_comment_end" with a CSS rule in a framework, or do those processing instructions have a special status, due to their nature of being firmly built into oXygen and therefore cannot be modified? It ...
by kai_weber
Thu Mar 16, 2023 12:45 pm
Forum: Common Problems
Topic: Cannot add document template via framework extension script
Replies: 2
Views: 507

Re: Cannot add document template via framework extension script

Hello Alex,

oh yes, that works, thanks for that hint. I'll try to read parameter type instructions more carefully in the future.

Best regards,
Kai
by kai_weber
Fri Mar 10, 2023 6:23 pm
Forum: Common Problems
Topic: Cannot add document template via framework extension script
Replies: 2
Views: 507

Cannot add document template via framework extension script

In Oxygen Editor v25, I cannot add templates to a framework via framework extension script, as described in your documentation . I tried all kinds of combinations of settings, @inherit="all" / "none", @path with and without a trailing "/", with and without @position att...
by kai_weber
Tue Mar 07, 2023 6:19 pm
Forum: Common Problems
Topic: Problem in frameworkExtensionScript.xsd: removeAction element's id attribute is too restrictive
Replies: 2
Views: 558

Problem in frameworkExtensionScript.xsd: removeAction element's id attribute is too restrictive

When working on an oXygen framework extension script I noticed that action IDs can be any string, but the frameworkExtensionScript.xsd delivered with oXygen (I'm using v25.0) defines the @id-attribute of the <removeAction> element with data type xs:NCName: <xs:element name="removeAction"> ...
by kai_weber
Tue Mar 07, 2023 6:05 pm
Forum: Other Issues
Topic: recursive framework extension / derivation
Replies: 7
Views: 1088

Re: recursive framework extension / derivation

Hi Alex, no, our documents don't have explicit schema associations. We could possibly add them, though. The base framework uses TEI_all as its schema, which we would like to restrict the schema to just the required subset of elements - as it is common in the TEI community. Sure, there might be other...
by kai_weber
Tue Mar 07, 2023 11:31 am
Forum: Other Issues
Topic: recursive framework extension / derivation
Replies: 7
Views: 1088

Re: recursive framework extension / derivation

Dear Radu, I've had a look at the extension script approach now, but it seems that there is a limitation concerning the handling of an associated schema. Is it correct that I cannot change the associated schema in a framework extension script, i. e. I always have to use the schema association from t...
by kai_weber
Tue Mar 07, 2023 10:17 am
Forum: Other Issues
Topic: recursive framework extension / derivation
Replies: 7
Views: 1088

Re: recursive framework extension / derivation

Dear Radu,

I knew you'd be coming up with helpful suggestions, thanks a lot. Both approaches sound better than the ideas I had myself.

Best regards,
Kai
by kai_weber
Mon Mar 06, 2023 6:05 pm
Forum: Other Issues
Topic: recursive framework extension / derivation
Replies: 7
Views: 1088

recursive framework extension / derivation

After having already spent quite a while editing a framework definition which is derived / extended from another oXygen framework, I noticed that I cannot derive frameworks recursively: If my framework B is derived from framework A, I cannot create a derived framework C from B. If I do so, I get ano...
by kai_weber
Tue Jan 24, 2023 12:15 pm
Forum: Common Problems
Topic: Oxygen fails to start after upgrade of Git Plugin
Replies: 3
Views: 603

Re: Oxygen fails to start after upgrade of Git Plugin

Hello Alex, thank you, that worked, though the path to the configuration folder was a bit different on my Windows machine (${User Home}\AppData\Roaming\com.oxygenxml\extensions\v25.0\plugins\com.oxygenxml.git\oxygen-git-client-addon-5.1.0). When re-opening oXygen after I've removed the "plugin....
by kai_weber
Fri Jan 20, 2023 10:33 am
Forum: Common Problems
Topic: Oxygen fails to start after upgrade of Git Plugin
Replies: 3
Views: 603

Oxygen fails to start after upgrade of Git Plugin

After upgrading the Git Plugin to 5.0.1 (interestingly that's already offered when clicking the Add-Ons upgrade check, even though your GitHub repo still lists 5.0.0 as the latest version) in Oxygen 25 (current build or previous build), Oxygen does not start anymore. Instead it displays a FATAL ERRO...
by kai_weber
Fri Dec 09, 2022 6:57 pm
Forum: Other Issues
Topic: xs:anyURI-based content completion in a TEI project using exist-db remote sources
Replies: 2
Views: 587

Re: xs:anyURI-based content completion in a TEI project using exist-db remote sources

Thanks Radu,
as fast and helpful as always! This cc_config.xml is exactly what I needed!
(And for the local main file setup I keep forgetting that not only the source file of the IDs, but also the target file, that is being edited, needs to be included...)
by kai_weber
Fri Dec 09, 2022 11:48 am
Forum: Other Issues
Topic: xs:anyURI-based content completion in a TEI project using exist-db remote sources
Replies: 2
Views: 587

xs:anyURI-based content completion in a TEI project using exist-db remote sources

As you posted recently in this forum it is now possible with oXygen v25 to use auto-completion with references that are modelled as xs:anyURI in the TEI schema. I can see that it picks up on the xml:id attributes defined in the same file. However, I can not get this working across files, either loca...
by kai_weber
Thu Nov 04, 2021 12:41 pm
Forum: Other Issues
Topic: Selecting unconnected words in author mode
Replies: 3
Views: 862

Re: Selecting unconnected words in author mode

Hi Radu, thanks for your hints, I've now managed to apply some text actions to non-consecutively marked words. My question arose when I was looking at the open source oXygen framework ediarum which defines a lot of custom actions. I might be interested in working with ediarum as a base and customize...
by kai_weber
Thu Nov 04, 2021 10:15 am
Forum: Other Issues
Topic: Selecting unconnected words in author mode
Replies: 3
Views: 862

Selecting unconnected words in author mode

In an Office program it is possible to mark several unconnected words (usually by holding the Ctrl-key while using the mouse to select words) and then apply a transformation (e. g. italic formatting) to all of them at once. Is something similar possible in author mode? I can mark several words acros...
by kai_weber
Wed Aug 18, 2021 5:29 pm
Forum: Common Problems
Topic: Problems with master file / main file support in Editor 23.1
Replies: 4
Views: 1271

Re: Problems with master file / main file support in Editor 23.1

Hello Sorin, the documents are TEIs, using the tei-all.rng schema from `${baseFramework}/xml/tei/custom/schema/relaxng/tei_all.rng`. There's roughly a dozen editors working on documents in this project, all using the same Oxygen .xpr file, and so far only one editor complains about a total failure o...
by kai_weber
Tue Aug 17, 2021 5:43 pm
Forum: Common Problems
Topic: Problems with master file / main file support in Editor 23.1
Replies: 4
Views: 1271

Problems with master file / main file support in Editor 23.1

Dear oXygen team, a colleague of me was having some problems with main file support in oXygen Editor 23.1 (she had recently upgraded from 23.0). Her setup concerning main file support looks OK to me, yet when she is trying to set IDREFs in Author Mode, the selection list only offers xml:ids from the...
by kai_weber
Thu May 07, 2020 12:07 pm
Forum: Common Problems
Topic: Cannot call external program (.bat or .exe) from within Oxygen on Windows 8
Replies: 2
Views: 1585

Re: Cannot call external program (.bat or .exe) from within Oxygen on Windows 8

Dear Adrian, thanks a lot, that worked! (At least for the external tool definition. I didn't ask our customer to check if the starting of a generated batch file at the end a transformation scenario run would work. I assume it doesn't, because we have changed nothing there. However, our problem is so...
by kai_weber
Tue May 05, 2020 10:40 am
Forum: Common Problems
Topic: Cannot call external program (.bat or .exe) from within Oxygen on Windows 8
Replies: 2
Views: 1585

Cannot call external program (.bat or .exe) from within Oxygen on Windows 8

I have prepared an Oxygen project setup for a team of around 10 people. My setup contains an external tool integration that calls a windows executable file (I tried for both .exe and .bat files). The project setup works for all users except one. The main difference that I can see is that this one us...