restore

  1. rtek1000

    B4J Tutorial Maximize, minimize, restore and full screen (programmatically)

    Based on this post and in other internet searches: (Attached sample project) #Region Project Attributes #MainFormWidth: 600 #MainFormHeight: 600 #End Region Sub Process_Globals Private fx As JFX Private MainForm As Form Private xui As XUI Private Button1 As B4XView...
  2. Sandman

    iOS Question How to restore geofences if app got swipe-killed?

    I'm experimenting a bit with geofences on iOS (related thread) and have a related question. Looking at the related thread, Erel says: As I understand it, this means that swipe-killing an app also removes all geofences the OS kept looking for. Reasonable, but how can we enable them again? Is...
Top