In a B4XPages project I have a page with the following code:
Sub Class_Globals
Private btnSourceOfDataTypes As B4XView
Private chkFilterSQL As CheckBox
End Sub
Sub btnSourceOfDataTypes_Click()
Enums.bDataTypesFromSysColumns = Enums.bDataTypesFromSysColumns = False
If...
I wanted a quick way to generate a layout file (add the views and their names and events) to then fine-tune it with the Designer - MakeBxL does that, either from
- a list of names (for the views) that you add in its TextArea, or
- from an SQLite database table
Some additional options are...
Hi, this B4Xlib animates your layout . views falls from to top to their initials position
The B4XLib and 2 sample projects (B4J and B4A) are attached to this post. Should be OK with B4I
The animation use a Cubic Bezier Curve for 'elastic' effect
spsp
I have a customview class module that I would like to rename. Doing this will cause a problem in all the layout files
that have this customview added to the layout as it remains added with the old name and it won't recognize the
new name. As there are many layout files with this customview it...
Hi,
need idea (best practice) how to create user friendly input in B4J desktop app which will allow user to input WORKORDERS. On first level user will input a "head" (=production order) which will contains customer ID, date, description, ... On second level user should create many workorders...
Hello experts!
I'm a newbie, looking for some help.
I use B4XPages Project to create an app with 1 main layout with menubar and sub-layouts corresponding to click menus.
For each layout, I create a corresponding B4Xpage module class to easily name components and code commands.
The problem is:
1)...
When I copy the designer from one platform to another, the properties (BackgroundColor, BorderColor, BorderSize, BorderRadius) of the button component are not copied from b4i to b4a, the reverse also happens.
Note: scrollview does not copy background property. (please make the scrollview...
Ciao a tutti
ho realizzato un sito web utilizzando uno dei molti "free template" disponibili su internet.
Adesso vorrei realizzare l'APP Android, riutilizzando lo stesso template (stessi pulsanti, stesse form, stessi messaggi di errore, ....)
Come si dovrebbe procedere?
Vi ringrazio
Hola.
Hace un tiempo leí un hilo referente al orden de los views en el layout. Hago búsquedas que no dan resultado, tampoco recuerdo si estaba en inglés (creo que en español).
Se hacía referencia a que al ir añadiendo views, dentro del layout se les asignaba un número por orden de creación.
Ese...
Hola, buenas noches, soy nuevo en la programación de Android. Mi pregunta es la siguiente, estoy haciendo una aplicación para mostrar un diseño en bucle, pero cuando ejecuto el programa no se detiene en el primer valor sino que pasa y muestra el diseño hasta el último valor.
Cualquier...
It is easy to refactor variables or names in code by right click > find all references > rename
But when I rename a custom control from "customlistview" to "myclv", do I need to manually change it in all layouts by
1. noting down variables settings of every "customlistview" in some notepad
2...
Hello,
I made a layout by abstract designer. It is a layout for using in container like a pane.
All views are anchord and it will be resized perfect, as I can see in Wysiwyg preview window.
But when I load that layout into a pane on a page , then the layout has a fixed size.
The pane it self...
Greetings everyone,
I was looking at this thread on how to make a custom XML file and manifest coding so a widget can be customised.
https://www.b4x.com/android/forum/threads/widget-layout-resizable-adaptive.115638/#content
I would like to alter the coding in the manifest so it will work for...
Hello Community,
today I was alerted by an user that an app that we developed for iPhone is showing some issues in the layout on an iPhone XS. We developed using an iPhone 8, but it's supposed that IOS should show almost the same design independent of the screen size (at least considering...
Hi all.
In my app I add Material Icons as a button text and it looks good, checked with my 3 different phones. Few other clients that are using this app also checked and it looks good.
The icons are arrow_back (0x5C4) and feedback (0xE87F)
On one phone instead of these icons user sees Chinese...
Salve a tutti,
questo è il mio primo thread, spero quindi di porre correttamente il problema che riscontro.
Nella creazione/composizione di un'Activity quando aggiungo più di x Panel il layout non si comporta più in modo corretto.
Vi allego qui due immagini e un esempio di codice.
Se qualcuno...
Greetings,
I just migrated a working non-B4XPages app over to B4XPages because CallSubDelayed was not working correctly when the old app did not have focus. I was advised to migrate to B4XPages. That issue has been resolved just by doing the migration. It seems that loading layouts is done...
? Transform into a different view or activity using morphing animations.
Using Transformation motions of new material version.
Github : https://github.com/skydoves/TransformationLayout (Kotlin)
Just for B4A
min sdk : 21...
Greetings,
I started to experiment with B4XPages and really like them. I also used SetLayoutAnimated to slide a layout called pnlWhiteDialog into view. It slides into view as expected but the alignment of the views on the layout are not being displayed as expected. For example I have a Label...
Given an existing B4A project, is it possible to copy (with operating system command) the .lay files (layouts) to use them in the B4J environment?
Basically is it possible to copy screenshots from Android project to B4J?
And is the opposite also possible, ie from B4J to B4a?
Finally from B4A to...
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.