Hello everybody!
I'd like to manage the text in the clv panel.
No problem to change the Textcolor.
B4X:
clv1.GetPanel(0).GetView(0).TextColor = xui.Color_Red
2 problems:
Problem no. 1
I cannot manage Textsize and xui.CreateDefaultBoldFont.
This code doesn't work:
B4X...
This is nothing new and I know what somersaults I have to do :confused: to get around this obstacle but if Erel could remedy this problem...!
By running a B4XPages.Show(SomePageID) command, the B4XPage_Created event routine of that page is correctly and immediately executed and the layout...
Good evening,
i have a problem with a program.
I am performing the file transfer, using the SMB.
I am using the jcifs-ng library (v. 0.32).
I initialized the smbClient variable and when I call the SMBINIT procedure I get this message:
Do you think of what's generated?
B4X...
Hi friends,
I have run into a problem with ESP32 wifi configuration. I used the exact same files given here:https://www.b4x.com/android/forum/threads/esp-configurator-based-on-b4rserializator.81452/
The B4J program does not connect to the ESP32. If displays "Failed to connect"
While connecting...
Hi friends,
I have run into a problem with ESP32 wifi configuration. I used the exact same files given here:https://www.b4x.com/android/forum/threads/esp-configurator-based-on-b4rserializator.81452/
The B4J program does not connect to the ESP32. If displays "Failed to connect"
While connecting...
Hello my friends!
this link https://www.b4x.com/android/forum/threads/custom-input-box-editbox-code-module.14738/#content
I am using cInputBox of Jack Cole (as link above). Everything is ok but I have only two problems for this as below:
My app have one Table (this is table 2.22).
- Problem one...
I have managed to get B4JPackager11 working but find I have a problem.
Each .exe package generated by B4JPackager11 is roughly 55MB
I run 16 B4J modules on AWS EC2 instances => 880MB total
I also run 7 B4J modules on small headless/legless field PCs => 380MB total
The disk space is not so...
Hi, I have a problem.
I need to show a list of radiobuttons. But if I just add them into a ScrollView only one radiobutton can be selected.
I need it like this
Do you have a symptom 1
Yes No
Do you have a symptom 2
Yes No
Do you have a symptom 3
Yes No
So I decided to add a pare of radio...
Hello!
I have a problem since using v10 of B4A: while I'm working in debug mode, every time I add or remove a line of code, stop the runtime and press run again, the debugger gives errors from untouched and previously working lines. If I do Tools -> Clean Project and run again, it's working...
I have been having a lot of trouble lately with layouts being corrupted when rotating a device with the soft keyboard open.
The problem stems from trying to use the IME library HeightChanged event. Unfortunately Android provides no direct way to determine whether the soft keyboard is shown or...
Hello,
I have a problem with changing button textcolor...! ?
I simply use:
B4X:
Button1.Textcolor=Colors.White
But it Doesn't work
I Have 4 Buttons, 2 of them has no problem and two of theme has problem with this
{I Want to change a list of views to dark with code}
Thanks In advance?
ادامه...
My program normally compiles on a Windows 7 32-bit PC, version B4A 9.80.
On a new PC, windows 10 32 bits, I installed the B4A 10.00, according to the installation guidance.
When I compiled the program, the problem described below occurr:
The compilation runs ok! and used AndroidX SDK.
When I...
I have used jGoogleMaps Version 1.25 with B4J Version 6.51 successfully for a long time. Now I want to move to the actual B4J Version 8.50 and the actual jGoogleMaps Version 1.82 and get an error. To analyse the problem I have startet the actual GoogleMapsExample and get the same error. After...
Hi
I have this problem in that no sound is made.
B4X:
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim phoneVib As PhoneVibrate
Dim phone As Phone
Dim NMTimer As Timer...
i use immersive mode for hide navigation bar
Android Tutorial - Immersive Mode - hide the navigation bar
Immersive mode means full screen mode where the navigation bar is also hidden. The user can bring back the bars by swiping near the edges. The required steps are: 1. Call...
Hello!
I'm trying to update Android SDK via SDK Manager but every attempt fails with:
Error: org.apache.commons.exec.ExecuteException: The stop timeout of 500 ms was exceeded (Exit value: -559038737)
B4A version: 10.0
SDK Manager version: 3.62
JDK Version: 1.8.0_261
Update:
Trying to execute...
Hi
I have a significant problem that I have raised several times, but no one answered me correctly and my problem is not resolved
My problem with not displaying Google admob is that after running the program, and after a minute, I will encounter an error 0 and do not display ads.
I even tried...
This puzzles me.
This is my piece of code:
B4X:
dim sf,txt as String
sf="http://www.somesite.org/somefile.xml"
Dim j As HttpJob
j.Initialize("", Me)
j.Download(sf)
Wait For (j) JobDone(j As HttpJob)
If j.Success Then
txt=j.GetString...
Hi,
As the title says, I have a problem connecting a HID device to an Android phone. The device I want to communicate with is an ARM based board that I created some years ago and have been using with a PC program and now I want an Android app. I'm using the ADB test project as a base and started...