run

  1. red30

    B4J Question xui.MsgboxAsync is already open

    I'm using MsgboxAsync because I want the program to continue runing while still displaying a message. But at the same time, if the user did not close it and I use MsgboxAsync again, then I will have a second message on top of the first. Is it possible to somehow track that MsgboxAsync is not yet...
  2. Hadi57

    Android Question Different run result after stop in breakpoint

    Does anybody know why i get different result when i put a breakpoint before "IF" and step into next line? Sub Activity_Create(FirstTime As Boolean) Dim i As Int = 123 Dim b As Byte = 2 F1(Array As Object(i, b)) End Sub Private Sub F1(arg() As Object) If arg(1) = 2 Then...
  3. Sagenut

    B4J Question How to Run/Execute a JAR on MacOS?

    I am completely out from the Apple/Mac world so excuse me if I will write silly or non exact things. How to run a JAR, created with B4J, on a Mac? I tried searching the forum for a solution to this but I came out unsuccessfull. Take into account that I have only a PC. Mac will not execute such a...
Top