minimize

  1. R

    Android Question B4XCanvas become uninitialized if app is put in background

    In a B4XPages project I sometimes run a progressbar by drawing a line on a B4XCanvas that is initialized on a B4XView. I noticed that when this progressbar is running and I move way from the app and then return to it, the progressbar is not visible anymore. All else is working fine. The solution...
  2. alirezahassan

    B4J Question move form with panel

    hi all, i set this code MainForm.SetFormStyle("TRANSPARENT") so i have a window without decorations. and i want the user to be able to move the form through the panel. what should i do?
  3. 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...
  4. MegatenFreak

    B4J Question Help minimizing an undecorated form (tried setIconified)

    Hello. My app has a main window which shows all the options and submenus and covers most of the screen. It is "undecorated". The problem is, when I open other forms from that main form, they don't show as separate "tabs" in Windows, so as soon as I click on another part of the screen, the...
Top