dimensions

  1. gezueb

    B4J Question Monitor dimensions (resolution)

    I am trying to adapt some forms programmatically to the size of the screen they are displayed on (particularly the height). Can anyone give me a hint how to retrieve this information in b4j? I tried jAWTrobot but the library does not seem to be recognized by b4J.
  2. M

    iOS Question String with two dimension different behavior between b4i and b4j

    Hello, I have defined a string variable with 2 dimensions. If I execute this code in B4i I get a different result like in b4j. I would expect the same result in b4i as in B4j. Can someone explain me what I am doing wrong? dim lv_array(2,2) as string lv_array(0,0) = "containername"...
Top