It looks like you're new here. If you want to get involved, click one of these buttons!
I am developing a crystallographic program and need to get user input. The input that I need includes the lengths of the crystal axes and the angles between the axes. These numbers are precise, and the parameter sliders are awkward to use for exact numbers.
I think that I would like to use the keyboard. Also, I would like to be able to fill in some values, and let the user change them. For example, once the user puts in the value for the length of the x axis, I would like to use that number to fill in the values of the y and z axes, but let the user change the values if he needs to. I would also put in a default right angle between the axes, but allow it to be changed.
I found Stacey's vector UI, but I could not figure out how to get it into a codea project, so I don't know if it will do what I want.
I have three questions:
Thanks!
Comments
If you found Stacey's page, he makes a few suggestions on apps to use to cut and paste his code at the bottom of his main page. I use IUnarchive Lite that Bortel mentioned.
As far as the rest direct numeric keyboard input sounds best.
Thanks, ldpa41001. I had not read the bottom of Stacey's page. I was able to use GoodReader to cut and paste the code.
An example of a "storage winch" calculation sheet with keyboard input and text.
In the past I made several (a lot) of those calculations, but in Excel, including graphs.
But now it is a lessons for me how to use Codea. You can see the "difference" amount of code for inputting/presentation of variables and the needed calculation.
It is not finished, I want to make a pop-up window to save and read the variables.
Yes, it can be better.
Tap a value in the input field to change it. Use your iPad in Portrait mode.
I used MAIN, class Input and class Output.
Input and Output will follow, because the message was to long?
Greetings, Dirk.nl
Class Input
Class Output