Recommended Posts

Can someone PM a link to the non beta version of this program, i'm having some issues with it and never saved the original.

Anyone else finding it takes the program a good 10 secs plus to start? :huh:

Thanks!

What kind of connection do you have? I guess it would probably take a while on a slower connection because it won't display until it has all the information. (I am working on doing so asynchronously). You haven't had this problem with previous releases?

Anyway you can get the latest release that was sent to auto-updates here:

http://www.ic.sunysb.edu/stu/msowul/WeathAlertZipped.exe

I also have a site set up at http://www.ic.sunysb.edu/stu/msowul/

You can link to that trajik, if you are so inclined. Thank you.

I got 512k DSL, weird! Running XP SP2. Sometimes it appears in the tray but doesn't pop up even when I double click on it. Othertimes it appears to lockup completely and I can't do anything with it!

All right, so connection speed obviously isn't it. The tray icon does tend to appear a few moments before the program itself is actually ready to display; as for the lockups, I don't really know; my suggestion is to just give it a minute, in case the connection is just timing out, but beyond that all I can say is that once I make the data updating asynchronous it should help fix this sort of thing.

Alrighty, here's another release for you. 2.2.9.4; this version adds the ability to see full-size radar, and replaces the link to the weather.com radar page.

Download it from the first page or the weathalert site.

As you can see, the large radar view allows you a much more detailed view of the radar maps.

post-88-1092521022.jpg

This is an awesome program. It seems like all the weather monitoring stuff is either adware or intrusive.

I did have the window sized too small problem at first but exited the program and started it back up and it is flawless. I am using SP2 and didn't get the framework you posted. I imagine the latest framework would be in SP2.

I'm using the build on the first page. It does start up kinda slow but doesn't slow the rest of the system down so it's not that bad.

Much better than having to put up with the weather.com advertisemensts that drive across your screen. :rolleyes:

Does it have a sound for the alert? I haven't tried it yet. That would be nice if you would make it chime with an alert. Maybe pick a wav to play or somethin? Or just a system sound..

Earlier today while testing on a VM, I too got the resize bug on its first launch. I will fix it asap, but since it is easily worked around, I see no rush to release a fix immediately.

As I also mentioned, the slow startup issue will probably be mitigated once I rework the data update algorithms.

There are two types of "alerts": The first is the user defined alerts when weather becomes inclement or the temperature goes beyond certain thresholds. These do not play a sound (yet); they only show the balloon tips.

The second is the severe weather alerts from the national weather service. These will be accompanied by a thunder sound effect, and the tray will change color and rapidly switch between the condition icon and the temperature, as well as a balloon tip. A textual readout of the alert will appear in the main program window as well.

I will probably give the option to play a sound with the notifications as well; the default will be to utilize whatever sound is setup for a system exclamation, which is what I did for the NWS alerts originally so that will be easy to implement. Both will be configurable to play local sound files also.

That being said, the next items on the agenda are the improved data update and display system which should mitigate the pauses while data is being downloaded, followed by the inclusion of detailed and hourly forecast data. The sound improvements will follow that.

As always, I appreciate the feedback.

Edited by darkmark327

FWIW I fixed the resize bug. It was introduced when I included support for large fonts; normally if you have an invalid location, it automatically resizes the window to the extended view.

The problem is that to support large fonts, the constants that I use for layout and positioning are determined at startup based on the sizes of the controls.

The resize to extended I just mentioned would occur, since there is no valid location selected yet (because it's the first run), and this would happen before those constants were determined, screwing them up for the rest of the session.

Upgrading the framework appeared to fix it because of course, once you have a location from the first setup, the problem wouldn't recur anyway.

Just in case you were curious ; )

Edited by darkmark327

I have a problem running it on Windows Server 2003, in that if I logoff/shutdown/restart (the program is set to minimize on close and minimize) it won't end my session until I manually close the program. I set it to not resize on close to get around it.

I have a problem running it on Windows Server 2003, in that if I logoff/shutdown/restart (the program is set to minimize on close and minimize) it won't end my session until I manually close the program. I set it to not resize on close to get around it.

Unfortunately I can seem to offer no workaround or fix; the procedure I use to handle this situation works flawlessly in all the environments in which I've tested it (2000, XP, Me) and is the procedure outlined in the MSDN.

