Android Question TabMenuAdvanced .refresh Android/iOS

Sergio Haurat

Active Member
Licensed User
Longtime User
Hi @Alexander Stolte,

I have made a lot of progress with an Android application and finally I decided to pay the U$D99 to Apple and I found this difference:

In general context, when the application starts it tries to know if there is internet or not. If there is no connection, it disables some buttons that depend on connectivity to access a database.

B4X:
Sub Class_Globals
  'AS_TabMenuAdvanced
  Private btnTabMenu As AS_TabMenuAdvanced
  #If B4I
  Private xpnl_bottom As B4XView
  #End If
  'AS_TabMenuAdvanced
End Sub

B4A, line 133 to 136
1717806033152.png


B4I, line 133 to 136 (Ignore the error on line 132, I have to find a way to get the Internet check to work on both operating systems.)
1717806102533.png



Line 133 error
1717806301788.png


Line 136 error
1717806903270.png


Reference library: https://www.b4x.com/android/forum/threads/b4x-xui-as-tabmenuadvanced.140907/
 
Top