B4i Code Snippet adding SFSafariViewController - Erel (first post)    Mar 24, 2021   (1 reaction) It is available in iUI9: https://www.b4x.-safari-controller.70552/ Other Apple restrictions on non-ssl http requests - Pendrush (first post)    Jul 20, 2016   (1 reaction) As as first reply on https://forums.developer.apple.com/message/153123#153123 (escimo reply)
Can we use SFSafariViewController somehow in our apps? B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Mar 30, 2021   (4 reactions) What's New Since Last Week (22 Mar 2021 to 29 Mar 2021)
B4A
Tutorial
B4A
App Bundle - Publishing NEW apps using AAB to play store with New keystore
B4A
Tutorial
B4Xpages
Food_Market Example UI
B4X
Library
ViewPager
AS View Pager based on xCustomListView
B4X
Library
TabStrip
AS Segmente B4i Question AdMob library issue in local builder - fishwolf (first post)    May 01, 2016 51/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/Objects-.dat -o /-aa_Ver_2.51_new/UploadedProjects/<user id>/Payload/MyApp.app/MyApp
Undefined symbols for architecture i386:
"", referenced from:
l876 in GoogleMobileAds(flat-i386)
"_OBJC_CLASS_$_CBC B4i Question framework not found GoogleMobileAds - Sanxion (first post)    Jun 07, 2016 Undefined symbols for architecture arm64:
"", referenced from:
l936 in GoogleMobileAds(flat-arm64)
"_OBJC_CLASS_$_CBCentralManager", referenced from:
objc-class-ref in GoogleMobileAds(flat-arm64)
"_OBJC_CLASS_$_CBUUID", referenced from:
objc-class-ref in GoogleMobileAds(flat- B4i Question SFSafariController TintColor not working properly - CrunkFX    Jun 13, 2022 As @Erel said here UI9 TintColor was fixed, but after the fix the Buttons are colored the same as the SafariBackground:
130329
Private Sub InitSafariView
Page1.Initialize("Page1")
Page1.Title = "Page 1"
Page1.RootPanel.Color = Colors.White
Main.NavControl.ShowPage(Page1)
Dim bb Share My Creation Car Booking/Rental App(Uber alternative) : Source Code For Sale - sfsameer    Oct 13, 2022   (17 reactions) :)
The Project Price : 30$
*If you have any question or you need help please contact us @ : info@b4xcode.com or @ : b4xcode.com@gmail.com and we will get back to you right away.
106425 Share My Creation [V2] Amazing Order Taking App : Source For Sale - sfsameer    Oct 13, 2022   (9 reactions) If you have any question, please do not hesitate to contact us here (PM) or by email :
info@b4xcode.com
*Version 1 Post :
https://www.b4x.-order-taking-app-source-for-sale.126623/
122762122763
122764
122765
As always, Thank you,
Saif B4J Question [SOLVED] Turn Off Display - programmatically / from C++ to Java, more specific javaobject - sfsameer (first post)    Mar 08, 2021   (1 reaction) Hello,
there is a better and easier approach, using CMD batch file :
Create a CMD file (.bat)
Put the following code :
%systemroot%\system32\scrnsave.scr /s
and run it using jShell library and you are good to go :)
Thank you,
Saif B4A Library [Lib] Global Proxy Connector & DNS Changer - sfsameer    May 25, 2021   (19 reactions) b4xpc.StartProxyService
Complete Example :
Sub Globals
Dim b4xpc As B4XCodeProxyConnector
End Sub
Sub Activity_Create(FirstTime As Boolean)
b4xpc.Initialize
b4xpc.CreateService
b4xpc.SetProxyServer("5.44.54.16",8080)
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserC Page: 1   2   3   4   5   6   7   Powered by ColBERT |