Override the message loop and set a flag if WM_QUERYENDSESSION (the message windows sends when it's attempting to shut down the system) is sent; use this flag to quit the program (instead of hiding to the tray).

I'll install ws2k3 on a VM and see what I can do but I don't see anything else I can do for now.

I'm curious.. I just downloaded the program, and if it works out for me, I may add it to a browser I modified.

Currently, I have one from Planet Source Code on there (WeatherGrabber) but, it doesn't seem to want to work all the time. So, if yours works, I would like to include it in my Package & Deployment for the browser.

Feel free to email me with your answer, and if you have any questions. Just so you know, I won't alter your program, just include the exe file in my P&D.

Patrick.

[email protected]

I'm curious.. I just downloaded the program, and if it works out for me, I may add it to a browser I modified.

Currently, I have one from Planet Source Code on there (WeatherGrabber) but, it doesn't seem to want to work all the time. So, if yours works, I would like to include it in my Package & Deployment for the browser.

Feel free to email me with your answer, and if you have any questions. Just so you know, I won't alter your program, just include the exe file in my P&D.

Patrick.

Anything to aid the program's proliferation would be appreciated, thanks. (Although the SWA, radar, and soon the hour-by-hour forecast are all sort of dodgy as far as weather.com's guidelines go, so hopefully we'll still, if you pardon the expression, stay below their radar ;))
I do like it.. About the only warning I can think of that you may want to add is flood warnings. So far, that's all I can come up with.

Patrick.

Although I doubt that is an actual weather condition that they'd display, there's no harm in adding it.

How Do I change that do the Celsius ( c not f ) ???
Preferences->Settings, it's just below where you input your location.
I have been using this app since you made it available and I must say that I love it. I even stopped using a Samurize config to use this one. Each update adds new and/or improved options to the app. Keep up the great work. Thanks for a great weather tool!!

That's all I hope for. Thank you.

Also, good news Trajik. Apparently something might have broken as far as exiting the program when Windows exits (shutdown/logon) since I've experienced some issues myself. I took another look and added something that seems to have helped (I hadn't changed anything but for whatever reason it didn't work right). In the next release hopefully it will eliminate your issue as well.

I'm in the process of modifying the settings to add the options to associate sound files with weather notifications (and change the one for alerts). I've decided that such a release will be 2.3 and the forecast improvements will be 2.4, since what I have so far (once I'm done with settings) seems stable enough to be a public release, so I may as well distribute the accumulated features and stability to everyone while I work on the forecasts.

Also, good news Trajik. Apparently something might have broken as far as exiting the program when Windows exits (shutdown/logon) since I've experienced some issues myself. I took another look and added something that seems to have helped (I hadn't changed anything but for whatever reason it didn't work right). In the next release hopefully it will eliminate your issue as well.

Awesome - I'll be able to put it back in my Startup group :p

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.

One other question, and possibly a suggestion for a future release.. Is there any way of making the auto update sooner? Right now, I'm in some severe weather, and the update won't happen for another 20 minutes. Of course, they haven't issued any alerts for my town yet, that I know of.

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.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Oddly, there was a time that UFC games were culturally relevant, largely because of the graphics and gameplay that was different than the norm. But it seems like as the sport grew in popularity, gaming outlets stopped talking about the games.
    • Microsoft Edge 149.0.4022.69 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.69 changelog: Fixed an issue that caused the Downloads dialog to continue displaying the "Keep/Delete" prompt for .rdp files after the download completed. Stable channel security updates are listed here. Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User for 1-Year) by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time, you can save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1 Year) for Windows. Take control of your business finances with Intuit® QuickBooks® Desktop Pro Plus 2024 Lifetime Activation for Windows. This powerful accounting software simplifies bookkeeping, expense tracking, invoicing, and financial management—all in one intuitive platform. Designed for small business owners, freelancers, and accountants, QuickBooks® Desktop Pro Plus 2024 ensures accuracy, efficiency, and seamless transaction tracking. Stay organized, save time, and manage your finances with confidence—no subscriptions, just lifetime access! Financial and business management Comprehensive Financial Management: Gain access to a full suite of features designed to handle everything from creating invoices & managing expenses to generating reports and tracking sales. Enhanced Reporting Tools: Generate professional reports & insights to make informed financial decisions and help you stay ahead of your business goals. Job Costing: Track the profitability of specific jobs or projects. Fixed Asset Management: Track the depreciation & value of fixed assets. Customer & Vendor Management: Organize information, streamline communication & enhance customer relations. Sales Order Processing: Create & manage sales orders from start to finish. Purchase Order Processing: Create & manage purchase orders to streamline vendor payments. Improved Inventory Management: Enhanced features for tracking inventory levels & costs. Automation, integration, and support Enhanced Bank Feeds: Web Connect (manual QBO imports), works on all licenses for easier bank reconciliation Time Tracking: Track employee time to accurately calculate payroll and project costs Easy Data Import: Quickly transfer financial data from Excel or older QuickBooks® versions Why choose Intuit® QuickBooks® Desktop Pro Plus 2024? Effortless Installation: Quick and easy setup with step-by-step guidance. No Hidden Costs: One-time payment—no subscriptions or recurring fees. Direct Official Download: Access the software securely from the official QuickBooks® website. Stay Up to Date: Get the latest updates and features for optimal performance. Multilingual Support: Available in multiple languages to suit your needs. Lifetime Access: A one-time purchase means no ongoing costs. IMPORTANT: Cloud integrations (QuickBooks Payments, TurboTax, and Online logins) are NOT included. Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Windows Max number of device(s): 2 (for 1 user only and can't be used simultaneously) Version: 2024 (United States) 64-bit Available to both NEW and EXISTING users For US customers only Updates included An Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1-Year) for Windows: Lifetime License normally costs $536, but it can be yours for just $299.99 for a limited time, a saving of $236. There are also other plans available. For specifications, and license info please click the link below. Get Intuit QuickBooks Desktop Pro Plus 2024 for just $299.99 This is a time limited deal For US customers only. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • AFAIK you shouldn't be getting a consent popup at all from Canada, so I think it is to do with a VPN or private/secure DNS.
    • From what I see it's only for Insider - preview builds. Not for everybody. So...
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!