automatic

  1. M

    Android Question How to change the text color in statusbar

    Hi everyone my app has a very light color as primary color and the text in the statusbar is not visible anymore because it is white. I wish to set it to dark in order to be readable This is my Manifest, i tried different combination of themes, but maybe i'm not doing the right thing...
  2. carlos7000

    Spanish Se puede hacer un programa en b4j que teclee en un campo, un texto de forma automatica?

    Deseo crear un programa que me permita teclear una clave dura en un campo de texto del navegador, ya que contiene símbolos que son difíciles de teclear. Antes el campo los aceptaba, pero ahora el desarrollador deshabilito la opción 'pegar texto', por lo que ahora toca teclear la clave, lo cual...
  3. Oscarin

    Android Question Is ther a way to send automatic emails?

    Hi, I saw this https://www.b4x.com/android/forum/threads/class-fileprovider-share-files.97865/#content but when I click the email button it ask me to choose an app to send the email, is there a way to send the email internally without asking for an app to send the email? Thanks for any help.
  4. rleiman

    Android Question [SOLVED] Automatically sending an email from B4A

    Greetings, I have been calling the phone's email like this. Dim msg As Email msg.Subject = "Song Requests" msg.Body = EditTextRequestedSongs.Text msg.To.Add("[email protected]") StartActivity(msg.GetIntent) Is there a way in B4A to send the email from the app without actually...
  5. M

    iOS Question iOS13 show modal popup dialog

    hi, i saw this post that show partially how to show the new dialog style from Apple. The only problem is that, even if i had some top/right buttons to the page displayed as dialog, they aren't disaplayed because i think there isn't the navigation bar in that page. Where i add the button (taken...
  6. M

    B4J Question [SOLVED] silent installer

    I tried to make my program autoupdate itself but whitout success, its posible to modify ui apps packaging?, to achive a silent instalation , i mean a instalation without user interaction.
Top