Android Question MLKIT TextRecognition Using Activity

hanyelmehy

Well-Known Member
Licensed User
Longtime User
when use TextRecognition based on MLKit

i get Error description: Unknown type: b4xmainpage
i want to use Activity ,any sloution ?
note:i know that its better to use B4XPages ,but its old project and it well take much time to convert it
 

DonManfred

Expert
Licensed User
Longtime User
i get Error description: Unknown type: b4xmainpage
you should copy the relevant code from the b4xpages project to your activity-project.

It should work in a activityproject too. But you should not use the b4xpages-code for it for sure.
 
Upvote 0

hanyelmehy

Well-Known Member
Licensed User
Longtime User
you should copy the relevant code from the b4xpages project to your activity-project.

It should work in a activityproject too. But you should not use the b4xpages-code for it for sure.
i already do that
i think issue relate to MediaChooser ,using it with Activity give error
Error parsing program.
Error description: Unknown type: b4xmainpage
Are you missing a library reference?
Error occurred on line: 73 (B4XPages)
Public Sub MainPage As B4XMainPage
i use B4A 13.4
 
Upvote 0
Top