B4J Question B4J server jetty - How to handle dynamically created controls - hatzisn    Jun 18, 2024 Hi all,
Just now I am reaching almost 1 and a half hout searching my laptop and the B4X forum on a way to handle dynamically created controls. I know there is a page where there is a handfull... B4J Library MarkRG - Dynamic RadioGroup CustomControl - Mashiane    Sep 30, 2017   (1 reaction) . The RangeSliders are dynamic in such that the set max & min can be the same or different for... my code where the slider is with the MarkRG control and no more sliding and the nice part... B4i Question PageViewController Dynamic Pages in runtime??? - Mashiane    Dec 15, 2016 Hi
How can I add dynamic pages to this object at runtime?
1. It should be cleared at first and then
2. Depending on a selection I make show 5 or 10 or 150 slides
Ta!... B4A Question Missing jCore and jFX libraries when trying "Dynamic Controls" tutorial - FERNANDO SILVEIRA (first post)    Mar 31, 2018 Good clue.
Thanx.... B4J Tutorial Getting Started Examples - Erel    Feb 7, 2017   (20 reactions)   tags: getting started b4j the program state. Bouncing Smiley - Uses Canvas and Timer to create a bouncing ball. Dynamic Controls - Creates a grid of 100 buttons. Anchors - A multi-pane layout with anchors and designer script... B4J Tutorial [ABMaterial] Avoid duplicate content when using dynamic controls - alwaysbusy (first post)    Mar 8, 2017   (1 reaction) Please setup a section where all us good folks can post a link to our projects built with ABM (ABM s... B4J Question How to dynamically determine height of 'Label' control (with WrapText property set to True) based on its current Text contents? - Magma (first post)    Mar 8, 2024 .control.skin.Utils").getDeclaredMethod("computeTextHeight",
Font.class, String.class... B4J Question Identifying dynamic layout controls - shakeshuck (first post)    Feb 19, 2016 That's cool, Erel - I get it now.
Thanks!... B4i Question How to dynamically create controls and position them in a scrollview - davepamn (first post)    Feb 24, 2015 thanks
I have a scrollable view with a group of dynamically created controls... B4A Question Dynamically creating GUI controls at run-time - beelze69 (first post)    Oct 20, 2017 Yes.
Dim rb As RadioButton
rb.Initialize("rb")
Panel1.AddView(rb, ...)
Tutorial: https... Page: 1   2   3   4   5   6   7   |