Share My Creation RC plane Center of Gravity finder (automatic) - freedom2000    Apr 13, 2025   (17 reactions) Hi all,
I have just published on Hackaday a new electronics device to find Center of Gravity onRC planes.
Link is here : https://hackaday.io/project/202834-rc-plane-center-of-gravity-finder... B4J Tutorial Make a simple 3D game with WebGL library, with gravity and collisions in less than 300 lines of code. - max123    Apr 19, 2025   (6 reactions) Hi all, this code will show how to make a simple 3D game, with gravity and collisions by code without use any physics engine. I want to remember that with WebGL library you can use more than one..., this simplifies the work while creating 3D scenes where you have to simulate gravity, collisions, joints... you can do some physics, like gravity and collisions by yourself without use any physics engines... the light helper that help you to know the light position and direction Show you how calculate gravity and... B4A Question How to set B4XComboBox Items gravity? - Cableguy    Nov 23, 2023 Hi guys,
The tittle kinda says it all... I would like to center the items in the dropdown... B4A Question [XUI] Labels with gravity? - wimpie3    Mar 11, 2022 as I try to use the Gravity property, this doesn't seem to work (Gravity is not a property of B4Xview).
So how can I create cross platform label which supports gravity?... B4A Question Change MSMaterialDrawer's Items Gravity - ArminKH    Jul 17, 2015 @thedesolatesoul hello every body here is the MSMaterialDrawer Lib which is for creating Drawer https://www.b4x.com/android/forum/threads/msmaterialdrawer.53883/ but this drawer is not customizable...for example we can't customize the items font or gravity directly with code i want to change the font of each item and also the gravity of items,as default items are left to right and has "sans serif" font,but i want my items gravity be right to left(icon of items be on right side... B4i Question CLV seems to have gravity 1st row not at top - tsteward    Aug 22, 2021 My CLV seems to have gravity and when there are only a few rows they sit at the bottom of the view.
If I tilt the phone, then back again, they come to the top.
How do I fix this please?... B4J Question Combobox Gravity - khwarizmi    Apr 14, 2022 Hi all
I found many results when I use the forum search about how to set the combobox gravity to center, but the problem was not solved.
Dim jo As JavaObject = ComboBox1
jo.GetFieldJO("scene... B4A Question ListView Gravity problem [Solved] - Roger Daley    Aug 31, 2020 list, this worked well until in one instance set the gravity to center horizontal and vertical. Subsequently I found that for other lists I could not get the gravity back to the left... gravity is set:
AllListView.SingleLineLayout.Label.Gravity = Bit.Or(Gravity.CENTER_VERTICAL, Gravity... B4A Question [Solved] Set BitmapDrawable gravity = Center (Native Ads Advanced) - asales    Aug 4, 2020 the BitmapDrawable with gravity = CENTER ?
I try this:
logoView.SetBackgroundImage(image.RunMethod("getDrawable", Null)).Gravity = Gravity.CENTER
but I get this error:
java.lang... B4A Question ImageView Gravity Fill Center Crop - scsjc    Dec 29, 2019 Is it possible to crop the image to maintain the proportion and fill in the maximum imageview space?... Page: 1   2   3   4   5   |