app exit

  1. walterf25

    Android Question B4A version 13.4 Breaks my App

    Hi all, I just updated my B4A version to the latest 13.4, and for some reason my app compiles and it gets installed OK but the app exits without giving me any errors, This is very strange as my app was compiling just fine before I updated the B4A version, I downloaded the command line tools and...
  2. Recep Cinet

    iOS Question Exit application

    #IF OBJC -(void) QuitGame { exit(0); } #End If Dim NativeMe As NativeObject = Me NativeMe.RunMethod("QuitGame", Null)
  3. E

    Android Question App stopping on click

    Hello, I was wondering if anyone could help me with this. My app compiles just fine, but when I click on any button within it, it just stops and exits. P.S: The only code within the mentioned buttons is to change the text inside a label. As in: label.Text = "1"
Top