darkmark327 Posted August 19, 2004 Author Share Posted August 19, 2004 Maybe, if possible, make it so the user can select how frequent the updates happen.. Unless, of course, weather.com won't let you do that.Patrick. Bingo. Hint: peruse this thread. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584387784 Share on other sites More sharing options...
darkmark327 Posted August 19, 2004 Author Share Posted August 19, 2004 Well, I've been using it since I downloaded it.. I even went so far as to shut down weatherbug, and take that out of my startup.. I'll probably uninstall that soon also.A question for you. The web browser that I modified is in Visual Basic 6.0. So, when I do the package & deployment for it, I'll include your program and the dotnetfix.exe program. What I'm wondering is, if you would know of a scripting command I can put into the P&D wizard to automatically check for .NET Framework, and if it isn't installed, then install it? Then, maybe a script to delete the dotnetfix.exe program after the installation is finished. I'm fairly new to setting up deployments and even creating programs in VB. Although, I may get a copy of VB.NET, and see if I can upgrade my browser to it also. That way, they will get the .NET framework anyhow. Thanks for your help in this. Patrick. Oh, and if you haven't heard of any issues with Windows 2000, I'll let you know.. I'll be rebooting soon, I'm sure.. I've got SP4 on my computer, and as far as I know, all of the updates that are required. I've done some rudimentary testing on 2K with a VM; I doubt there are any platform-specific issues (I believe that's the point of the Framework in the first place.) As for detecting the .net framework: http://www.google.com/search?hl=en&ie=UTF-...rk+installation To save you the trouble, here's what the MSDN says: http://msdn.microsoft.com/library/default....eoperations.asp It shows you how to detect and silently install the framework. You may want to ensure it's at least version 1.1; I can't guarantee functionality otherwise. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584387878 Share on other sites More sharing options...
AlwaysSmilingGUY Posted August 19, 2004 Share Posted August 19, 2004 Thanks for the links.. And, it will be the version that you linked to on your first page. I'll add your name into the About Credits for the browser after I make it. Patrick. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584388089 Share on other sites More sharing options...
darkmark327 Posted August 22, 2004 Author Share Posted August 22, 2004 I can't decide whether to just add another group in the options for the alert sound file, or to just redo all the options with a tabbed interface. The former is getting too crowded, but the latter doesn't want to work nicely (too much or too little stuff in each tab) Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584411648 Share on other sites More sharing options...
Rahul Posted August 25, 2004 Share Posted August 25, 2004 somehow .......no matter what the weather ....it always show hazy for new delhi ??? Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584428875 Share on other sites More sharing options...
darkmark327 Posted August 25, 2004 Author Share Posted August 25, 2004 somehow .......no matter what the weather ....it always show hazy for new delhi ??? Does weather.com's site show the same? If so your issue is with them, not me. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584429728 Share on other sites More sharing options...
AlwaysSmilingGUY Posted August 25, 2004 Share Posted August 25, 2004 One thing I'm noticing, and it may just be something with my computer's setup. I'm on Windows 2K with SP4. When I go to restart or shut down, my computer doesn't complete it. I scroll my cursor down on the systray and a few icons have disappeared. Through trial and error, I found that if I close weatherAlert, then do the restart or shutdown again, it finishes. I haven't tried it by closing WeatherAlert before the first attempt, so I'm not sure if it's actually the program causing the issue. I'll try that and let you know. I have Microsoft .NET Framework 1.1 Developers Kit installed on my computer along with .NET Framework 1.0375 and 1.1. I'm not sure if that may be the issue also. Patrick. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584430006 Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted August 25, 2004 Subscriber¹ Share Posted August 25, 2004 ^^^ I think there was a post about that issue a while back and darkmark327 was gonig to look into it. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584430893 Share on other sites More sharing options...
Sartoris Posted August 26, 2004 Share Posted August 26, 2004 Love this program. Keep up the good work! Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584437403 Share on other sites More sharing options...
darkmark327 Posted August 26, 2004 Author Share Posted August 26, 2004 Yeah, I must have inadvertently broken it but it was fixed immediately after. Anyway I've released the first public release of 2.3 (2.2.9.5, the same as the latest test version) to automatic updates. The only thing lacking is the ability to customize the NWS alerts. That will be 2.3 final. 2.4 will have the detailed forecast stuff, but I return to school very soon so that may be a slightly long time in coming. Thanks for the support everyone! Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584438314 Share on other sites More sharing options...
Biohazord Posted August 26, 2004 Share Posted August 26, 2004 Great Program the only thing I dont really like is the memory footprint 35mb :pinch: but it is only 1mb whne minimized to the tray. Keep up the good work :D Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584438408 Share on other sites More sharing options...
RogueJawa Posted August 27, 2004 Share Posted August 27, 2004 Great Program the only thing I dont really like is the memory footprint 35mb :pinch: but it is only 1mb whne minimized to the tray. Keep up the good work :D Earlier in the thread someone explained that the way the .NET framework works is it reserves an amount of memory for itself (usually way more then it needs/uses) and when another program needs the memory it gives up the unused memory. So while taskmanager may say 35mb its not really USING 35mb. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584440247 Share on other sites More sharing options...
Syntax_Error Posted September 4, 2004 Share Posted September 4, 2004 Dunno if this is anything to do with the program or with Windows but all the titles are too large so you don't get the full display. Happens in 1.9.1 (sorry can't remember the exact number) and the latest one. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584497905 Share on other sites More sharing options...
OnlyMe Posted September 4, 2004 Share Posted September 4, 2004 Just to let you know... Version 2.2.9.5 on startup will show a black square in the tray until I force an update. This did not happen on previous versions. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584498527 Share on other sites More sharing options...
mistical Posted September 4, 2004 Share Posted September 4, 2004 Just found this thread and love the program, great work, though I'd mention that :) Will come in handy and what not :) once again, great work! Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584498759 Share on other sites More sharing options...
hog Posted September 4, 2004 Share Posted September 4, 2004 Wow this is awsome thanks a lot man Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584498801 Share on other sites More sharing options...
darkmark327 Posted September 7, 2004 Author Share Posted September 7, 2004 It seems that the .NET framework 1.1 SP1 breaks some of the groupboxes. I'm working on fixing it. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584512085 Share on other sites More sharing options...
Frost_311 Posted September 8, 2004 Share Posted September 8, 2004 Great program, its come in handy around Central Virginia with all the rain we've had lately... Keep up the great work! Have you thought about adding an installer so the file sits in a directory? Also, it doesn't seem to remember the correct color setting for the temperature in the bottom right corner after I restart my computer. I had it set to a blue color with a transparent background, I'm using .Net Framework w/SP1 and Windows XP Home with SP2. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584518801 Share on other sites More sharing options...
darkmark327 Posted September 8, 2004 Author Share Posted September 8, 2004 The color turns blue or red in cold/hot weather. As for the installer, I think it would add needless bloat. In any case, thanks for the support! Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584518934 Share on other sites More sharing options...
eminem213486 Posted September 12, 2004 Share Posted September 12, 2004 yes its better without the installer. i love this program. did you already fix the .net sp1 bug? the window looks normal when i have windows xp in classic mode. it might just be these visual styles that are changing the fonts or something. Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584546798 Share on other sites More sharing options...
darkmark327 Posted September 13, 2004 Author Share Posted September 13, 2004 No, it seems to be a bug in the framework with nested groupboxes that have visual styles enabled (note how all the outside boxes are fine, but the inner ones are all screwed up). There doesn't appear to be any way to fix it for now without redoing the GUI to have no nested boxes. I may end up having to do that :crazy: Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584548861 Share on other sites More sharing options...
devBrian Posted September 13, 2004 Share Posted September 13, 2004 Incredible, SO MANY KUDOS TO YOU! Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584548900 Share on other sites More sharing options...
Furrybeagle Posted September 13, 2004 Share Posted September 13, 2004 I love it...I dont have to have Trillian open to check the weather, and I dont have to go through a load of ads on the weather channel homepage! ITS F***** BRILLIANT Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584548949 Share on other sites More sharing options...
muskratattack Posted September 13, 2004 Share Posted September 13, 2004 Why not look out the window? Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584548969 Share on other sites More sharing options...
darkmark327 Posted September 13, 2004 Author Share Posted September 13, 2004 Why not look out the window? Because...shut up, that's why :p Thanks for the support guys that's what makes this all worth it :cool: Link to comment https://www.neowin.net/forum/topic/175813-weatheralert/page/11/#findComment-584548980 Share on other sites More sharing options...
Recommended Posts