GPSExample Program

Stulish

Active Member
Licensed User
Longtime User
I have loaded the GPSExample source code and get the following error:

Compiling code. Error
Error parsing program.
Error description: Unknown type: webviewextras
Are you missing a library reference?
Occurred on line: 138
Dim MapViewerExtra As WebViewExtras

any ideas???

sorry i am a newbie at this B4A

Thanks
 

klaus

Expert
Licensed User
Longtime User
You need the WebViewExtra library.

The program needs following additional libraries as reported in the post.
The program needs following additional libraries:
- ByteConverter
- Dialogs
- RandomAccessFile
- WebViewExtras


Best regards.
 
Upvote 0

AlbertLee

Member
Licensed User
Longtime User
Hi Klaus,

Just downloaded the new GPSExample v2.00, trying to compile but got this from the GPSPaths module:

Parsing code. Error
Error parsing program.
Error description: Unknown type: scrollview2d
Are you missing a library reference?
Occurred on line: 54
Dim scvGPSPath1 As ScrollView2D

Which library is ScrollView2D found in?

Thanks for taking the time to answer this.

Albert Lee
 
Upvote 0
Top