Bug? B4xPath : class file for com.sun.javafx.geom.Path2D not found - stevel05    Nov 2, 2022 I'm trying to wrap B4xPath to enable auto scaling, it's mostly fine but there is a problem using the InitializeOval method . It gives the error:
B4J Version: 9.80
Parsing code. (0.00s... /*anywheresoftware.b4a.objects.B4XCanvas.B4XPath*/ .InitializeOval(__ref._scalerect /*anywheresoftware... B4A Question Get list of B4XPath points? - Jeffrey Cameron    Mar 8, 2019 I saw in https://www.b4x.com/android/forum/threads/xui-modify-b4xpath-points.92397/ where @Erel... a B4XPath variable? Something such as:
Dim pdPoints(,) As Double = MyB4xPath.ToArray()
' or... Wish Add SVG Path data capabilities to B4XPath - Cableguy    Feb 22, 2024   (3 reactions) Canvas and Paths seem to be something very powerfull, once you understand how it works... There are some free image to svg path converters that take any image file and return a SVG Data formated path. This would be very usefull if we could use such format for complex form paths. Someting like B4XPath.InitializePathData(M140 20C73 20 20 74 20 140c0 135 136 170 228 303 88-132 229-173 229-303 0-66-54-120-120-120-48 0-90 28-109 69-19-41-60-69-108-69z) This path results in a heart shape... B4A Question [XUI] modify B4Xpath points - Star-Dust    Apr 27, 2018 Is it possible to read and modify the points inserted in a Path?
For the moment I am inserting the points also in a list and every modification I make it on the list that I re-enter in the B4Xpath after having reset it.
Is there another way?... B4J Question B4XPath - InitializeArc at the top point the direction changes - Alexander Stolte    Jan 10, 2022 With this Code:
Dim p As B4XPath
Dim angle1 As Int = (mValue1 - mMin) / (mMax - mMin) * 360
Dim angle2 As Int = (mValue2 - mMin) / (mMax - mMin) * 360
If TouchedPanel1 = True Then
p... Bug? B4XPath Not Drawing Arcs - keirS    Aug 15, 2020 This snippet of code:
Dim APath As B4XPath
APath.InitializeArc(ARCStartPoint.XCoord,ARCStartPoint.YCoord,CalcDistance(ARCStartPoint,ArcEndPoint1),10,350)
cvsTemp.DrawPath(APath,xui.Color_Red,False...
This is not an arc. An arc is a curve, that is part of the circumference of a circle. B4XPath is drawing... B4A Question SVG to Path: No move to and cubic to options in b4xpath? - GoodGuyOnWeb (first post)    Feb 6, 2022
It is based on Android native Path:
Dim p As Path
p.Initiailize(322.33,505.38)
CubicTo(p, 234.29,7... B4J Question XML XPath? - jmon    Jan 7, 2014 hello,
I was wondering if there was a way to parse XML files with XPath or something similar. I think that Saxml is slow when I need to retreive a single information in a big XML file, because... B4A Question Sort in the XPath query for XML file XOM lib - Valeriy Lakhtin (first post)    May 19, 2016 Thanks Erel, for the tip, I know that you like SAX technology. Now for me is important to work with ... B4A Question How I can to use XPath for XML parsing in B4A - MarcoRome (first post)    Apr 27, 2016 if you need parsing XML you can see THIS library... Page: 1   2   3   4   5   6   7   |