The following lines of code executes when running on the desktop, however it gives the attached error message when attempting to complile.
Is it not proper to do an SQL call as part of creating a new bmp? The SQL.getTilefromDB returns a bitmap.
B4X:
xtablename=tileFileNamePrefix&"_z"&MapNativeZoom*10000
bmpTile.Create3 (SQL.getTilefromDB(xtablename, SQLtilefile))
Is it not proper to do an SQL call as part of creating a new bmp? The SQL.getTilefromDB returns a bitmap.