Dear friends,
my JAR is absolutely Ok on PC.
I am trying to run JAR on MAC, but I get this message:
The trouble is if I am using DBUTILS
from DBUtils tutorial
The app is closed on the row:
in console(on mac) is this message:
WindowServer: CGXSetWindowListSystemAlpha: Invalid windows 1902 (Index 0/1)
my app I can not run on MAC...
If I run it without
the APP is then running O.K. on MAC
I want use dbutils and sqlite database as on PC...
Please can you give me advice? Which file #AdditionalJar: sqlite-jdbc-3.7.2 I must use for MAC?
Thank you
p4ppc
my JAR is absolutely Ok on PC.
I am trying to run JAR on MAC, but I get this message:
The trouble is if I am using DBUTILS
B4X:
#AdditionalJar: sqlite-jdbc-3.7.2
The app is closed on the row:
B4X:
SQL1.InitializeSQLite(File.DirApp, "database/mydb.db", True)
in console(on mac) is this message:
WindowServer: CGXSetWindowListSystemAlpha: Invalid windows 1902 (Index 0/1)
my app I can not run on MAC...
If I run it without
B4X:
SQL1.InitializeSQLite(File.DirApp, "database/mydb.db", True)
I want use dbutils and sqlite database as on PC...
Please can you give me advice? Which file #AdditionalJar: sqlite-jdbc-3.7.2 I must use for MAC?
Thank you
p4ppc
Last edited: