Jump 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.

Time Trial on Standalone solution

Featured Replies

Is it possible to add a time trial feature to a standalone app that I have generated?

Mika

You could use a basic script to be run at start up.

pseudo code for a time limit of 30 days could be:

Allow User Abort [Off]

If IsEmpty[gExpired]

Set Field ["gExpired, Get[CurrentDate] + 30

End if

If gLastOpened > Get [CurrentDate]

Show dialog "System date has been changed"

Close file

End if

Set Field gLastOpened; Get [CurrentDate]

If Get [Account name] does not equal "Admin" and Get[CurrentDate] > gExpired

Show dialog "The time limit has expired, and the file will close"

Close file

End if

Fields used - all global date fields:

The file will close if the system date has been changed or if it is not opened by the admin account after the date that was set in the date field gExpired. Make sure that this gExpired field is empty before the file is used.

This is just a start - it can be improved to stop hacking attempts.

Create an account or sign in to comment

Important Information

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

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.