refresh

  1. M

    iOS Question [B4X] BLE refresh available Services and Characteristics - Missing Feature?

    Hi everyone, I noticed an important missing feature in the BLE library. It seems to not be possibile to refresh the ServiceList, given the fact that the only place where you can get it is in the "Connected" event.... I'have a BLE Device that exposes a Service only after you complete a...
  2. Marcos Alves

    Android Question Custom List View and Refresh

    Hello all, I noticed that when using Custom List View, when the start of a list is reached and a scroll try is made by user (like the gesture used to refresh a site in a browser), a shadow is showed by Android on the top of the CLV element indicating that there is no more items before the...
  3. N

    B4J Question ABMaterial prevent page refresh/reload?

    Is it possible to prevent user to use refresh/reload page?
  4. ALBRECHT

    Android Question Resumable sub

    Hello, Please, could you tell me why i receive that kind of symbol (like a refresh rotate arrow) added after the declare sub line: Sub ClvLanguage_ItemClick (Position As Int, CodeLang As Object)◄ Sub ClvLanguage_ItemClick (Position As Int, CodeLang As Object)◄ Dim xui As XUI Dim mess...
  5. Alessandro71

    Android Question Optimizing label redraws

    Despite not being a game, my app has several labels that gets updated several times a second: text is changed, visible and color attributes are changed, position and size are changed. How does Android handles redraws? When I set label.Text, it gets redrawn on screen. Does it get redrawn even if...
  6. appie21

    iOS Question Webview refresh with a timer

    Hello I have a webview that i give a refresh every 10 seconds When a user is on that page and it is scrolling down all work well But when the timer activates the page will reload but starts at the top of the page how can i set it that when a page reload the page stay on his position? Or is...
  7. R

    Android Question Problem updating view

    Using OSMDroid 4.1 and have a TouchOverLay to add GeoPoints to a PathOverLay. Both OverLays are added to a MapView, named MapView1. Sub TouchOverLay1_Click(GeoPoint1 As OSMDroid_GeoPoint) As Boolean AddAreaPoint(GeoPoint1) Return(False) End Sub Sub AddAreaPoint(GeoPoint1 As...
  8. Rob Bliss

    Android Question Restore Indexed Table

    Is there a way to restore an indexed table to the last state, for example on screen rotation. From what I can tell, it happens on activity_resume, however if activity_create is called, then it overrides it. Alternatively, is there a way to get the index of the item at the top of the screen in...
Top