form

  1. K

    Android Question How do I know what SDKs my app uses?

    Hi guys How do I know what SDKs my app uses? Because Google sent me a form and how many of its questions are about the SDK. My app uses these libraries
  2. Q

    Android Question Multi-form layout

    Hi All, I found an old thread with pretty much the same question, but I did not find clear answer here: https://www.b4x.com/android/forum/threads/multiple-forms-or-pages-or-whatever-theyre-called-two-questions.139734/#post-884899 Finding this thread was much relieve for me because I stop...
  3. N

    B4J Question B4XPages and form SetOwner

    Hi all, I have searched the forums but didn't find a answer for this. I am trying to force a child b4xpage to be owned by the master page, so that master window (page) is disabled until the child is closed. I have tried this code, but the master page is not disabled. Private Sub B4XPage_Created...
  4. Mashiane

    BANanoVuetifyAD3 - Contact Manager WebApp featuring MySQL + jRDC2 (no PHP)

    Ola First, thanks to everyone and each of our sponsors and donators who has made this possible. This would not be possible without B4X and BANano. Many thanks to those intellects. Over the past few months we have been attempting to ensure BANanoVuetifyAD3 works very well with jRDC2. We have...
  5. D

    Android Question Hide MainPage - wich command ?

    I'm building an app for Android to receive sms, decode messages and send sms with response, without the need for operator intervention Main modules (code), Starter (service), B4xPage (class module), Sms (service) When app start, MainPage is displayed There is only the MainPage that I am using as...
  6. ALBRECHT

    Android Question LTR or RTL Form direction

    Hello, According to the ltr or rtl language direction coosen by the user, Please, is it an easy way to call : 1: a text or label (with direction settings rtl or ltr) 2: a complete form direction (label + Edittext) or (Edittext + label), example: or : Today, according to the language...
  7. B

    B4J Question How to do B4J form stuff (hide, return login form details)

    For B4J: 1. Is it possible to hide an existing form before opening a new form? I don't mean closing a form but "hiding" it until some later time when you want to "unhide" it. 2. How do you "pass" data between forms without using globals? 3. I am currently creating a new code module for each...
  8. MarkusR

    B4J Question Access to a Type structure by Code?

    if me have a Type structure. is it possible to get the fields and datatype from within source code? me thought about to generate a input form from it automatically.
  9. avalle

    B4J Question Read an HTML form data array

    Hi I need to read an array of parameters from the payload of an HTML form that is POST-ed to my B4J server. I normally use Dim mydata As String = req.GetParameter("mydata") to read a single parameter "mydata". My payload also contains multiple parameters like...
Top