Search:

Type: Posts; User: Norm

Search: Search took 0.24 seconds.

  1. Re: how do i get the answer to appear in textFieldD (line 92)

    I don't understand how you don't know the class of a variable.
    One way to find the class of a variable is to use the editor on the source code and do a Find for the variable's name. Some where...
  2. Re: how do i get the answer to appear in textFieldD (line 92)

    Read the API doc to see what methods the class has. You will need to use one of them to display the data.
  3. Re: how do i get the answer to appear in textFieldD (line 92)

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.


    text fields have methods you can call to set the text that is being shown. ...
Results 1 to 3 of 3