B4A Tutorial [B4X] Anchors Demonstrated - Erel    Mar 1, 2016   (11 reactions)   tags: UI, Designer, B4A /basic4android/images/SS-2016-02-29_15.19.11.png The anchors feature is simple to use and is very effective... based on the distance from this specific corner. By changing the horizontal or vertical anchors we... always be close to the bottom of the screen then we will set the vertical anchor to BOTTOM and then set the distance. No matter what is the screen size the button will always be anchored to the bottom (anchor = distance to the relevant edge is constant). The horizontal BOTH setting means... B4A Tutorial Designer anchors - Video example - Erel    Jul 5, 2018   (9 reactions) This short video demonstrates how anchors can be used to build a flexible interface. The small white arrows show the anchors settings. lwoBRduEl4o This layout will properly scale to any screen size. Recommended video tutorial: 254439386... B4A Tutorial [B4X] BBCodeView Anchors Example - Erel    May 24, 2023   (5 reactions) 142262 142263 A small, cross platform, example of using the new anchors feature of BBCodeView. It reads a CSV file with information about US politicians. The data is used to populate a BBCodeView and B4XDialog+B4XSearchTemplate. The bbcode looks like: For Each pol As Politician In politicians.... The anchors are used in this code: Private Sub btnJumpTo_Click Wait For (dialog.ShowTemplate....DialogResponse_Positive Then BBCodeView1.ScrollToAnchor(SearchTemplate.SelectedItem) End... Other Designer Anchors - new feature preview - Erel    Jan 14, 2014   (16 reactions) interfaces that adapt to the endless range of screen sizes. Anchors allow you to define a constant... anchors. http://www.b4x.com/basic4android/images/SS-2013-12-30_11.10.10.png http://www.b4x.com... anchors make it simpler, especially when there are nested views. Notes - Setting the anchors to... methods. - Anchors is a designer only feature. This means that changes at runtime (or in the script) will not respect the original anchors. The only exception is AutoScaleAll that does scale the views... 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 at 3dpi from each side (anchor = both, for both vertical and horizontal)
I'm my head, this would... is applied... however, it seems to be the other way around... first the anchors are applied and then... B4A Question [solved] WSS - Trust anchor for certification path not found. - LucaMs    Jun 15, 2018   (1 reaction) I have a b4j websocket server certainly reachable from outside my network (I mean that I don't have problems with ports, firewalls, ...). I created the keystore as decribed in this tutorial (more precisely as described in wiki.eclipse... linked in that tutorial) and I get that error message: Trust anchor for certification path not found. Searching the forum I found SetCustomSSLTrustManager but I don't know how to use it and why I should use it (I can connect my device-b4a project to... B4i Question Anchored without being ?? - MarcoRome    Mar 19, 2023 I have this design:
140400
An object ( WobbleMenu ) anchored in the panel, as shown in the figure.
But the moment it's run I get the "opposite" result instead of being docked up, it's docked down
140401
???... Wish a Wish that is also a Bug report... Designer Scripts to run BEFORE anchors, or the ability to re-run Anchors. - Cableguy    Jul 23, 2025 So, picking up from here: https://www.b4x.com/android/forum/threads/designer-scripts-and-anchors... that Designer Scripts have precedence over Anchors... This would allow any view to first be re-dimensioned, as per my example, and then have the child's Anchors applied taking into consideration the "new" parent dimensions... or 2 - a new method, like View.ReApplyAnchors to allow the Anchors of a given view to be recalculated,.... B4J Question [BANano] Abstract Designer Anchors VS CSS Anchor Positioning Api - Mashiane    Jul 9, 2024 Hi Fam As it is, there is a web api for anchors: https://developer.chrome.com/blog/anchor-positioning-api?ck_subscriber_id=1095219708 This currently work on Chrome. In BANano layouts, via the abstract designer, is it possible to translate the b4x anchors to something of this nature? Thanks.... B4J Question Google Maps Waypoint Anchor Change - RichardN    Nov 22, 2020 Any marker added with the jGoogleMaps library displays the marker with the bitmap anchored at the centre of the bottom margin. Is it possible to expose the properties of the marker such that the bitmap is centred over the co-ordinate rather than above it? Rather like the Android library GoogleMapExtras MarkerObject.Anchor(xOffset,yOffset) provides? Can this be exposed with a JavaObject?... Page: 1   2   3   4   5   6   7   |