Hi,
I created a gesturetriggered button on a panel (let's name it panel A).
I want to make it as a reference panel so that I can use it multiple times.
However, if I drag the panel A onto other panel(s), then the gesturetriggered do not work anymore.
Do you know how I can solve this?
Normally with normal panel without gesture, I am able to write the click script on "scopelib" and everything works fine, but it seems not the case for the "gesturetriggered" panel.
Thanks in advanced.
Using a gesturetriggered panel as a reference panel
- adriantaw
- Posts:8
- Joined: Tue Nov 01, 2016 2:21 pm
Using a gesturetriggered panel as a reference panel
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Using a gesturetriggered panel as a reference panel
The gesture is detected by the (embedded) module container and the script which is triggered is either on the panel that contains
the container or the panel inside the container - but not on a panel reference.
the container or the panel inside the container - but not on a panel reference.
- adriantaw
- Posts:8
- Joined: Tue Nov 01, 2016 2:21 pm
Re: Using a gesturetriggered panel as a reference panel
Hi Martin,
Thank you for your reply.
So, does it mean it is not possible at all to create a reference panel with gesturetriggered?
Thank you for your reply.
So, does it mean it is not possible at all to create a reference panel with gesturetriggered?
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Using a gesturetriggered panel as a reference panel
That's correct.