Search found 11 matches

by jtakeda
Tue Apr 27, 2021 8:43 pm
Forum: Common Problems
Topic: updateSite.xml not triggering update
Replies: 6
Views: 1492

Re: updateSite.xml not triggering update

Ah ha! That makes a lot of sense. I’ll change that and see if it fixes things. Thanks!
by jtakeda
Fri Apr 23, 2021 9:00 pm
Forum: Common Problems
Topic: updateSite.xml not triggering update
Replies: 6
Views: 1492

Re: updateSite.xml not triggering update

Hi Alex,

Here's the link to the GitHub repo:

https://github.com/sfu-dhil/lim-schema

The update site link is:

https://github.com/sfu-dhil/lim-schema/ ... teSite.xml

Best,
Joey
by jtakeda
Fri Apr 23, 2021 12:35 am
Forum: Common Problems
Topic: updateSite.xml not triggering update
Replies: 6
Views: 1492

Re: updateSite.xml not triggering update

Hi Alex, Thanks for this (I didn't realize hovering over the update gave the full information; I kept overthinking it, trying to resize the columns etc, so that's very helpful :-) ! Hovering over the update yields the "releases/latest" URL, which is the same one where the new ones would be...
by jtakeda
Thu Apr 22, 2021 2:01 am
Forum: Common Problems
Topic: updateSite.xml not triggering update
Replies: 6
Views: 1492

updateSite.xml not triggering update

Hi there, I'm trying to create a very simple framework, packaged as an add-on, and distribute it using GitHub Releases. I'm able to package it and release it perfectly well; downloading the add-on works, too, but the add on won't update: I've tried manually checking for updates as well as restarting...
by jtakeda
Sat Jun 08, 2019 12:58 am
Forum: Common Problems
Topic: Mac accented characters make window uneditable
Replies: 1
Views: 1063

Mac accented characters make window uneditable

Hi there, Running OSX Mojave, 10.14.5 with oXygen 21.0, build 2019022207. After I type in an accented character using the press and hold Mac method (https://support.apple.com/en-ca/HT201586), the editor window no longer listens to keyboard input. I have to click the save button and then exit and res...
by jtakeda
Fri Feb 08, 2019 4:36 am
Forum: Other Issues
Topic: Using ${answer} with xpath_eval
Replies: 2
Views: 1966

Using ${answer} with xpath_eval

Hi there, In a document template, I prompt the user for their id value using the ${ask} editor variable like so: <name ref="pers:${ask('Your xml:id', String,'', @user_id)}"> Which works perfectly well. However, when I try to use that value within an xpath_eval, it fails: ${xpath_eval(doc('...
by jtakeda
Wed Jun 27, 2018 7:40 pm
Forum: Other Issues
Topic: Determining overlapping comment end points in author
Replies: 3
Views: 2540

Determining overlapping comment end points in author

Hi there, In a project, we are using oXygen author mode comments to annotate bits of text; we then run the file through a transformation that takes all of the comment PIs and turns them into TEI anchor tags. However, one issue is that overlapping comments are ambiguous in respect to where they end: ...
by jtakeda
Wed May 09, 2018 6:32 am
Forum: Other Issues
Topic: Getting java pop-up in front of oXygen (ANT)
Replies: 5
Views: 4077

Re: Getting java pop-up in front of oXygen (ANT)

Hi Radu, Ah, that makes sense. Thanks for clarifying. In your javascript code from the ANT build file also create a Swing JFrame without content, show it, and on top of the frame show your JOptionPane, then after the JOptionPane is closed hide also the parent Swing JFrame. But this might not fix the...
by jtakeda
Tue May 08, 2018 2:25 am
Forum: Other Issues
Topic: Getting java pop-up in front of oXygen (ANT)
Replies: 5
Views: 4077

Re: Getting java pop-up in front of oXygen (ANT)

Hi Radu, Thanks for the suggestions! I'm slightly confused by this bit, however: The first parameter you send as null to the JOptionPane is the parent component. Unfortunately once the DITA OT publishing starts, it runs in another process so you cannot pass to it a reference to the main Oxygen frame...
by jtakeda
Mon May 07, 2018 5:46 am
Forum: Other Issues
Topic: Getting java pop-up in front of oXygen (ANT)
Replies: 5
Views: 4077

Getting java pop-up in front of oXygen (ANT)

I'm using oXygen build 2018022209 and I'm using embedded java scripts to receive user input. I can't use oXygen editor variables for this, because some of the information (like passwords) needs to be secure and, as far as I can tell, passing an editor variable through to ANT in oXygen echoes out som...
by jtakeda
Thu Mar 09, 2017 3:51 am
Forum: Common Problems
Topic: how to select folders with ${ask()} editor variable
Replies: 7
Views: 4104

Re: how to select folders with ${ask()} editor variable

Hi there,

I am wondering about the status of the directory option of the ${ask()} variable. I am a similar position as above, where I am creating a downloadable package that uses ANT and XSLT to run a suite of tools against a user's project. These users are likely to be non-technical.

Best,
Joey