Tackle
12-28-2008, 01:12 AM
I couldn't think of a short describing topic title.
Please view the attached image.
What you can see is a very early basic mockup of an application I'm writing.
This application will connect to a locally stored database to get information such as what users are in the database.
Under the field called Item, there's 5 checkboxes with names. These 5 names are supposed to be in a database as well. The application should support adding users, which then should show up as individual checkboxes.
Right now they're just added manually.
How would you make this work? I don't know what format they should be in to begin with (as in Array, or ArrayCollection?).
When this is working, there another even larger issue; the DataGrid. As you can see, the names should appear as columns there as well. They will also appear inside the local database in a probably similar fashion. Do you think it's possible to make it work?
Please view the attached image.
What you can see is a very early basic mockup of an application I'm writing.
This application will connect to a locally stored database to get information such as what users are in the database.
Under the field called Item, there's 5 checkboxes with names. These 5 names are supposed to be in a database as well. The application should support adding users, which then should show up as individual checkboxes.
Right now they're just added manually.
How would you make this work? I don't know what format they should be in to begin with (as in Array, or ArrayCollection?).
When this is working, there another even larger issue; the DataGrid. As you can see, the names should appear as columns there as well. They will also appear inside the local database in a probably similar fashion. Do you think it's possible to make it work?