Please keep the discussion in the forum David.
I seem to be getting an error from my app. I attached some screen shot. I can't figure out what I am doing wrong. Do you see any errors. I attached my blocks and the app screen. I am trying to enter four numbers into the top boxes and out two numbers in the bottom.
Glad to help if you would kindly re-post the images you sent by email in the forum as png or jpg images (you do that dragging the images to the Insert Image tool above in the toolbox (to the left of the words Link). If I do not know the answer, most probably another forum user will know. What you sent is difficult to work with and does not allow others to provide their opinion.
How are you inputting the gas/oil ratio? You need to input it as a decimal value 0.3333; not 1/3 and not 1:3 ; that could be the issue. Incidentally, this is not solving a quadratic equation. You just have to ensure that all the info required for succeding calculations is present before proceeding to the next calculation in your sequence of blocks. Have you tried using the AI2 DoIt debugger to show what values ARE calculated before the issue occurs? (
http://www.appinventor.org/Chapter15 ) ...look for DoIt
Another problem is Why are you trying to set oilproductionTextBox.NumbersOnly to get global x ? that puzzle piece expects a Boolean value; true or false. x in your case is a numerical value, not true false.
Regards,
Steve