Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Persistence in Java Virtual Machine (vars etc)

Featured Replies

Since I'm not a Java guru yet, here's a question,

 

Can and how do I keep variables and states etc. in my java (groovy) between FMP scripts etc.

 

Say I want to have an entire program running and that would communicate with FMP via script calls etc, how would I do that?

 

or ... its the environment totally destroyed at the end of the current script master call once control is passed back to FMP?

 

Charles

 

AFAIK the JVM is created on opening FMP with ScriptMAster installed and destroyed on exit

 

Any Groovy 'variables' you create during the script are available using SMGetVariable("var") until you run another function when they are destroyed - so you will need to set some FM variables for any kind of persistence.

BUT because the JVM is still alive you can put things into an Expando to store them (see posts from Todd Geist on his site on this)

  • Author

Great, does anyone have a link to Todd's article, I see lots of references but not the blog itself.

 

C.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.