[Feedreader-development] Some things i'd like to implement
Brought to you by:
toomastoots
|
From: Toomas T. <to...@i-...> - 2003-03-15 07:28:33
|
Hi!
Marcus has done wonders with the source. I'm not absolutely catched up
because of lack of time but i'd like to implement some changes/new features:
1. Change treeview X icon (icon what apears if feed is not available) to
something better (globe with little red x in the corner)
2. Unread count. At the moment it is displayd like this
If TreeView1.ShowLines Then
cxOffset := 7
Else
cxOffset := 6;
At least in windows XP offset must be
If TreeView1.ShowLines Then
cxOffset := 9
Else
cxOffset := 8;
because it will not that clean if unread count is to close to feed title.
3. What community thinks about adding new item to subscribed feed
rightclick menu : "View feed source". XML source will be displayed in
minibrowser.
4. If user clicks on one subscribed feed and tooltips+hints are not
enabled, feed information should display in minibrowser (at the moment
minibrowser is empty till you click on some headline).
5. What does community think about last email about integration with
shell? I could make deskband dll what stays on taskbar (user canselect
it from "taskbar properties" > "Toolbars" > "Feedreader deskband" for
example ) and displays popupmenu with subscribed feeds and subitems of
feeds will be headlines. And there will be button to trigger update. I'm
not quite finished with my ideas, will think about it more.
All these things i'd like to implement myself if there is no problem :)
Greetings
Toomas
I will do all these things myself....
|