show

  1. aedwall

    Android Question TableView - original version 1.11

    I don't need all the fancy features of the newer version. I just want a table so I can add data to it and make things easier to format instead of using an EditText textbox. Can someone explain to me how to hide and show the table? I can get things to work, but sometimes I want to hide the table...
  2. M

    Android Question Determine keyboard status while in FullScreen in 2024

    Hi everyone... I know that with IME is not possible to fire the HeightChanged event in fullscreen mode... is it possible that in 2024 there is no other option to have an event for the keyboard opening/hiding?... i think it is impossible that there is no other method... already in 2016 this user...
  3. Mrphone

    Android Question Show screen updates

    Hi I want to create a program that does something every time the screen is updated Like Show screen updates in Developer options ? ?? Thanks in advance for answering?
  4. 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...
  5. M

    iOS Question LargeTitle iOS 13 not display immediatly

    Hi! I'm using LargeDisplay in iOS13, but when the page display appears the title shows in standard mode, then if I scroll the tablview the title became large. How can i display it immediatly large? Code used: Sub navigationBarApperance(Controller As NativeObject, Page As Page, LargeTitle As...
Top