Hi Team,
I'm trying to compile this B4i example
www.b4x.com
and getting the following error:
/B4iProject/b4i_main.h:3:9: error: 'SD_FlexGrid.h' file not found (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.m:2:9: note: in file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.m:2:
FlexGrid version 0.45
Any help would be appreciated
Thanks
EDIT: Solved
missed the iSD_FlexGrid library and updated to 0.46
I'm trying to compile this B4i example
[B4X] [XUI] SD FlexGrid (Table)
I created a new library to show a table (or grid) similar to the one in EXCEL. There are already excellent classes that allow many to accomplish things, such as xCustomListView by @Erel (B4X) and with the FlexibleTable by @klaus (B4A). I wanted to make something slightly different suited to...
and getting the following error:
/B4iProject/b4i_main.h:3:9: error: 'SD_FlexGrid.h' file not found (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.m:2:9: note: in file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.m:2:
FlexGrid version 0.45
Any help would be appreciated
Thanks
EDIT: Solved
missed the iSD_FlexGrid library and updated to 0.46
Last edited: