 |
|
 |
Hi and a very big thank for this little piece of art;)
I'm playing around creating similar app and I've found your work very helpful. However, when I attempt publish the project so that users can install it the cfg.xml file is missing Any idea on how to include it into the installing file?
Will be really grateful if you experts help me to resolve this.
Cheers,
Ali
modified on Wednesday, April 14, 2010 11:58 PM
|
|
|
|
 |
|
 |
Is there any way I could hide the first window or stop it from loading up? the listener one?
|
|
|
|
 |
|
 |
I seem to lose the ability to log off while this demo application is open. Any idea why?
|
|
|
|
 |
|
 |
Is there a more up-to-date version of this? It looks like a great beginning of exactly what I'm looking for, but it still seems to lack some basic functionality. (For instance, the only way I see to delete a feed is edit the xml directly.)
|
|
|
|
 |
|
 |
Hi there,
first of all it's a nice application. The UI is a little bit harsh but it does the job.
Let me point out one thing that you have missed: setting the Visible to false must occur before the main form is executed. So the code that you have in Program.cs is wrong. Instead create an Form1_Load event handler and set the Visible to false.
Anyway, that's a good piece of work you have here!
Best regards,
Maciej.
|
|
|
|
 |
|
 |
Chen,
Its absolutely fantastic Article.
I give 5 out 5.
Keep up good work.
I hope to see more articles from you in future.
Good Luck,
Cheers
Menon
|
|
|
|
 |
|
|
 |
|
 |
i dont see how this could ever work... it's not an issue with the popups.. the handler never kicks in on updated feeds.. so it never even gets to the code about showing a popup..
|
|
|
|
 |
|
 |
It works perfectly for me. What operating system are you running?
|
|
|
|
 |
|
 |
Hi, Xiao Zheng,
This seems what I'm looking for but I have no idea on how to implement it, run it, or even plugged into my existing project??? Can you tell me the steps?
謝謝~
Regards,
Raymond Wu
location: Hong Kong
|
|
|
|
 |
|
 |
Would u be a little bit more specific?
And have you gone thru my code?
|
|
|
|
 |
|
|
 |
|
 |
Hi,
This program is exactly what i'm looking for however, I can't seem to get the balloon pop up to popup!!!
I've created a feed, and when changed nothing happens. Looking in the loggs cannot find anything, and no connection errors are noted either.
I'm running Windows XP SP2
Hope this helps,
Stephen Fletcher
|
|
|
|
 |
|
 |
Can you see any messages in mgrLog.txt when you run the program?
|
|
|
|
 |
|
 |
Yes,
mgrLog has:
indexed: http://easynet:4280/rss/rss.asp
listened: 09:28:48http://easynet:4280/rss/rss.asp
expLog has nothing.
uiLog has nothing.
And thanks for your reply. Hope I can help.
Stephen Fletcher
|
|
|
|
 |
|
 |
yup, i met this problem only a few times when the network is poor. I guess it's because only one thread is used to cycle through the feeds repeatedly(this could cause some problem when some feeds couldn't be connected).
So try removing or unchecking the other feeds(like sjtuBBS, fudanBBS), and try again.
I hope this works...
|
|
|
|
 |
|
 |
Hello,
I had actually tried that... the cfg.xml file is as follows.
<!-- InfoBot Ini file -->
<title>BBC</title>
<link>http://news.bbc.co.uk</link>
http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml
BBC News UK Edition
0
<link>http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml</link>
<title>ICT Helpdesk</title>
<link>http://easynet:4280</link>
http://easynet:4280/rss/rss.asp
ICT Helpdesk
1
<link>http://easynet:4280/rss/rss.asp</link>
Stephen Fletcher
|
|
|
|
 |
|
 |
thanks, this helped me understand how simple it is to create notify icons in a windows app through .net forms
|
|
|
|
 |