Missing references
I'm trying to build the source code for moneydance_open extensions found at: https://bitbucket.org/infinitekind/moneydance_open/src/f9578d627afd9bc1ecc9061b3d663faebe51f6e5/src/com/moneydance/modules/features/priceui/priceEntry/PriceEntryExec.java?at=master&fileviewer=file-view-default
I found the link in one of the discussions on this board.
The following references are missing and I can't find any info in your documentation about these. Are these no longer used? If so, can you point me to replacement or updated source code. Thanks.
import com.moneydance.apps.md.view.gui.TagLogic
import com.moneydance.apps.md.view.gui.select.ClickLabelListPanel;
import com.moneydance.apps.md.view.gui.TxnDateSearch;
import com.moneydance.apps.md.view.gui.TxnTagsSearch;
import com.moneydance.apps.md.view.gui.reporttool.GraphReportUtil;
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Bob B on Oct 26, 2017 @ 07:35 PM
also can't locate
import com.moneydance.apps.md.view.gui.SecondaryDialog;
I'm sure I'm doing something wrong - can anyone help?
Support Staff 2 Posted by Sean Reilly on Oct 27, 2017 @ 01:03 PM
Hi Bob,
Yes, those things are not part of the official Moneydance API, but on occasion we're ok with referencing "internal" classes if it needs to be done. The solution is to copy the moneydance.jar file from the full Moneydance installation to a path referenced in the build.xml file. I used "moneydance2017.jar". It's important to not commit that jar file to the main git repo though.
Thanks!
Sean
3 Posted by Bob B on Oct 27, 2017 @ 05:50 PM
Thank you very much - can build now. Onward and upward :)
System closed this discussion on Jan 26, 2018 @ 05:50 PM.