Data grid in MD extension
I’m looking to implement a script/extension that will require a data grid. Any suggestions or can someone point me in the right direction? I’m new to this. Using Python.
Thanks.
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 Stuart Beesley ... on 11 Feb, 2022 07:01 AM
A few tips. It’s actually Jython which is built on Java.
Thus you can use all Java methods.
Best best is Java swing and JTable
E.g.
‘from javax.swing import JTable’
Look at my site / code for examples. Perhaps list_future_reminders.py here:
https://yogi1967.github.io/MoneydancePythonScripts/
The rest is Google, research, and learning.
Good luck.
System closed this discussion on 13 May, 2022 07:10 AM.