B4A Library New Net library - Android FTP, SMTP and POP3 - Erel    Oct 6, 2025   (24 reactions)   tags: FTP, ftp smtp pop3, Net, B4A, Email The Net library supports FTP, SMTP and POP3 protocols. This library replaces the FTP library. Both... mail servers and send mails, including Html messages and attachments.
POP3 - Allows to directly connect to POP3 mail servers and download messages. Currently the messages are not parsed. The raw string... IPv6 clients.
V1.80 - SMTP, POP and FTP can be configured to use a custom trust manager. This allows... B4A Tutorial [B4X] Net library (FTP, SMTP, POP) with Wait For - Erel    Feb 14, 2021   (16 reactions)   tags: FTP, SMTP, POP.Net, B4X Net ftp smtp pop wait -net-library-android-ftp-smtp-and-pop3.10892/#content
Note that B4J and B4A libraries are identical.... B4A Tutorial Using POP3 to communicate with Android devices - Erel    Sep 5, 2011   (1 reaction) that supports POP3. Gmail is one such service. The POP3 object from the Net library returns the raw... B4A Code Snippet setError() - the forgotten pop-up - drgottjr    Mar 27, 2025   (6 reactions) error, the pop-up is cleared. Sub button1_click If Not(edittext1.Text.ToUpperCase.CompareTo... B4i Tutorial CSBuilder - AttributedStrings builder - Erel    Jan 16, 2026   (9 reactions) Label1.AttributedText = cs.Initialize.Color(Colors.Red).Append("Hello World!").PopAll https... of a style span. Calling Pop ends the last span that was added (and not ended yet). Calling PopAll ends all open spans. It is convenient to always call PopAll at the end to ensure that all spans are closed. 'example of explicitly popping an attribute: Label1.AttributedText = cs.Initialize.Color(Colors.Red).Append("Hello ").Pop.Append("World!").PopAll https://www.b4x.com... B4i Library iPopView - A Pop View based on UIPopover pop with a lot of possibilities - Alberto Iglesias    Jun 12, 2022   (1 reaction) http://vnsoft.es/images/b4i/ipopview/Top.png A Pop View based on UIPopover pop with a lot... folder -Copy the iPopView.xml to your custom libraries folder in B4i - Select in your REFERENCED... public release - Donationware): - Initial version iPopView Author: Alberto Iglesias ([email protected]) Version: 1.0.0 iPopView Author: Alberto Iglesias ([email protected]) Version: 1 iPopView Events: NewPopview (Title as String As ) onDismiss (Title as String As ) onInitialized... Wish Don't pop up WYSIWYG Designer - aeric    Oct 6, 2024   (6 reactions) I don't know about others, but after so many years of using B4J, I always need to close the WYSIWYG Designer window every time after I clicked on the shortcut next to the layout or from the menu Designer. There is no option to disable it as I know. I wish this feature of showing the WYSIWYG Designer can be toggled, such as adding a checkmark below the menu Designer like the menu Tools -> IDE Options. Another option is to have a button in Visual Designer window to pop up this window... B4A Question phone's theme - a question popped into my mind - Zeev Goldstein    Oct 18, 2024 hi
i see in many other apps that they can get the phone's theme (dark or light)
is there a way i can get the phone's theme?
... B4A Tutorial CharSequence / CSBuilder Tutorial - Erel    Jul 25, 2019   (69 reactions)   tags: CSBuilder, text .Text = cs.Initialize.Color(Colors.Red).Append("Hello World!").PopAll https://www.b4x.com.... Calling Pop ends the last span that was added (and not ended yet). Calling PopAll ends all open spans. It is convenient to always call PopAll at the end to ensure that all spans are closed. 'example of explicitly popping an attribute: Label1.Text = cs.Initialize.Color(Colors.Red).Append("Hello ").Pop.Append("World!").PopAll https://www.b4x.com/basic4android/images/SS... Share My Creation B4A Checkbox List Pop-up UI Class - MarkusR    Mar 26, 2018   (7 reactions) hello, today i made a class to pop up a list selection with checkboxes (in a scrollview) from a key value map inside a activity. after ok click the map is updated. note: i think a better solution is using a extra activity and jump into with CallSubDelay2 and then jump back where it comes from also with CallSubDelay2 + Activity.Finish trigger in activity via button click Sub SelectListe_Click Log("SelectListe_Click Start") Dim Tool As MyTools Tool.Initialize Dim... Page: 1   2   3   4   5   6   7   |