b4xpage

  1. Mattiaf

    Android Question Too slow getting data

    Hi, I'm getting text from a website at the press of a button, but it seems way too slow and not async. The data is being downloaded from a website that cointains plain text only, it is filtered in order to display only what matters to me and I replace the weed days from english to italian. The...
  2. M

    Android Question Transparent StatusBar and NavigationBar Using B4XPages

    Hi everyone, i wish to achive this type of result where the content of my app can be displayed on all the screen (so statusbar and navigation bar are transparent). I already took a look at this post but trying it on my phone i noticed that the offset sizing is not dynamic, but is fixed on...
  3. carlos7000

    Android Question It is possible to wait for a B4XPages page to disappear? {Solved]

    Hello, I would like to know if it is possible to wait for a B4XPages (QrCode Reader) page to finish and then obtain the result. The first thing I do is load the page that reads in qrcode Private Sub ButtonQrOrigen_Click B4XPages.ShowPage("Qr Code Reader") Dim Resultado As String =...
  4. carlos7000

    Spanish Cómo esperar a que una pagina de B4XPages finalice? [Solucionado]

    Hola a todos Deseo hacer algo así: Private Sub ButtonQrOrigen_Click B4XPages.ShowPage("Qr Code Reader") Dim Resultado As String = QRC_Reader.Resultado Log($"Resultado ${Resultado}"$) End Sub Como uds ya saben, el código anterior se ejecuta sin esperar a que finalice la pagina "Qr...
  5. carlos7000

    Spanish Como volver a B4XMainPage? [Solucionado]

    Sé, que para cargar una pagina de B4XPages empleo un código como este B4XPages.ShowPage("Pagina 2") pero cuando estoy en otra pagina, como hago para mostrar B4XMainPage? si ejecuto por ejemplo esto Private Sub ButtonGuardarYVolver_Click GuardaData B4XPages.ShowPage("B4XMainPage")...
  6. carlos7000

    Wish Proposal for Automatic Inclusion of Crucial Functions in B4xPage Project Creation

    I would like to propose an enhancement for the B4a development environment, specifically aimed at improving the process of creating new B4xpage projects. Currently, when initiating the creation of a new project, the environment automatically generates a series of files that serve as templates...
  7. K

    Android Question PreoptimizedCLV items scroll issue

    Hello everyone. Recently I have developed an Android app where users can post their food recipes and see others' recipes. All the data such as recipe name, recipe images, ingredients, preparation steps, etc are stored in a MySQL database of my shared hosting service. To show recipes as a list...
  8. Alain75

    Share My Creation UriViewer : a viewer for Uniform Resource Identifier

    Hi every body, As I worked on ContactsUtils library and enhanced it, I needed to see the contents of some URI like "content://com.android.contacts/data" or "content://com.android.contacts/groups" for instance. I developed a small application based on B4XPage for that : As I am not convinced...
  9. K

    Android Question Issue using B4XDialogs

    I'm facing an issue when using B4Xdialogs in B4Xpages. I've added B4XDialog in B4XPage and The B4XDialog is poping behind the view of B4Xpage elements/layout. I've attached a screenshot. This is the code I've used, dialog.Initialize(Root) dialog.PutAtTop=True Dim pnl as...
  10. D

    Android Question General question restarting an B4Xpages App

    Hi, Guys I have come across a question regarding restarting an App – in B4Xpages – which relates in both B4a and B4i. In my App there is a settings page which allows the user to select what controls are shown on each page. In most cases these pages are setup during their “pagename_Create()”...
  11. D

    Android Question b4X pages intercept the back button operation

    Hi, Guys I am using B4Xpages and have a problem with back button operation. I am not using the backbutton built into B4Xpages, its operation (going to the previous page) does not suit my app. However, the user can still press the backbutton on the phone (below the display) and it causes my App...
  12. M

    iOS Question [B4X] BLE 2 - Concept of "ID" different between iOS and Android...

    Hi everyone, I'm developing an app that uses the BLE, i'm using the last suggested way: this. However... i need to connect to a specific device knowing the MAC Address... I made the App for Android and everything works because when the sub "_DeviceFound" fires it returns something like: where...
  13. aeric

    Android Example [B4XPages] [BitmapCreator] Cross platform Falling Sand game

    Based on the original example: https://www.b4x.com/android/forum/threads/b4x-bitmapcreator-cross-platform-falling-sand-game.94276/ This is just a conversion from individual platform into B4XPages. I also uploaded to my github.
  14. P

    Android Question App user cannot change of button name ( B4XPage )

    Hello everyone! To do this, I use 2 objects: Button and EditText. In the Visual Designer, I set both of these objects in the same place in such a way that the Button is under EditText. In normal operation of the application, EditText is hidden (EditText.Visable = False) In the Button1_LongClick...
  15. magicmars

    Android Question [SOLVED] [B4X] [XUI] [B4XPAGES] SD AwesoneWheel with B4Xpages

    Hi I try to make this example and library work with B4XPage (B4A) s, but i get a white screen , loading the P4X page that contain the layout. https://www.b4x.com/android/forum/threads/b4x-xui-sd-awesonewheel.95569/ Here's my B4XPage class instance : Sub Class_Globals Private Root As...
  16. toby

    Android Question Unable to bring a B4XPage app to foreground

    When my app is in the background, I use a timer to play a sound and bring the B4XMainPage to the foreground when certain conditions are met. The sound was played and B4XPage.ShowPage("MainPage") was called, but the page didn't appear and no log entry either. I tried put the timer first in...
  17. M

    Android Question [B4XPages][B4X] Barcode QrCode Reader not working

    Hi everyone i followed this tutorial https://www.b4x.com/android/forum/threads/b4x-b4xpages-barcode-reader.120417/#content. I've two Android phone. 1. Honor 8A (Android 9) 2. Meizu 5c (Android 6) On the first everything works ok, on the second the detector for the codes is not creating...
  18. Lucas Eduardo

    Android Question B4XPage Resize

    Hello, i was testing my application and found a problem. Like i'm showing in the image, my cell phone allows me to hide the navigation bar. The moment I do this in the app, it displays a white bar in place and doesn't scroll down the screen elements. There is a way to handle the B4XPage Resize...
  19. Daniel44

    Android Question No events occur within B4XPages loaded with Drawer

    Hi Everyone I'm working with Drawer and B4XPages and I'm loading their respective layouts, I'm having a hard time getting the Drawer items to react but that's not the whole problem. For this example I have only put a Button to make it easier to understand what I want to say. No event happens...
  20. alirezahassan

    B4J Question B4x Page

    Hi, i use b4xpage. and i want to show page. i write this code B4XPages.ShowPage("M_hi") and i want to send some data to this page. before using b4x page i write this for example M_hi.ID = ID M_Hi.start and i send ID to this code Module. for b4xpage what should i do to send data?
Top