Hi everyone,
Recently, I downloaded and tried the Table Example. It worked perfectly. I then proceeded to make some changes to suit a simple application I am trying to produce whereby you can enter the given numbers in a Sudoku puzzle from, say, a local newspaper, lock and save these numbers, then complete the puzzle at your leisure. My idea was to produce a fixed 9 by 9 grid with a dividing line in each 3 by 3 block at the top of a Portrait Screen. This I was able to do with out any apparent problems. My aim now is to place 10 buttons (backspace and 0 to 9) plus, say, a button to save the puzzle, a text box and what ever else may be required.
These controls will be placed at the bottom of the screen. My idea is to place the controls on a Scroll View, have the numerical buttons visible and locked while entering numbers in the puzzle the be able to Scroll to the Text Box and Save Button.
In the uploaded file, on the Main Module, you will see, under Sub Activity_Create , 10 lines beginning with Table2.Add_T2 remed out. Simply unrem one at a time and observe the actions of the lower Scroll View. I am adding 14 lines and would like to get all 14 scrolling properly, as in the original Table Example. (No, my project does not need 14 lines, its just an exercise.) Also, note the comments with each of these 10 lines.
Any assistance greatly appreciated but, if possible, no code please, just guidance. I must try to figure this out for myself. The answer is probably staring me in the face.
Recently, I downloaded and tried the Table Example. It worked perfectly. I then proceeded to make some changes to suit a simple application I am trying to produce whereby you can enter the given numbers in a Sudoku puzzle from, say, a local newspaper, lock and save these numbers, then complete the puzzle at your leisure. My idea was to produce a fixed 9 by 9 grid with a dividing line in each 3 by 3 block at the top of a Portrait Screen. This I was able to do with out any apparent problems. My aim now is to place 10 buttons (backspace and 0 to 9) plus, say, a button to save the puzzle, a text box and what ever else may be required.
These controls will be placed at the bottom of the screen. My idea is to place the controls on a Scroll View, have the numerical buttons visible and locked while entering numbers in the puzzle the be able to Scroll to the Text Box and Save Button.
In the uploaded file, on the Main Module, you will see, under Sub Activity_Create , 10 lines beginning with Table2.Add_T2 remed out. Simply unrem one at a time and observe the actions of the lower Scroll View. I am adding 14 lines and would like to get all 14 scrolling properly, as in the original Table Example. (No, my project does not need 14 lines, its just an exercise.) Also, note the comments with each of these 10 lines.
Any assistance greatly appreciated but, if possible, no code please, just guidance. I must try to figure this out for myself. The answer is probably staring me in the face.