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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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
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...
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...
I'm going insane trying to get this working, I just want to open a protected PDF (password to view) and have it zoomable; but i can't get anything to work.
I`ve tried all these and non-work to open the PDF and allow it to be zoomable:
1. Open PDF directly in WebView : gives error loading...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.