Detect Swipe and GUI Button Press

I am newbie to unity3d. I am stuck in detecting swipe gesture as well as a gui Button press both simultaneously Any of the event is not being executed.
For swipe Gesture i am using the Finger Gesture Package and for gui Button I am using the GUI.RepeatButton. I’ve also tried to use Finger Gesture and GUI.Texture as button still gives the same result. The third try i did with the Flick Control script with GUI.RepeatButton and Gui.Texture Neither of them work.

Edit One
I’ve tried this way to get the work done but its not working with multi gesture1

Help would be greatly appreciated.
Thank you

I think you should try creating your own button instead of GUI component. As you need to use multitouch. I have two links for you one for making GUITexture as button and second for differentiating two touch inputs. This will solve the problem of detecting your one input touch which reacts on another control.