problem

  1. practicalsoft

    B4X FEED CustomListView - Textsize and xui.CreateDefaultBoldFont

    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...
  2. practicalsoft

    B4X FEED Views are not ready but their events are triggered

    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...
  3. practicalsoft

    B4X FEED Problem Library jcifs-ng

    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...
  4. practicalsoft

    B4X FEED B4A Version: 10.2 BETA #1 problem android 4.4.4

    I am experiencing this problem in android 4.4.4 even with physical device Compile: B4A Version: 10.2 BETA #1 Java Version: 8 Parsing code. (0.86s) Building folders structure. (0.73s) Compiling code. (0.76s) Compiling layouts code. (0.08s) Organizing libraries. (0.00s) (AndroidX SDK) Generating...
  5. practicalsoft

    B4X FEED (Solved)Problem with ESP32 wifi configuration

    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...
  6. practicalsoft

    B4X FEED Problem with ESP32 wifi configuration

    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...
  7. practicalsoft

    B4X FEED Help me for problem cInputBox of Jack Cole

    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...
  8. practicalsoft

    B4X FEED How to handle multiple B4JPackager11 .exe modules to minimize disk usage

    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...
  9. practicalsoft

    B4X FEED Radio buttons list problem

    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...
  10. practicalsoft

    B4X FEED [B4A] Strange problem with debugger

    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...
  11. practicalsoft

    B4X FEED IME2 Library

    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...
  12. practicalsoft

    B4X FEED Problem With Button text color

    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? ادامه...
  13. practicalsoft

    B4X FEED Problem using RandomAcessFile 2.33

    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...
  14. practicalsoft

    B4X FEED jGoogleMaps Version 1.82 problem

    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...
  15. practicalsoft

    B4X FEED SoundPool - Problem not playing short sound

    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...
  16. practicalsoft

    B4X FEED problem on Immersive mode

    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...
  17. practicalsoft

    B4X FEED SDK Manager problem!

    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...
  18. practicalsoft

    B4X FEED Admob error code 0

    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...
  19. practicalsoft

    B4X FEED Where's the problem with DOWNLOAD in S20?

    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...
  20. practicalsoft

    B4X FEED USB HID problem

    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...
عقب
بالا