@asmx
ID: 199192757
calendar_today06-10-2010 07:36:00
41 Tweet
2 Takipçi
0 Takip Edilen
15 years ago
Playing Distals - Grape Donut. Over and over again. Wow! Wow! Wow!
COutputWnd: all tabs gone. using the control right on the COutputWnd instead of using it on a tab, which is placed on top of the window
The OutlookBar disappeared. Something went wrong with code? No, fixed by deleting the app's reg key where it saves its state
OK. if I comment out the code that adds two tabs to the Outlook Bar, the entire bar disappears. Regkeys affected are placed under Workspace
CCalendarBar. Gone. CMFCShellTreeCtrl will be also gone. I'm gonna add my own ctrls to the COutlookBar
Will use COutlookBar for navigation, CPropertiesWnd for details of the item selected in the main view (CListView), COutputWnd - for logs
CPropertiesWnd & COutputWnd are CDockablePanes, contain 1+ ctrls, can stack on each other, can contain tabs that contain ctrls on their own
COutlookBar is a descendant of CDockablePane and can behave in the same manner. So it's all about CDockablePane in MFC Feature Pack. Sweet.
Made CListView report-like etc
http://health.google.com/. quite handy. using it to keep track of my weight and my sleep hours. my BMI is 27. overweight. bummer
I stopped with MFC+ for a while. Digging a year-old code of my Software Update Manager. Wanna make its internals before porting to MFC+
I have a kind of "Script Language" and home-made "Script Interpreter". Very simple but enough to brute-parse web pages, crawl, download.
I want to make scripting decoupled so that I can plug it in to my MFC+ version of Software Update Manager.
Decoupled DownloadManager from classes other than concrete script command classes.
Refactored the Load script command that gets a web page and makes it available for other commands to parse
Added a script command to download binary files (software).
finally decoupled DownloadManager from the app code; now two script commands use it. all download tasks are set in scripts.
Preparing the helper thread that handles the downloading/parsing to uniformly use update event handlers that implement the same interface
Added another script command: up. It helps repeat commands up in the script. Best served with a "list" command I'm about to add, too
Dropbox FTW http://db.tt/ENDJoAC