B4A Question Noise detector by microphone - Lakhtin_V    Oct 6, 2022 I want to make a noise detector. I need to periodically read the signal level from the microphone. Sound recording using the WAV MP3 standards is not important. It is not important for me to know what the microphone hears, the main thing is the noise level (sound volume). How can such a problem be solved?... B4A Question Selected line color in simple ListView - Lakhtin_V    Jun 11, 2019 I use a simple listView withn single line. I do not need more complex options. I'm trying to focus on a specific line .SetSelection(2) and I want to highlight it line in color, but it does not stand out. Цhat ways are there to highlight the current line?... B4A Question Exact time from NTP server - Lakhtin_V    Oct 26, 2022 On this forum I found one suitable option, but it does not work correctly. Returns the time zone instead of the real time. Dim sntp As SntpTime Dim ticks As Long sntp.NtpServerName = "0.de.pool.ntp.org" ' only needed if you don't want to use the default server "0.us.pool.ntp.org" sntp.TimeOut = 10000 ' only needed if you don't want to use the default timeout va... B4A Question A telephone call over the Internet similar to WhatsUp or Viber - Lakhtin_V    Mar 14, 2018 Hi, I ask for advice on how to make a phone call between two users of the application via the Internet. Or is it easier to program the use of WhatsUp Or Viber services?... B4A Question Check online Internet connecting to other device - Lakhtin_V    Oct 15, 2021 I am developing a tech support application. My application similar to Whatsapp or Viber. My devices (users) are registered on the SQL server in Internet. How to check the user has access to the Internet now? How can you send him a text or voice message?... B4A Library SD EscPos Printer (Lan,USB, Bluetooth SPP, BLE) - Lakhtin_V (first post)    Aug 29, 2025 In my case I am testing Xprinter XP-420B, with this example and the last library I have come very close to success. According to the logs, the text and picture embedded inside the example go to the printer without errors, but nothing is printed. The printer is silent and does not twitch. But a message appears: this is a Demo library, I'm sorry... B4A Question Problem connecting to label printer XP-420B via Bluetooth - Lakhtin_V    Aug 28, 2025 I am trying to print a picture on a printer. Using another application on my smartphone, I checked the work with this printer via Bluetooth. Everything works. I added permissions to the manifest. In my application, I successfully found out the MAC address of the printer. The search for Bluetooth devices is successful. But in my code, an error occurs at the stage of connecting to the printer. Conne... B4A Question Snapshot of the panel without B4X.view - Lakhtin_V (first post)    Aug 25, 2025
To answer the question in the first post:
If you have a variable named pnl1, which is (mistakenly) ... B4A Question Print label Xpriner XP-420B - Lakhtin_V (first post)    Aug 7, 2025 What printing method or instruction can help me. Actually I want to print a picture(QR) and text fields next to it. I thought up a plan to create a label layout in Activity. Then save the rectangle fr... B4A Question XUI vs B4A - Lakhtin_V (first post)    Jun 13, 2025 I am glad that the topic I touched on worries many. I wonder what percentage of programmers use the ... Page: 1   2   3   4   5   6   7   |