Hi all,
I have been happily porting my B4A app to iOS over the holiday but have run into a few roadblocks. Some of which I have managed to answer myself by digging around the forum, but I do have two questions if I may pitch to the community that I haven't been able to find a solid answer on in order to accelerate my porting process.
1) My app relies on the ExecuteListView method of DbUtils, which appears to be disabled in the B4i version. Upon un-commenting it and trying to get it going, it seems to fall over as the ListView method in B4i doesn't support the Addsingleline or Addtwoline arguments. Is there any workaround for this as my app depends on being able to generate a list using this method and I am struggling to think of a workaround.
2) In B4i I used to use a combination of phone get data state and server socket to detect whether the phone has data connectivity. Since phone get data state is now broken, is there an alternative method I can use?
Many thanks to anyone who is able to offer some input.
I have been happily porting my B4A app to iOS over the holiday but have run into a few roadblocks. Some of which I have managed to answer myself by digging around the forum, but I do have two questions if I may pitch to the community that I haven't been able to find a solid answer on in order to accelerate my porting process.
1) My app relies on the ExecuteListView method of DbUtils, which appears to be disabled in the B4i version. Upon un-commenting it and trying to get it going, it seems to fall over as the ListView method in B4i doesn't support the Addsingleline or Addtwoline arguments. Is there any workaround for this as my app depends on being able to generate a list using this method and I am struggling to think of a workaround.
2) In B4i I used to use a combination of phone get data state and server socket to detect whether the phone has data connectivity. Since phone get data state is now broken, is there an alternative method I can use?
Many thanks to anyone who is able to offer some input.