W winjiadh Active Member Licensed User Longtime User Jul 19, 2011 #1 In the 1.5, we can use the Vibrate add the phone dll version 1.37. we can use it in sample dim phone1 as phone phone1.Vibrate(1000) and in the version 1.6, it can't use,how did it for the vibrate. :sign0085:
In the 1.5, we can use the Vibrate add the phone dll version 1.37. we can use it in sample dim phone1 as phone phone1.Vibrate(1000) and in the version 1.6, it can't use,how did it for the vibrate. :sign0085:
Gary Miyakawa Active Member Licensed User Longtime User Jul 19, 2011 #2 It was changed in 1.6 (check release notes or do a search)... B4X: Dim phoneV as PhoneVibrate phoneV.Vibrate(1000) Works good! Gary M Upvote 0
It was changed in 1.6 (check release notes or do a search)... B4X: Dim phoneV as PhoneVibrate phoneV.Vibrate(1000) Works good! Gary M