Computer Science Canada gui.creatextfield help |
Author: | shanestillwell [ Thu Jan 13, 2011 1:46 pm ] | ||
Post subject: | gui.creatextfield help | ||
What is it you are trying to achieve? trying to create a text field for my conversion machine, can't get it to run. What is the problem you are having? lots of errors and no idea why, i used identical code to the turing help index.
Please specify what version of Turing you are using 4.1 |
Author: | Tony [ Thu Jan 13, 2011 2:10 pm ] |
Post subject: | RE:gui.creatextfield help |
What does the error(s?) say? |
Author: | shanestillwell [ Thu Jan 13, 2011 2:18 pm ] |
Post subject: | Re: gui.creatextfield help |
says that there is a syntax error at (import GUI) and also that my measurement1recieved, mesurement2recieved, amountrecieved variables are all the wrong type of arguments |
Author: | DemonWasp [ Thu Jan 13, 2011 2:42 pm ] |
Post subject: | RE:gui.creatextfield help |
You accidentally stripped the border field (value used in Turing Help is GUI.INDENT) from your CreateTextFieldFull lines. Additionally, you haven't defined the measurement2received procedure you reference. |
: |