How to refresh/update (main/jmp) menu on jmp startup?
Hello everyone,
currently I'm working on an update function for my addins. I used the following guide as guidance:
How to write self-updating JMP add-ins
Everything works perfectly - but currently I'm struggeling with the next step.
I was wondering if it's possible to dynamicly "toggle" the update button depending if a update is available or not.
I tried using the script start-up function fo...