M Mscal Member Licensed User Mar 13, 2017 #1 Please forgive my mistaked. The problem is that : There isn't any Vibrate members. How can i found and use it?
Please forgive my mistaked. The problem is that : There isn't any Vibrate members. How can i found and use it?
BillMeyer Well-Known Member Licensed User Longtime User Mar 13, 2017 #2 In your Globals: Dim phv as PhoneVibrate Then wherever you want to use it: phv.Vibrate(1000) (The 1000 is time in milliseconds that it must vibrate - use your own number) Hope this helps !! Upvote 0
In your Globals: Dim phv as PhoneVibrate Then wherever you want to use it: phv.Vibrate(1000) (The 1000 is time in milliseconds that it must vibrate - use your own number) Hope this helps !!
Erel B4X founder Staff member Licensed User Longtime User Apr 25, 2017 #4 Works fine here. Tested on Android 7.1. Upvote 0