|
From: Ben H. <bh...@sa...> - 2001-03-05 03:48:01
|
sent some mods to lark: CScribiaDocumentWindow.cp CScribiaDocumentWindow.h - Implemented items view - Implemented window resizing. ScribiaResources.ppob - Implemented items pane CItemsView.cp CItemsView.h - Implemented items view CItemsTable.cp CItemsTable.h - New files, table for items view CKillsTable.cp - Use vector instead of set for labels CSharesView.cp - Fixed times displaying in wrong columns Scribia.l - "Payed" is not a word, changed to "Paid" :) ... I have noticed that our app is getting pretty massive, due to the use of STL i think. Each of my small table classes adds about 150k of code. Would it help the app size if we consolidated all our table classes into one, and prepared the table data in the view? We could probably consolidate: CItemsTable CKillsTable CTrainingTable CSharesTable into one CDataTable class, and set them up with their data from the view. And since we have the data in the view already, we could probably get rid of the table's fData member. -Ben -- <http://tunnels.tripod.com/> - My Old-As-Hell Home Page <http://freepages.sf.rootsweb.com/~bhines/> - My newish Genealogy Pages |