ABWiFi library and B4A 1.50

NJDude

Expert
Licensed User
Longtime User
Before the upgrade a little sample used to work, in fact is one of the samples on the tutorial for ABWiFi (the one that gets the location), after the update the "error" MsgBox pops up but it's empty, in other words, ABWiFi doesn't seem to work under B4A 1.50.
 

NJDude

Expert
Licensed User
Longtime User
This is the part of the code that displays that error:

B4X:
   Dim r As Boolean
   r = myWifi.ABGetLocation("myWifi")   
   If r = False Then
      Msgbox (myWifi.ABWifiLastError(), "")
   End If
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…