B4J Library ShapeFile Reader - tchart    Nov 17, 2024   (9 reactions) A wrap of this library; https://github.com/diwi/diewald_shapeFileReader Should work... as a B4J project with the code below. Super simple; Dim shp As ShapeFileReader shp.Initialize("C:\Temp\ShapeFiles","ne_110m_admin_0_countries") 'shp.Initialize("C:\Temp\ShapeFiles","ne_110m_populated_places") 'shp.Initialize("C:\Temp\ShapeFiles","ne_110m_rivers_lake_centerlines") Log(shp.ShapeType) Log(shp... Share My Creation [B4X] B4XThreePages - Based App UI (Basic, Shaped, Modern, Themed, Borderless or Transparent Style on the Fly) - JGParamo    Jul 22, 2024   (13 reactions) B4XThreePages - Based App UI (Basic, Shaped, Borderless or Transparent Style)
This B4J project... is the result of seeking shaped and transparent form version of the B4XPages + B4XDrawer as discussed... B4J Tutorial [B4X]Turning Miscellaneous Image Shapes into Buttons - William Lancee    May 5, 2022   (10 reactions) This is just a bit of fun, inspired by a recent question about the shape of buttons.
Given an image... with encoded color
5. Put the area ID# in the shape's color channels (1, 2, 3, 4, etc.)
During... B4J Library [DSE] Shapes - Shape Nodes - stevel05    Sep 26, 2022   (13 reactions) with some enhancements that make it too complex to post as snippets.
You should now be able to shape....
134050
Class : DSE_Shapes ShortName : DSE_Shapes
Methods:
Initialize
Initializes...)
Parameters: Points as int, InnerRadius Factor, 1 or more views
Designer Script : DSE_Shapes.StarView(5... B4A Question BitmapCreator Shape - Mike1970    May 13, 2019 It's possible to draw something like this with BitmapCreator? (the blue part)
80353... Share My Creation GoogleMapsDemo - klaus    Apr 30, 2024   (25 reactions)   tags: GoogleMaps other shapes on a googlemap overlapping existing shapes. When you move the mouse over an existing shape... I found in the forum. You can draw different shapes, markers or InfoWindows onto a GoogleMap and.... The third Canvas for the shapes. In the VIDEO you see red lines for the cursor, these lines are drawn onto..., these lines are drawn onto the second Canvas. When you click to insert a point the current shape is drawn in blue, these lines are drawn onto the third Canvas. When you click onto a shape, its... B4J Code Snippet {DSE] Button Shapes - stevel05    Sep 25, 2022   (14 reactions) These methods are now included in DSE_Shapes class which provides more functionality.
Here are several Designer script extension methods that allow buttons to be shaped and rotated.
It's a bit of a novelty, but may come in useful at some time.
133952
Each shape method also attempts to... As JavaObject
Poly.InitializeNewInstance("javafx.scene.shape.Polygon",Array(Path... Games No position for B2CircleShape in XUI2D - Informatix    Jun 21, 2019 Hello,
I did not find how to set the position of B2CircleShape in XUI2D. I need it to create a body with a circle shape that is not centered (complex body with many fixtures). It's possible with my jBox2D lib.... B4A Question Draw shape with BitmapCreator - asales    Jul 17, 2019 I tried to draw something like this shape (the blue part) with BitmapCreator without success.
82349
I based my code in this code from Erel:
https://www.b4x.com/android/forum/threads/b4x-drawing... B4J Code Snippet A method for drawing paths of line shapes in B4J with B4XCanvas - William Lancee    Jul 25, 2021   (4 reactions) differentiated between lines and line shapes. The DrawLine method draws lines, the DrawPath method draws closed shapes. In B4J if you draw a shape, the points in the path describe the outside edge of the shape. So the inside of a closed path of a line is empty, no matter how thick you make the stroke width. The solution is to turn the line into a line shape by making it a thin rectangle... ("listToPath") that adjusts the path of a shape if the path describes a line. Because... Page: 1   2   3   4   5   6   |