This code.
B4X:
Sub Process_Globals
Private fx As JFX
Private MainForm As Form
Dim CVS As B4XCanvas
Dim RPane As B4XView
Dim Xui As XUI
End Sub
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1
'MainForm.RootPane.LoadLayout("Layout1") 'Load the layout...
I want to draw a filled triangle.
DrawPath should do it
My layout has a 'Canvas', referenced as a canvas.
If I add
B4X:
Dim p1 as Path
I get an error telling me that Path doesn't exist, and I cant find a library I can include that makes the error go away.
I tried referencing my Canvas as a...
Hi
I want to make gradient color with B4XCanvas, it is possible when using DrawDrawable method with canvas.
By using B4XCanvas, the method is not in the list, is there any reason why the method missing ?
Thank you
ادامه مطلب...