Group meeting: Brandon and I got together and solved some bugs that Brandon figured out in our program. He noticed that if we kept changing focus (click on different items) in one drop down list fast, the contents of the affected drop-down list would be messed up. This was because the application didn't have enough time to clear the contents of the affected drop-down list before the new data was loaded in this list. Thus, we would end up with a drop-down list that had wrong data if we kept changing to different items in the list that caused the change.
We solved this disable the drop-down list that caused the change while new data was loading to the affected drop-down list. In this way, users were not able to choose different items when new data is loaded.
Meeting with customer was summarize in the CustomerMeeting page on the project home page.
Thursday, April 12, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment