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

    • Wow, Microsoft IS cooking lately... This only shows that they COULD improve, they just chose not to for whatever reasons. That obsession with AI was destroying them from the inside out.
    • BATorrent 4.1.0 by Razvan Serea BATorrent is a lightweight, open-source BitTorrent client built with modern C++ and Qt 6, offering a clean, fast, and privacy-focused alternative to traditional torrent apps. It supports magnet links, .torrent files, resume data, sequential downloading, per-file priorities, and even imports from qBittorrent. Power users benefit from integrated RSS auto-download with regex filtering, duplicate detection, and automatic tracker lists from Stremio. Streaming is seamless thanks to auto-detected players like VLC and IINA. BATorrent includes robust VPN tools—interface binding, auto-detection for WireGuard-based services like Mullvad and NordLynx, kill switch, proxy support, and IP filtering. A full WebUI enables remote control, while integrations with Plex, Jellyfin, and Emby automate library updates. With themes, speed scheduling, system-tray alerts, and cross-platform support for Windows, Linux, and macOS, BATorrent delivers a polished, high-performance torrenting experience. BATorrent features: Core .torrent file and magnet link support Resume data — picks up where you left off after restart Import torrents from qBittorrent Create .torrent files from any file or folder Sequential download mode Per-file priority control (skip, low, normal, high) Seed ratio limits with auto-pause DHT, PEX, UPnP, NAT-PMP RSS Auto-Download Subscribe to RSS feeds — automatically download new torrents as they appear Regex filters — match only what you want (e.g. 1080p|720p, S01E\d+) Per-feed settings — custom save path, check interval (5–1440 min), enable/disable Auto-download — matched items are downloaded automatically in the background Supports magnet links, .torrent URLs, and tags Tray notifications when items are auto-downloaded Duplicate detection — never downloads the same item twice Stremio Stremio Addon System pre-installed — works out of the box Auto tracker list from ngosang/trackerslist Streaming Play while downloading — stream video files before the download is complete Supports mp4, mkv, avi, mov, wmv, flv, webm, m4v, ts Auto-detects installed players (VLC, IINA, system default) VPN & Privacy Interface binding — lock torrent traffic to a specific network interface (e.g. tun0) Auto VPN detection — identifies VPN interfaces (tun, tap, WireGuard, Mullvad, NordLynx, ProtonVPN) Kill switch — automatically pauses all torrents if the VPN interface drops Auto-resume — resumes only the torrents paused by the kill switch when VPN reconnects Proxy support — SOCKS5 and HTTP proxy with optional authentication IP filtering — load P2P blocklists to block unwanted IP ranges Protocol encryption (enabled / forced / disabled) WebUI Remote management — control torrents from any browser at http://localhost:8080 REST API with JSON responses Add torrents via magnet link or .torrent upload Pause, resume, remove torrents remotely View peers and files per torrent Dark theme matching the desktop app HTTP Basic Auth with SHA-256 password hashing Configurable port and remote access (localhost vs 0.0.0.0) Interface 3 themes: Dark, Light, Midnight (bat/vampire aesthetic) Real-time speed graph Detailed panel with tabs: General, Peers, Files, Trackers Filter bar: search by name, filter by state (Active, Downloading, Seeding, Paused, Finished) Drag & drop .torrent files and magnet links Drag & drop reorder in torrent list System tray with notifications (download complete, kill switch events, RSS auto-downloads) Splash screen with bat animation Bilingual: English and Portuguese (BR), auto-detected from system locale Bandwidth Scheduler Alternative speed limits — set different download/upload limits on a schedule Time range — configure active hours (e.g. 01:00 to 07:00), supports overnight ranges Per-day control — choose which days of the week the schedule applies Automatically switches between normal and alternative speeds Media Server Integration Plex — automatically trigger library scan when a download completes Jellyfin / Emby — same automatic library refresh via API Configure server URL and authentication token/key in Settings System Cross-platform: Windows, Linux, macOS Auto-shutdown — automatically shut down PC when all downloads complete (60s cancellable countdown) Auto-update system (AppImage on Linux, installer on Windows, DMG on macOS) CLI arguments: pass .torrent files or magnet: URIs directly Keyboard shortcuts: Space to toggle pause, Ctrl+A to select all, Ctrl+O to open BATorrent 4.1.0 release notes: A community-driven release: everything here came straight from your reports and requests. It closes the remaining gaps with qBittorrent and fixes the Windows settings/tray/splash issues several of you hit. Fixed Settings now actually save. A whole class of preferences — speed limits (and the alternative limits), max active downloads, seed ratio, listen port, max connections, DHT/uTP/encryption, VPN interface, kill switch and proxy — weren't being persisted and reset to defaults on every launch. They now round-trip correctly. (Thanks to everyone who reported "the upload limit always goes back to 0".) Splash and tray toggles stick on Windows. Turning off the startup animation (or "close to tray") no longer reverts — the Windows registry stored these booleans as integers and the UI was misreading them. Close-to-tray hint. The first time the window hides to the tray you get a one-time notification, so the app doesn't look like it vanished (Windows 11 tucks new tray icons into the overflow). macOS Dock icon size. The icon filled its canvas edge-to-edge and rendered larger than neighbouring apps; it now uses the standard safe-area padding. Native file picker language. The "Torrent file / All files" filter in the open dialog follows the app language instead of being hard-coded. Added — qBittorrent parity Alternative speed limits toggle — a turtle button in the toolbar flips your throttled limits on/off instantly, independent of the scheduler. Follow system theme — switch light/dark automatically with the OS (Settings → Appearance). Pre-allocate disk space — reserve the full file size up front to reduce fragmentation (Settings → Downloads). Recheck data on add — optionally force a hash check when adding a torrent, so existing or partial files on disk are detected. Port status indicator — a 🔴 dot in the status bar shows whether your listen port looks reachable (UPnP/NAT-PMP + listen state; fully local, no external check). Add torrent from URL — File → Add torrent from URL (Ctrl+U) fetches a remote .torrent and routes it through the normal add dialog. Export .torrent — right-click a torrent → Export .torrent to save its metadata file. Already there (in case you missed it) Watch folder — auto-add .torrent files dropped into a monitored directory (Settings → Files). This release just surfaces it. Incomplete files already carry a .!bt suffix until they finish. Under the hood Regression tests for the settings-persistence and Windows boolean bugs. A new Qt Quick Test harness covering the startup splash and the design-system widgets. Download: BATorrent 4.1.0 | 37.5 MB (Open Source) Download: BATorrent Portable | 51.7 MB Links: BATorrent Website | Screenshot | Changelog Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Disabling open on hover, great! That was so stupid! They need to do a fix, where if a network share is disconnected, it doesn't hang when opening "This PC" for 20 seconds.
    • Microsoft releases major feature updates for stock Windows 11 apps by Taras Buria In addition to releasing new Windows 11 preview builds, Microsoft announced that inbox Windows apps now have dedicated release notes in the official documentation. At long last, users have access to all the release notes for each app, with changes listed in chronological order. Microsoft used to announce feature updates for stock apps with each build. Now, with Windows Insider release notes hosted on the Microsoft Learn website, each app has a dedicated space for its changelog, which is very useful for those who want to track new features and improvements. Alongside that, Microsoft dropped massive feature updates for six stock apps: Clock, Media Player, Calculator, Voice Recorder, Photos, and Paint. Each app packs quite a lot of changes and new capabilities, so here are the release notes. Here are quick notes so that you can jump to the app you are interested in the most: Calculator Camera Clock Media Player Paint Photos Sound Recorder Here is what is new for the Calculator in version 11.2605.9.0: More accurate square-root results — Fixed rare cases where a calculation that should equal zero (like sqrt(2.25) - 1.5) returned a tiny leftover value instead. Readable text in High Contrast themes — Settings text now shows the correct colors in the High Contrast Aquatic and Desert themes. Fixed layout for right-to-left languages — For languages like Arabic and Hebrew, the graph, number pad, equation fields, and scroll buttons now appear correctly oriented. Reliable launch after upgrading — Fixed an issue where upgrading from much older versions could leave outdated settings that stopped the app from opening. Here is what is new for the Camera app (version 2026.2605.7.0): Zoom slider works on more cameras — The zoom slider now works on the latest cameras, respects your system zoom settings, and updates instantly when you change those settings. Full range of zoom levels — Fixed an issue where the zoom slider only showed three steps on some devices that zoom in finer increments. Front camera works on more devices — Resolved a problem that blocked the front-facing camera on certain wide-angle devices. More video resolution choices — You can now pick video resolutions that were previously hidden; the app shows a heads-up warning instead of removing them. QR links you can still use — When a scanned QR code points to something with no matching app, the link is now copied to your clipboard (with a notification) while still offering a Store search. Smarter default settings — When you haven't set a preference, the app now follows your system settings by default. The Clock app has a massive changelog with the following improvements in version 11.2605.9.0: Timers keep counting after they hit zero — When a timer runs out, it now keeps counting up (for example, -00:27:31) so you can see how far past the time you've gone. You can turn off the daily goal — Focus Sessions now include an "Off" option so you can skip setting a daily goal entirely. New 15-minute snooze option — Alarms now offer a 15-minute snooze interval. Run up to 3 countdowns at once — The Countdown Widget now supports three simultaneous countdowns, up from two. Timer Widget notifications now appear — Fixed an issue where the "timer finished" notification didn't show when the timer was started from the widget. Less clutter in Focus Sessions — Tasks you've already completed no longer show up in the Focus Session task list. More accurate focus progress — Fixed a rounding issue that could show your daily focus progress as a minute short (for example, 49 minutes instead of 50). Smoother World Clock comparisons — The World Clock compare page now loads dates as you scroll, so it feels more responsive. Up-to-date World Clock locations — Refreshed country and city names to match their current names. Correct sun and moon icons during midnight sun — Fixed an icon that wrongly showed a moon during all-day daylight in polar regions. Fixed back-button behavior in clock comparisons — Pressing back once now takes you back as expected, instead of jumping the date to 1926. Corrected the Newfoundland time zone — Newfoundland now uses the right time zone (St. John's). Disabled alarms stay looking disabled — Editing a turned-off alarm no longer makes it appear turned on. Cleaner timer cards — The expand button is now turned off on timer cards that have no time set, preventing actions that wouldn't do anything. Clearer theme setting — Updated the wording to "Choose your preferred app theme." Smoother Settings links — The "About" links in Settings no longer trigger an unexpected "switch apps" prompt. Fixed spacing in Spotify settings — Corrected uneven spacing in the Spotify settings card. Better focus visibility in High Contrast — The focus highlight in World Clock is now clearly visible in the High Contrast Aquatic and Desert themes. No more double announcements — Screen readers no longer read the timer value twice. Countdown names read correctly — Screen readers now properly announce the name of each countdown. Keyboard focus stays put — Focus no longer disappears after you press the Timer Reset button. Clearer alarm toggle for screen readers — Tidied up how the alarm on/off switch is announced. The Media Player app received plenty of changes as well (version 11.2605.14.0): Custom captions — You can now personalize how closed captions appear, with caption styling tied to your Windows caption settings, plus a quick link to open those settings directly. "Indexing" banner in the play queue — When your media library is still being scanned, a banner now explains why some items may not appear yet. Fixed the look of selected items — Corrected a layout glitch with selected items in lists. Fewer playback failures — Improved how the app recognizes supported file types, so more files play without issues. Playlists need a name — You can no longer accidentally save a playlist with a blank name. Cleaner look for empty playlists — Improved how a playlist appears when it has no items yet. More stable play queue edits — Fixed a crash that could happen when changing the play queue while the app was switching between sessions. Clearer "missing codec" message — Improved the dialog that appears when a file needs a codec you don't have, with clearer guidance on what to do. A big update is also available for Paint in version 11.2605.61.0: Adjustable eraser transparency — You can now control how transparent the eraser is. Cleaner stamp brush strokes — Fixed visible color shifts and artifacts when using stamp-style brushes. JPEG photos save in place — Opening a rotated JPEG and pressing Save now overwrites the original instead of unexpectedly prompting "Save As." No more crash on bad image files — Opening a damaged or invalid image, from within the app, by double click, or commandline, now shows a clear error message instead of closing the app. Classic selection behavior restored — The selection outline now hides while you move, resize, or rotate a selection, just like in classic Paint. Tidier AI image panel — Fixed missing spacing at the bottom of the AI image generation panel for a cleaner layout. Visible button hover in light theme — Toolbar split buttons now show a clear hover highlight in the light theme. Snappier toolbar — Streamlined how the ribbon lays out, giving a small speed boost at startup. Fewer background crashes — Fixed a crash that could happen while background tasks were finishing up. Stable app shutdown — Prevented rare crashes when closing the app. Fixed layer removal glitch — Deleting the active layer no longer leaves the layers list in an inconsistent state. Here is what is new in the Photos app (version 2026.11060.2004.0): AI watermarking — AI-generated or edited images can now carry a visible Copilot watermark. You choose Never, Always, or Ask Every Time in Settings, with a confirmation when saving. The watermarking is off by default in settings. Better viewing of small images and pixel art — Tiny images (like 16×16 pixel art) now zoom in far more to fill the screen and stay crisp instead of looking blurry. Select scanned text with the keyboard — When text is detected in an image, you can now navigate and select it using the arrow keys, Shift+Arrow, Home/End, and Ctrl+A, with a clear focus highlight. Fixed a crash in text recognition — Resolved a crash that could close Photos while detecting text in images; the app now recovers gracefully. Easier keyboard navigation — Tabbing through the navigation bar no longer stops on hidden controls, so it takes a single Tab to move past it instead of three. And finally, here is the Sound Recorder (version 11.2605.1.0): Waveform shows with Bluetooth mics — The live waveform now displays correctly when you record using a Bluetooth audio device. No more stray scrollbar — A non-working horizontal scrollbar no longer appears at the bottom of the waveform unless you've zoomed in. Mark button ready right away — The Mark button no longer looks grayed out until you hover over it after opening the app. Markers hidden for WAV files — Markers are now turned off for WAV recordings, since that format can't store them — so they're no longer lost silently. Smoother deleting — Quickly pressing Delete and Enter to remove several recordings in a row no longer triggers a "file doesn't exist" error. Fixed a memory issue — Resolved a memory leak that occurred each time a recording started. You can find all these changelogs in the official documentation here.
  • Recent Achievements

    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      PsYcHoKiLLa
      170
    3. 3
      +Edouard
      162
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      78
  • Tell a friend

    Love Neowin? Tell a friend!