Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 3991 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I just upgraded to FMpro 13. I was wondering if it is possible to use the Get(TriggerGestureInfo) function in a script to do some sort of function. For example performing a two finger tap on a portal record will delete the record or something like that. I am trying out ways to implement the Get (TriggerGestureInfo) into my database but I don't know how to work it. 

Posted

Not easily, because that trigger is a layout-level trigger so it will fire before it knows the context of what you tapped.  So it will not know the portal row at the moment of the tap.  It will know the coordinates but that won't do you much good.

You may be able to piece it together in combination with an OnObjectEnter...

  • 3 weeks later...
Posted

Not easily, because that trigger is a layout-level trigger so it will fire before it knows the context of what you tapped.  So it will not know the portal row at the moment of the tap.  It will know the coordinates but that won't do you much good.

You may be able to piece it together in combination with an OnObjectEnter...

Thanks, I kinda thought so. I think it would have been a good function to add

This topic is 3991 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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