b4xpages

  1. mohsen programmer

    Android Question Calling a B4XPage Sub from Java Code in a Code Module

    Hi, I have placed the following code inside a code module: #If java import android.graphics.Color; import android.text.SpannableStringBuilder; import android.text.Spannable; import android.text.style.ClickableSpan; import android.text.style.ForegroundColorSpan; import android.view.View; import...
  2. mohsen programmer

    Android Question Problem navigating to another page in the B4XPage_Created event

    Hello, I am having a problem navigating to the SignInPage in the B4XMainPage and B4XPage_Created event. The code I am using is as follows: Private Sub B4XPage_Created (Root1 As B4XView) root=Root1 If Login=False Then Dim SignInPage As SignInPage SignInPage.Initialize...
  3. walterf25

    iOS Question B4XPages Transition Problem

    Hi all, I have a B4XPages project that it's ready to release to the app store, but I have been noticing a weird issue when transitioning from page to another, I have managed to record a small video which shows the problem, basically when going from one page to another I notice that the previous...
  4. DarkoT

    B4J Question B4xPages - Context menu

    Hi everyone, I need help. I'm trying to implement a context menu in a desktop app (B4J - B4XPages) that can be accessed by right-clicking on a panel or root view. Is this possible? Currently, I can only create a simple context menu that is attached to a button or label, but when I try to attach...
  5. walterf25

    Android Question Start B4XPage from Receiver (SOLVED)

    Hi all, I have an app that schedules a notification for the user, the notification has two action buttons, "Check In" and "Close", I have a receiver that captures these actions in the starting intent, based on which of these two buttons are pressed when the user opens the notification, I need to...
  6. M

    Android Question [B4XPages] Starting an APP with Intent in Kiosk Mode causes glitches (not in Normale Mode)

    Hi everyone, I'm in the finishing phase of my project now, where I'm testing the overall functionalities (including the real scenario for the kiosk mode)... but I just encountered a big big big problem I do not know how to solve. The project is partially described in this post. AT THE MOMENT...
  7. max123

    Java Question [SOLVED] Handle Inline Java in a cross platform library

    Hi all, after I developed some platform dependant libraries (B4A and B4J) now is time to try develop a cross platform library that works on multiple platforms. On this direction, I have developed two libraries, one for B4A and one for B4J, they do the same things apart that do in a different...
  8. walterf25

    B4J Question Show MessageBox on top of Parent Form regardless of Which Screen I move the Parent Form to

    Hi all, not sure if I'm not searching for the right thing but I was not able to find anything in the forums. I have a B4J project and I have a custom_message box, but I want the custom_message box to appear on top of the Parent form regardless of where I move my main parent form to, I have two...
  9. R

    Android Question B4XPages, press back key when in edittext with Auto-fill showing

    In B4XPages, the back key press (bottom right of the bar at the bottom of the screen) is handled by Main with this Sub: Sub Activity_KeyPress (KeyCode As Int) As Boolean Return B4XPages.Delegate.Activity_KeyPress(KeyCode) End Sub This then should trigger in the B4XPage this Sub...
  10. LusazDeveloper

    iOS Question Is it possible to hide the title bar of a single page in my B4XPages App?

    Hello! I'm creating a B4XPages app and though I'm focus on iOS. I wonder if is it possible to hide the title and the bar where the title appears of a single page ? I saw a solution in this forum but it works with all the pages and I would like to hide only the title bar of my login screen which...
  11. asales

    Android Tutorial Convert a big Activity project to B4XPages

    For years is scare me to convert a big project from Activities to B4XPages, mainly because the app is only for Android (and I don't have plans to IOS or desktop), but in several issues the answer from Erel is "switch to B4XPages". The other problem is because I have many apps in the Play Store...
  12. mcqueccu

    iOS Tutorial B4XPages Tutorial Series

    https://www.b4x.com/android/forum/threads/b4xpages-video-tutorial-series.157404/
  13. W

    Bug? B4XFont declared without value assigned to it doesn't show a compiler error

    See the comments in the code. The compiler warning disappears; I found this out with a B4XPages project that was first developed in B4J (with an Arial font, assigned in a conditional "#If B4J" block). B4A didn't complain about the font variable (which was declared unconditionally) not having...
  14. Joey249

    Android Question B4xPages Can't get xCLV to scroll while also using a ScrollView

    Hi, I have a layout set out which uses a ScrollView and then one CustomListView on the main layout, the ScrollView works to scroll the page, however the CustomListView does not scroll*. *The CustomListView actually scrolls when running from LeapDroid emulator, but not on my actual phone or...
  15. M

    iOS Question [B4X] Double column multiple card element sizes like Pinterest

    Hi everyone, what is the best way to achieve this type of list nowadays? I know I could do it by using two CLVs that scrolls together but I'm afraid of glitches (like jerky movements between the two on shitty-smartphone like mine) The features I'm interested in are: Two columns each column...
  16. 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...
  17. carlos7000

    Spanish Existe algo parecido a Activity_Resume en B4X?

    Como hago para que la pagina anterior sepa que ha vuelto el foco a ella?
  18. Joey249

    Android Question [B4X] How do I load separate code with each TabStripView Page?

    So i've configured my app already and then later on decided I wanted to use TabStripViewPager, The issue i'm having is i've all my code on separate pages for separate layouts, and i'm not quite sure how to load in that code/module with each TabStrip layout. For example, with the TabStrip it...
  19. carlos7000

    Spanish Como cambiar de paginas en b4xPages? [solucionado]

    Hola. Hice una pequeña aplicación en b4xpages, con 2 paginas. Una pagina principal y otra, digamos, secundaria. Al ejecutar el programa, el programa se ejecuta mostrando la pagina secundaria. Porque no muestra la pagina principal? Adjunto el proyecto
  20. carlos7000

    Spanish Como hacer un sencillo dibujo en B4xPages? [Solucionado]

    Deseo hacer un dibujo parecido al que se ve a continuación. Pero no encuentro el canvas. Alguien me puede, por favor, ayudar?
Top