tremara1 Active Member Licensed User Longtime User Jul 18, 2011 #1 This worked in previous version B4X: Dim p As Phone lblPhone.text = p.GetLine1Number now I get the error on compile HTML: Compiling code. Error Error compiling program. Error description: Unknown member: getline1number Occurred on line: 33 lblPhone.text = p.GetLine1Number Word: getline1number
This worked in previous version B4X: Dim p As Phone lblPhone.text = p.GetLine1Number now I get the error on compile HTML: Compiling code. Error Error compiling program. Error description: Unknown member: getline1number Occurred on line: 33 lblPhone.text = p.GetLine1Number Word: getline1number
Erel B4X founder Staff member Licensed User Longtime User Jul 18, 2011 #2 The Phone library was refactored to avoid adding unnecessary permissions. This is the only backwards compatibility issue in v1.6 and it is described in the announcement: http://www.b4x.com/forum/additional...dates/10270-basic4android-v1-60-released.html
The Phone library was refactored to avoid adding unnecessary permissions. This is the only backwards compatibility issue in v1.6 and it is described in the announcement: http://www.b4x.com/forum/additional...dates/10270-basic4android-v1-60-released.html
tremara1 Active Member Licensed User Longtime User Jul 18, 2011 #3 thanks......again Thanks Erel.....