rkass068 Posted December 13, 2013 Posted December 13, 2013 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.
Wim Decorte Posted December 13, 2013 Posted December 13, 2013 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...
rkass068 Posted December 31, 2013 Author Posted December 31, 2013 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now