Can anyone help me implement the java code that works in the Main module. I want to implement it in a class called Print.
But when I try to use it in the Print class, it gives an error in the JAVA code:
error: incompatible types: print cannot be converted to Context
printer =...
Hello friends, I would like you to help me with my concerns, I am new to this topic of creating libraries so I try to understand but in the following I have not found a solution.
I am creating a wrapper of an SDK, in the first part I must initialize it and get the ok or the error of said...
This Code run perfectly when call from activity.
Sub CreateFileProviderUri (Dir As String, FileName As String) As Object
Log(Dir & " : " & FileName)
Dim FileProvider As JavaObject
Dim context As JavaObject
context.InitializeContext...
Ola
This lesson is about the 'context' and 'contextmenu' widgets.
Context are popups that one can use in case they want to provide some help on the UX. Both the context and context menus appear when the right mouse button is clicked and can be linked to any element on the page.
In this...
i need help
for my android lib i need init my class in b4a with a android.content.Context
because GLSurfaceView have this in the constructor.
android library part in android studio
import android.content.Context;
import android.opengl.GLSurfaceView;
import android.view.View...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.