M Mostez Well-Known Member Licensed User Longtime User Jun 3, 2020 #1 Hello I would like to know how to make short sound and vibration alert, for example if a critical value entered out of range. if cVal > 25 then sound vibrate end if Thanks
Hello I would like to know how to make short sound and vibration alert, for example if a critical value entered out of range. if cVal > 25 then sound vibrate end if Thanks
JohnC Expert Licensed User Longtime User Jun 3, 2020 #2 For Vibrate: B4A - Phone For Sound: B4A - Audio Last edited: Jun 3, 2020 Upvote 0
M Mostez Well-Known Member Licensed User Longtime User Jun 3, 2020 #4 I did not find vibrate method in phone library! B4X: Dim aPhone as Phone aPhone.vibrate 'not found Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 4, 2020 #5 The correct type is PhoneVibrate. Upvote 0
M Mostez Well-Known Member Licensed User Longtime User Jun 4, 2020 #6 sorry Erel, but I did not find that too, my B4A version is 9.80 and phone library version is 2.5 Upvote 0
Geezer Active Member Licensed User Longtime User Jun 4, 2020 #7 Mostez said: I did not find vibrate method in phone library! B4X: Dim aPhone as Phone aPhone.vibrate 'not found Click to expand... dim aPhone as PhoneVibrate Upvote 0
Mostez said: I did not find vibrate method in phone library! B4X: Dim aPhone as Phone aPhone.vibrate 'not found Click to expand... dim aPhone as PhoneVibrate