using

  1. practicalsoft

    Xen-AddOn [AL] Core Package v2.0.0 PL1 v2.0.0 PL1

    [AL] Core Package LicenseTo be used with other AddonsLab add-ons only.Visible brandingNo The package contains libraries we share between several our add-ons. Until now the files were included in packages of the add-ons themselves, however, having multiple add-ons to using the same files can...
  2. practicalsoft

    B4X FEED Developing for Wear OS

    I've created an application that runs on Android, Wear OS, and iOS. My goal for Wear OS was to provide a User Interface that accounts for small screen and not so small fingers. To that end I used staggered buttons that all the user to click on end of button with no button above of below. and...
  3. practicalsoft

    B4X FEED Call to EMail service now includes choices

    I have been using the capability to start an email and attach a file to it for some time. The original post I used was: Sending an attachment by email Hi. I am trying to send a file as an attachment by email from within my app, using an email application already on the phone (ie not just by...
  4. practicalsoft

    B4X FEED In B4J Using B4XPages , How to Avoid Flicker When Displaying Only One Page Out of Multiple Pages?

    With reference to the related thread (https://www.b4x.com/android/forum/t...ening-when-b4xpages-showpage-is-called.139647), by not using B4XPages.ShowPageAndRemovePreviousPages to call other pages flicker can be avoided but has the drawback of creating multiple windows/pages on the process. I...
  5. practicalsoft

    B4X FEED Failure using Emulator

    Hello, If I'm using the emulator to test libraries from the forum or my own app I always get an error as shown in the screenshot. Can anyone help me what is wrong or missing here? I' using Android Version 28 for developing and testing and always look for the correct adressing in the manfest...
  6. practicalsoft

    B4X FEED B4XPages Bottom Navigation

    Hello! I have searched trying to find an answer to using a bottom navigation with B4XPages: Here was my original thread: iOS Question - B4XPages Three Page Example Menu Item Hello! I am using B4XPages and am having trouble with displaying my bottom navigation over the pages. In B4A I use...
  7. practicalsoft

    B4X FEED [Solved] B4XDialog + xcustomlistview

    Hi All, I need help using customlistview with b4xDialog. Basically I am using jRDC2 to get some data, and it works fine with also the code for the xcustomlistview (I am reusing the same code in another panel). But when I try to add the xclustomlistview items to b4xDialog, nothing shows up...
  8. practicalsoft

    B4X FEED B4XDialog + xcustomlistview

    Hi All, I need help using customlistview with b4xDialog. Basically I am using jRDC2 to get some data, and it works fine with also the code for the xcustomlistview (I am reusing the same code in another panel). But when I try to add the xclustomlistview items to b4xDialog, nothing shows up...
  9. practicalsoft

    B4X FEED App hangs when using colon :

    If think this is a bug. I am building using B4A 10.0, Android 9, Samsung Galaxy Tab Active2, portrait orientation Summary This line of code causes the program to hang. It may process a few more lines of UI related code, but it will eventually freeze. For this example, Result = true. Bad code...
  10. practicalsoft

    B4X FEED B4JPackager and 32 bit windows.

    I need to make an exe file for windows. If you do this using B4JPackager, the program works fine on both 32-bit and 64-bit versions of the operating system. If I make an exe file using B4JPackager11, then the program does not work on a 32-bit version of windows. Is it possible to make an exe...
  11. practicalsoft

    B4X FEED RTSP client stream for ip camera

    Hello: I search in the forum for library to view ip camera using rtsp protocol but without luck , so i search for library for androidSDK studio and found many of them like this : pedroSG94/rtmp-rtsp-stream-client-java Library to stream in rtmp and rtsp for Android. All code in Java -...
  12. 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...
  13. practicalsoft

    B4X FEED [BANanoVueAD] [BETA] Create VueJS+Vuetify based Websites / WebApps using the Abstract Designer

    Ola New: Wrapping Vuetify using the BANano Custom View Creator FEATURED: Create a News Website / WebApp App with less than 100 lines of code FEATURED: Create an Online Store Website / WebApp Download BANanoVueAD YT Playlist BANanoVueAD is based on BANanoVueMaterial... [BANanoVueAD] [BETA]...
  14. practicalsoft

    B4X FEED How to call B4A sub from html loaded into WebView

    Hi, I have to call B4A sub from html loaded into WebView. I am using this libs: WevViewExtras2 version 2.20 WevViewSettings version 1.30 I am using B4A version 10. I am using WevViewExtras2 becouse i have to load https web page from specific url... But into my app i first must check internet...
  15. practicalsoft

    B4X FEED USBSerial with multiple unknown VID / PID

    Hi all, I have a small app using UsbSerial 2.4 that talks to a handful of simialr but different devices that conform to the CDC device class, at first I was getting an "Error Opening USB Port 1" so I added:- B4X: usb1.SetCustomDevice(usb1.DRIVER_SILABS, 0x****, 0x**) Where * indicates the VID...
  16. practicalsoft

    B4X FEED Error(?) using B4A SDK Manager

    Hi. I got this Warning using the B4A SDK Manager B4X: [=======================================] 100% Unzipping... platform-tools/systr[=======================================] 100% Unzipping... platform-tools/systr[=======================================] 100% Unzipping... platform-tools/systr...
  17. practicalsoft

    B4X FEED Read image from Sql Server using Job1.PostString instead a cursor...

    Hello, i have some jpg images stored in a "image" field on sql server 2016 database. I always conected to that database using Job1.PostString(ip of aspx parser file, the query i want to do i.e. SELECT IARCH FROM MYIMAGESTABLE) I have read this sample in forum: Sub ReadBlob Dim Cursor1 As Cursor...
  18. practicalsoft

    B4X FEED Connect to Remote Database using B4i

    Hi Experts, In the past I created an app with B4A to connect to a Remote MS SQL database using the jtds-1.3.1 library. I am now wanting to create the same app for ios devices using B4i. I was informed though that B4i does not support jar files, so my question is, how can I connect to a remote...
  19. practicalsoft

    B4X FEED B4XPages vs Activities, Bluetooth Example

    In the thread BT Pages Example, a new version of the BT example was created using Pages. Since I'm just looking at Pages for the first time, I popped the new and old versions into a code comparison utility (old version is linked in the new example post). However I found that, while with reason...
  20. practicalsoft

    B4X FEED [ firebase auth ] can i authenticate using Apple Id on android using firebase auth ?

    can i authenticate using Apple Id on android using firebase auth ? ادامه مطلب...
عقب
بالا