b4xpages

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. mcqueccu

    iOS Tutorial B4XPages Tutorial Series

    https://www.b4x.com/android/forum/threads/b4xpages-video-tutorial-series.157404/
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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?
  14. 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...
  15. 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
  16. 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?
  17. Joey249

    Android Question [B4X] [XUI] Issue with xCustomListView with TextChanged event

    I've added in my custom controls as followed from Erel's Tutorial, everything is working as expected but when I try and grab the controls from a TextChanged event B4xpages always crashes with an error message. The code i'm trying to use works perfectly in other areas, it just has an issue with...
  18. Q

    Android Question B4XPages

    I need multipage layout, so I have a look into B4XPages. What I cannot grasp is how I create many pages in Designer? If I have create each and every label and button programmatically would it be by far easier to make them visible or not visible? Thanks Serg
  19. K

    Android Question Log Out

    Hello everyone! I'm building an android app with B4X and I want to create a Log Out Button on every screen. The way I thought of it to work is this: Call the LogIn page (B4XPages.ShowPage("MainPage")) The page that the user was on disappears. the B4XPage_Disappear() Sub is called. In that...
  20. A

    Android Question Canvas issue resolved

    In my "Strange behavior of Canvas" post, which is now closed: https://www.b4x.com/android/forum/threads/strange-behavior-of-canvas.147779/ a problem with the operation of Canvas has been described. My project was created without using B4XPages. Mr. Erel advised me to move on to building the...
Top