Share My Creation [Web] SithasoIONIC Wireframes - A free tool for the b4x community - (Canva/Figma Alternative) - Mashiane    Dec 14, 2023   (11 reactions) Hi there b4x community family. 148690 FUNCTIONALITY Ability to create different types of applications (Blank, SideMenu, Tab Bar (bottom navigation), Split Pane) Scrape HTML and Import into the wireframe App Download of Abstract Designer View Guide - this is a step by step instructions of how to create your app based on the wireframe using the Abstract Designer Backup & Restore Wireframes a... B4A Library [B4X] [XUI] AS Draw (FabricView and CanvasView) - Alexander Stolte    Apr 28, 2024   (47 reactions) Hello, 2 years ago i already had the idea of this view, but I failed in some places, but now I have taken up the challenge and the result is impressive. Inspired by @Johan Schoeman FabricView and CanvasView. B4J: jXUI, JavaObject B4A: XUI B4i: iXUI Features cross-platform compatible set a background image draw, erase or draw lines undo and redo clear all set color, thickness and background color enable or disable the drawing import and export the drawing for later use export the drawing... 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... B4i Tutorial Bouncing smilay - Drawing with Canvas - Erel    Oct 27, 2014   (6 reactions) A Canvas object allows you to draw over a view. Canvas.Initialize expects a single parameter which.... The drawings will only be applied when you call Canvas.Refresh. If the target view changes its size then you need to initialize the Canvas object again. This usually happens in Page_Resize event. In this example we use two different canvas objects. cvsBackground is used to fill the root panel with a gradient. Canvas1 draws over Panel1 which is a transparent panel. The smiley is drawn with Canvas1... Page: 1   2   3   4   5   6   7   |