Share My Creation [Web] SithasoIONIC Wireframes - A free tool for the b4x community - (Canva/Figma Alternative) - Mashiane    Sep 17, 2025   (11 reactions) Hi there b4x community family.
148690
FUNCTIONALITY
Ability to create different types of applica... B4A Library [B4X] [XUI] AS Draw (FabricView and CanvasView) - Alexander Stolte    Apr 28, 2024   (47 reactions) CanvasView.
B4J: jXUI, JavaObject
B4A: XUI
B4i: iXUI
Features
cross-platform compatible
set... B4J Library AsyncCanvas, B4XCanvas wrapper with Invalidate for B4J - max123    Aug 2, 2025   (9 reactions) implementation of B4A B4XCanvas with working Invalidate. After I figured that Canvas.Invalidate do nothing... things on canvas and nothing is shown, when you Invalidate the canvas all drawings will be invalidated once, like in B4A Canvas, this will improve significatly the draw speed and reduce the overhead when you draw fast on canvas. It use List, so is very fast. Any command you send to the canvas... extend it. I developed this with B4A canvas in mind, by default AutoInvalidate property is False... Wish B4Xcanvas.getCanvas - Tayfur    Oct 30, 2018 Hi @Erel; is it possible ; i need using for old libs. private B4Xcnvs as B4XCanvas private cnvs as Canvas cnvs=B4Xcnvs.getCanvas ... B4J Code Snippet Remove Aliasing on Canvas horizontal and vertical lines - max123    Jun 17, 2023   (6 reactions) . javafx.scenes.canvas by default use antialiasing, this maybe is good on some cases, but if we draw.../27846659/how-to-draw-an-1-pixel-line-using-javafx-canvas after I converted this code to.... It is possible to add a variant inside B4J Canvas class for next releases? Maybe it can do... to disable antialias on entire canvas, but may there is a way, tried with JavaObject but just fails... MainForm.Title="This demo show how to remove aliasing on Canvas horizontal and vertical lines"... B4J Tutorial [Web][SithasoDaisy] SDUIOffCanvas Sheet for Top / Bottom / Left / Right - Mashiane    Aug 18, 2024 Hi Fam
The SDUIOffCanvas is a new component that enables one to have a sheet that can sit on either side of the screen. This can be left, top, bottom or right of the screen.
Demo (Open from Mobile Device)
This example shows how the SDUINumKeyPad component can be placed inside the SDUIOffCanvas when the position is set to bottom.
156174... Share My Creation GoogleMapsDemo - klaus    Apr 30, 2024   (25 reactions)   tags: GoogleMaps edit their properties. The project has a Pane for the GoogleMap and three Canvases. One Canvas to draw the cursor. The second Canvas for the intermediate lines, moving lines during the drawing. The third Canvas for the shapes. In the VIDEO you see red lines for the cursor, these lines are drawn onto the first Canvas. You see red lines between the current point and the previous point during drawing, these lines are drawn onto the second Canvas. When you click to insert a point the current shape... B4J Library jCanvasExt Extends Canvas methods - klaus    Aug 27, 2023   (20 reactions) This library, with the Class source code, extends the Canvas functionalities.
Some time ago I was playing with B4J Canvas with methods not exposed directly to B4J.
There was a question in the forum... B4J Library [B4X] A class to draw on canvas many types of arrows at any angle. - William Lancee    Aug 24, 2022   (23 reactions) Once again I found myself writing code to draw arrows on canvas.
@klaus has provided a basic..., you can get the bitmap from the canvas.
132973... B4J Question Set canvas borders when resize it, without clear current content - max123    Apr 17, 2025 sure that when resizing the form (so even the Canvas that fit it), the 2 pixel wide red border...
Note, here the mainPnl is a panel on the designer, it fits the window and canvas is initialized to... Page: 1   2   3   4   5   6   |