B4A Library [B4X] [XUI] AS AppSummary - Alexander Stolte    Dec 22, 2024   (30 reactions) Height As Double) ClearItems DesignerCreateView (Base As Object, Lbl As Label, Props As Map) Base type must be Object FontToBitmap (text As String, IsMaterialIcons As Boolean, FontSize As Float, color As Int) As B4XBitmap https://www.b4x.-to-bitmap.95155/post-603250 GetItemAt (Index As Int) As AS_Ap B4A Question Error: java.net.UnknownServiceException: CLEARTEXT communication - amidgeha (first post)    Aug 04, 2019   (24 reactions) Add this line to your Manifest:
SetApplicationAttribute(android:usesCleartextTraffic, "true")
Take a look at this link B4A Question CLEARTEXT communication to 192.168.0.101 not permitted by network security policy - aeric (first post)    Jun 29, 2020   (19 reactions) https://www.b4x.-jar-targetsdkversion-minsdkversion.87610/#content
Add below to your Manifest Editor:
' 28 - Non-ssl (non-https) communication is not permitted by default.
' It can be enabled in B4A v9+ by adding this line to the manifest editor:
CreateResourceFromFile(Macro, Core.NetworkClearText B4A Question Clear EditText in B4XPages - Alexander Stolte (first post)    Apr 25, 2023 B4XPages.GetManager.MainPage.p_Page2.txtUsername.Text = ""
Set the Page you want in the B4XMainPage to public:
Public p_Page2 As b4xp_Page2
now you can access it. B4A Question Problems accessing the WEB server - JohnC (first post)    Oct 23, 2024   (1 reaction) A quick search using this forums search box with the error message "CLEARTEXT communication" came up with this post:
https://www.b4x.-communication-to-192-168-0-101-not-permitted-by-network-security-policy.119569/#post-748040 B4A Library [B4X] [XUI] AS TabMenuAdvanced - Alexander Stolte    Apr 25, 2024   (38 reactions) Add Designer Property BadgeWithoutText - If True then the badges have no text
Default: False
1.07
Add Visible to Type - If False then the middle button is not visible, but the space is still kept free
1.08
Add Designer Property ColorIcons - If false then remains the color of the icon
Default B4A Question ResponseError. Reason: java.net.UnknownServiceException: CLEARTEXT communication to www.videoservice.us not permitted by network security policy, Resp - Alex_197 (first post)    Jan 18, 2022   (1 reaction) Read this
https://www.b4x.-java-net-unknownserviceexception-cleartext-communication.108336/ B4A Question Pls help with this error - DonManfred (first post)    Sep 17, 2019   (1 reaction) The forumsearch IS working. Just use it Cleartext B4A Question Cleartext traffic allowed for all domains - drgottjr (first post)    Jan 15, 2021 it's not an "error" so much as a violation of a policy for publication at play store. you cannot allow cleartext traffic as the default. this is what occurs when you add the cleartext macro to your manifest. you have to remove that line from the manifest and create your own network security confi B4A Question Connect Android to MySQL using Wamp - josejad (first post)    Jul 15, 2021   (3 reactions) Write "CLEARTEXT" in the forum search, (or any other error you get) it will give you a lot of hints:
116434
When publishing code, use .... Paste your code here ... , it will make the post more clear.
You can do it too with the menu:
116436 Page: 1   2   3   4   5   6   7   Powered by ColBERT |