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 wir... 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... 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 Library AsyncCanvas, B4XCanvas wrapper with Invalidate for B4J - max123    Jul 1, 2024   (6 reactions) implementation of B4A B4XCanvas with working Invalidate. After I figured that Canvas.Invalidate do nothing... of B4XCanvas with Invalidate function on B4J. Using this library you can draw more things on canvas and nothing is shown, when you Invalidate the canvas all drawings are invalidated once like in B4A Canvas. It use List, so is very fast. Any command you send to the canvas will be appended to the list, when... this with B4J canvas in mind, by default AutoInvalidate property is False, so you have to call Invalidate... 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   (22 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   (19 reactions) Once again I found myself writing code to draw arrows on canvas. @klaus has provided a basic technique that I also use: define the set of points on the arrow as a path and then draw the path. https://www.b4x.com/android/forum/threads/draw-broken-line-arrow-head.43450/post-264259 I finally decided to write a more general class to do this job. It is a cross-platform design. It is small, about 120..., you can get the bitmap from the canvas. 132973... B4A Question [Solved] OutOfMemoryError with canvas - angel_    Jan 18, 2021 .b4a.objects.drawable.CanvasWrapper.Initialize(CanvasWrapper.java:81) at anywheresoftware... Page: 1   2   3   4   5   6   7   |