cklester Well-Known Member Licensed User Sep 13, 2020 #1 These minor issues were found in the B4J section of B4XGettingStartedV1_8.pdf. On page 124, it instructs the user to modify the MainFormWidth. However, that process was already done on page 110. On page 125, on the line B4X: txfResult.Text = "" ' Sets edtResult.Text to empty the comment references edtResult.Text instead of txfResult.Text. While not terribly confusing, either of these issues could temporarily stun new users. ?
These minor issues were found in the B4J section of B4XGettingStartedV1_8.pdf. On page 124, it instructs the user to modify the MainFormWidth. However, that process was already done on page 110. On page 125, on the line B4X: txfResult.Text = "" ' Sets edtResult.Text to empty the comment references edtResult.Text instead of txfResult.Text. While not terribly confusing, either of these issues could temporarily stun new users. ?