B4A Tutorial [B4X] [DSE] Designer Script Extensions - Erel    Jul 19, 2022   (49 reactions) The soon to be released versions of B4A, B4i and B4J include a new feature named: designer script extensions. The new feature allows calling B4X code from the visual designer scripts.
Note... B4J Question Designer Script Extensions with buttons in panel - aaronk    Jun 22, 2022 Hi,
I like the new Designer Script Extensions feature. It will make things easier to use.
What would be the best way to re-size the buttons like shown below if the buttons was in a panel using... B4A Library [B4X] [DSE] DDDGrid - designer script grid - Erel    Aug 18, 2022   (23 reactions) A simple, cross platform, class that uses the designer script extension feature to create grids: 132688 Designer script: 'Parameters: Panel, #Columns, #Rows, Padding DDDGrid.CreateGrid(Pane1, 4, 3, 5dip) ... B4J Question Designer Scripts and Anchors (I feel dumb, but....) - Cableguy    Jul 17, 2025 is the child of the other, the parent is positioned by a designer script, and the child panel is Anchored... render my child panel with the correct position relative to the parent, after the designer script... this parent panel with designer scripts, or am I missing something obvious?... B4A Tutorial Designer Scripts Tutorial - Erel    Jan 14, 2014   (16 reactions)   tags: Designer Script, Screen, B4A "designer scripts" that will help you fine tune your layout and easily adjust it to different screens... script code. The script is written inside the visual designer under the new Designer Scripts tab: http... with the visual designer (you do not need to be 100% accurate). Now we will select the designer scripts tab and add the code. Note that the views are locked when the designer scripts tab is selected. The code in....RerunDesignerScript (LayoutFile As String, Width As Int, Height As Int) - In some cases... B4J Library Basic Calendar custom view using designer script extension - stevel05    Jul 24, 2023   (23 reactions)
This is a very basic calendar view which is drawn using a designer script extension. Just based on my experience with this project, the result feels a little more fluid than doing it in the normal... B4J Library [B4j] [DSE] CSSStyleClass Designer Script Extension - stevel05    Oct 13, 2022   (8 reactions) With the new Designer Script Extensions, Erel has given us Class Names for views similar to... as easy to add CSS class names to Nodes directly in the designer using the Designer Script Extensions... B4J Code Snippet [B4X][DSE] Designer Script Extensions - Scaling Preserving Aspect Ratio - William Lancee    Jan 29, 2023   (8 reactions) can preserve aspect ratio. https://www.b4x.com/android/forum/threads/b4x-dse-designer-script-extensions.141312... B4XPage_Created (Root1 As B4XView) Root = Root1 xui.RegisterDesignerClass(Me) dd.Initialize xui.RegisterDesignerClass(dd) fillProp = .5 PresetValues.Initialize Root.LoadLayout("Numpad") End Sub Private Sub ScaleNumpad(DesignerArgs As DesignerArgs) If DesignerArgs.FirstRun Then For Each view As B4XView In DesignerArgs.Views PresetValues... B4A Question Loop for designer script - Nitin Joshi    Dec 4, 2020 My project design includes 50 buttons. For appropriate arrangement to support any type of device, Buttons are distributed in equal column and rows means 25 buttons are placed in 5 columns and 5 rows. I am using code as below. However, instead of writing 50 code lines, I am looking for loop function in designer script or other method. Please suggest I have assigned tag number for each button. B1.HorizontalCenter=20%x B1.VerticalCenter=20%y B2.HorizontalCenter=15%x B2.VerticalCenter=20%y B3... B4i Tutorial Designer Script & AutoScale tutorial - Erel    Nov 20, 2014   (7 reactions) Designer script feature allows you to write simple scripts that manage the user interface in the visual designer. The main advantage of the scripts over the program code is that you can see the script effect at design time. The process of loading a layout file is made of the following steps.... - The general designer script and the variant script are executed. Later when the panel is resized.... - The general designer script and the variant script are executed. Note that anchors are applied before... Page: 1   2   3   4   5   6   7   |