Dear Developers
on 2023 and before you did a good job.
Special Thank you goes to Erel based on his competent and excellent managing of the Forum Posts.
This are my whises:
Additional Database Properties to each View, ColumnName string, ColumnType string
Additional Identification Property to...
I need to make a background for the views so that only part of the image is visible.
For example, the top half.
Standard code. imvForeground is already built into the Activity.
Dim cvs As Canvas
Dim img As Bitmap
Dim Rect1 As Rect
Dim Rect2 As Rect
cvs.Initialize(imvForeground)...
Good Day to the audiance, I hope all of you are well.
Have you ever thought that the native Views could have some more properties like a unique ViewID or the possibility to attach the databaound Column Name a.s.o. I often had theses whishes and over the time I coded the needed functions again...
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...
Sorry for my bad Englisch:
I'm rebuilding an old ERP application, that I wrote some years ago in Visual Basic (MDI style with toolbar).
This time I will create the application with B4J as a MS Windows desktop application.
That application has a lot of windows for example: customers, pricelist...
Dear Board Member,
like to find something special? Please find below an overview of all my work published in the forum. I wrote this list to make live easier for you.
Interested in TechDoc? This is a German one man 'show' for industrial it consulting, training and software development. Since...
Greetings!
First of all, I hope for anyone reading this they are doing very well. Please take care and remember to wash your hands! ❤
Now for my question: Is there any method to achieve the same parallax effect on views from B4i, in views on B4A?.
There is a method called...
This question refer to this discussion:
https://www.b4x.com/android/forum/threads/customlistview-creation-with-code-not-with-designer.117247/
In the linked discussion has been given the solution how to add a CustomView by code:
making a dedicated layout with the CustomView and loading the...
Hi everyone, recently i needed to implement an double column list in one of my app.
I was ispired by an @Erel example, but i needed something slightly different, so i did this (i want to share with you, maybe could be useful to someone even if is a simple thing):
(it support odd number of...
Hello,
I dont know if it would be usefull ,
or if that already exists but that i have not see
With the designer tool, when a complicated layout creation
i would get the "Past Format" button for copying the settings on all selected views (with same type) ?
have a good week
Regards
I want a better dialog for time input so I created this time (picker) dialog using B4X XUI Views and IME library. I think the code has too many lines. Hope someone can simplify or improve it.
Note: I haven't tested but I think this code can also work for B4i and B4J.
Update: I have tested with...
Hi All,
Can I reference all the views attached to an activity via something like the Javascript DOM? I remember seeing something like this but I can't find an example now.
If a layout was added with multiple panels, buttons, lists, etc and some views added via code... Can I access each view...
Is this a question? Yes but mainly it is a... "discovery"/info.
You can not declare a View in Process_Globals (the message you get is:
but... you can declare there a Type containing Views and use an object of that type in your Activity.
Tested so:
Sub Process_Globals
Type tViews(CV As...
I have looked at the forum for a few days and I cannot find a simple grid example. Using labels, I made a grid with row headers and column headers. I am sure that this is not the way to do it. Can someone help? The headers should be a different color from the body and horizontal and vertical...
Hi,
I have seen examples in the forum of taking screen shots of panels and saving them to a canvas and bitmap image. My trouble is I am trying to draw views to a PDF canvas (or any canvas) programmatically with no views displayed on a layout at the time. I was able to solve this in B4i using...
Hi
I have searched and search and cannot find a specific answer to my question;
I have a panel. It may have 1 checkbox or up to 8.
I add the checkbox dynamically.
How can I position them so that it goes
1 2 5 6
3 4 7 8
This is the code I have used to achieve this:
If i Mod 2...
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.