I just downloaded the SQLite Viewer and its giving log messages:
Variable 'Table' is never assigned
Unsued variable 'DB_BLOB'
Sub 'CopyDBFromAssets' is not used.
........and eight more messages
I downloaded the DIalogs Library Version 4 and then tried ver 2.9, but still the same issue.
when I run the app the blue screen appears with the press menu button to open a Database. but not menu button appears only the link to the B4A website.
In the ManifestEditor change this line:
<uses-sdk android:minSdkVersion="4">
to this
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="19"/>
And you will see three dots in the title.
ok now I see the openfile icon. But how can I get it to point to the SQLite DB i'm using in my app.
It only shows Recent (empty) and Downloads and does not let me navigate anywhere else.
Where is your SQLite DB located.
If, in your app, you copied it to File.DirInternal, you wont see it!
If you copied it to File.DirRootExternal, you should see in the Files.Dialog box with Open internal file manager.