Is there a source for defining each funtion and its purpose in each of the libraryies and the limitations and how to use those function?
For example, I was looking at the ScrollView library with particular interest in tHe "Left" function. The library entry states the calling syntex and parameter and that is all. It does not tell me how the integer associated with the function is used in the function and if that integer needs to be postive or negative. In short, the library does not tell me the purpose of the function or how to use it other than calling syntax.
I am assuming, an input parameter of "0" means the view is set to the left most edge of the screen. Increasing that parameter (or decresasing depending on the direction it should go), will move the left edge in the view ie scroll sideways. None of this is stated in the description of the Left function.
Now how about the rest of the functions in that library and other libraries though some do have a little bit of explaination?
Bill
For example, I was looking at the ScrollView library with particular interest in tHe "Left" function. The library entry states the calling syntex and parameter and that is all. It does not tell me how the integer associated with the function is used in the function and if that integer needs to be postive or negative. In short, the library does not tell me the purpose of the function or how to use it other than calling syntax.
I am assuming, an input parameter of "0" means the view is set to the left most edge of the screen. Increasing that parameter (or decresasing depending on the direction it should go), will move the left edge in the view ie scroll sideways. None of this is stated in the description of the Left function.
Now how about the rest of the functions in that library and other libraries though some do have a little bit of explaination?
Bill
Last edited: