December 13, 201312 yr 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.
December 13, 201312 yr 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...
December 31, 201312 yr Author 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
Create an account or sign in to comment