iui8

  1. walterf25

    iOS Question TableView Usage

    Hi All, I'm working on an iOS app and I'm playing around with the TableView library, for some reason when adding an item to the tableview it doesn't show up, below is my code: Sub RefreshList lstLocalFiles.Initialize lstFNames.Initialize Dim list_files As List Dim sFolder As...
  2. mcqueccu

    iOS Question How to play in background with Videoplayer from iui8

    I have been streaming an online radio with imedia lib but it seems it now deprecated so I switched to iui8 lib but my problem is the streaming pauses when the app looses focus or the screen goes off. I need a continuous play in the background, please help
  3. M

    iOS Question iTableView permanent selection

    Hi i'm learning how to use the tableview in the best way. I'm trying to do a settings page like the ios one, with elements that opens other pages. Sub Process_Globals Public App As Application Public NavControl As NavigationController Private Page1 As Page Private Panel1 As...
Top