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


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.)



Line 133 error


Line 136 error


Reference library: https://www.b4x.com/android/forum/threads/b4x-xui-as-tabmenuadvanced.140907/
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…