Other Message for Warwound

Status
Not open for further replies.

warwound

Expert
Licensed User
Longtime User
Please any equivalent Spatialite libray for B4i. https://www.b4x.com/android/forum/threads/spatialite.36296/

Or if you can help to wrap this Objective-C lightweight spatial SQLite/SpatiaLite library for B4i
Github project. https://github.com/andreacremaschi/SpatialDBKit.

I will surely show appreciation as I am in urgent need of this library in b4i.
Thanks for you support.

I'm sorry but i have no experience with creating libraries for b4i.
You'd better post in the Job Offers forum.
 
Upvote 0

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
I'm sorry but i have no experience with creating libraries for b4i.
You'd better post in the Job Offers forum.

DIV content on WebEngine

Hello my friend

Can I have a little help with your webengine class?

My problem is how I can list all elements from a DIV? In this DIV I have all oysters cards from TLF and balances.

I just need to get this ID and Balances. How Can I get the elements inside the element E in the example below assuming this card-list is a DIV.

Probably you have account on TLF right? check the page after this login:

https://oyster.tfl.gov.uk/oyster/entry.do


B4X:
        Dim E As Element = mDocument.GetElementById("card-list")
        If E.IsInitialized Then
            Log(E)
        End If


Thanks in advance!

Alberto Iglesias
 
Upvote 0
Status
Not open for further replies.
Top