Recommended Posts

It is deliberately left-aligned. My plan is for the "choose font" button to bring up a whole separate dialog where you first choose the font family, and then choose the size and alignment for each of the three cases: length of 2 (e.g. 5? / 15), length of 3 (e.g. 50? / 100) and length of 4 (e.g. 100? / -12?) as well as one for "N/A" since the sizing for that is different than for numbers. Each of these needs a different size and alignment to appear correctly; I plan to have a preview of each arrayed in a line, and then you can make global adjustments and then below each you can fine tune everything. Unfortunately since the text has to be "drawn" onto an image (which then becomes the tray icon) regular old centering is not really viable (especially with proportional fonts). I have to choose the coordinates of the upper left corner of the drawn text, I don't get to align and such. I'll see if there's some sort of option I can change.

Edited by darkmark327
That would require essentially a complete redesign of the program, particularly with sites that don't have a simple XML-based feed (which is really the only reason I use the weather channel).? I checked and the weather channel (i.e. my program) does have weather data for melbourne, australia. TWC does have stations throughout most of the world.

585222206[/snapback]

Yeah it's great as it is. But occasionally the data's a little delayed for here (on TWC website too). Possible because they likely get it from BOM andThe Weather Company> here anyway.

Yeah it's great as it is. But occasionally the data's a little delayed for here (on TWC website too). Possible because they likely get it from BOM and The Weather Company here anyway.

585229054[/snapback]

You have to realize, this is a hobby. It would be an enormous (and honestly, quite dull) undertaking to rewrite the program to take advantage of every country's weather services just so they can get the weather a little faster. If they were in a similar (or at least XML) format I could make it customizable so the user could plug in the URL and fine tune it but it's all completely different.

just found this program.

awesome program, great job writing it.

585229123[/snapback]

Thanks. Right now I'm trying to work out some sort of bug that's causing windows error dialogs to come up. Apparently something's dividing by zero, I wish I knew what and why.

OK, I have a test version that everyone can try out, it is 2.2.9.7 which, if all goes well, will become the official 2.3 release.

Get it here!  And let me know of any problems!

Fixed:

- Fixed problem with docking resulting in program "jumping" back and forth for certain resolutions

- Better handling of NWS alerts with two tray icons

- Status messages now work for problems such as no location or no internet connection

- Enabled mute always and based on time range (better displayed on the menus)

- Enabled option for fadeout on exit and window resize animations

- Other slight fixes

Have a happy and healthy new year everyone.

585218478[/snapback]

i love this proggie! thanks (Y)

Saw that and was hoping you'd care enough about Canadians to include one of our sites in your grand designs.?:pp

But I guess it does Canadian weather anyways, so...

585240847[/snapback]

So you thought I'd care about Canada more than Australia?:pp

I care about all users and countries...but come on, youare> getting the weather. Weather.com is plenty slow in the US too; they only let me check every half hour. Their advantage lies with the ability to get that data at all. I haven't seen any other sites that allow access to their backend data.

I'm glad you like it. It does have a few small bugs that I am working on fixing but there are no major issues as far as I know. In addition to the divide by zero mentioned above, I also received an error report from someone from the program crashing on startup. I'll have to trace where that came from. But for now, Counterstrike ; )

Noticed a minor blemish in v 2.2.9.7

Preferences, settings, sound options: next to the first box there are two half lines of type (top line is Mute all has top half of the letters missing second line Sounds has bottom half of the letters missing missing. Maybe it was meant to be all in one line?

I have XP SP2, screen res 1280x1024, DPI 96 (normal), in case that's relevant.

But I've used this app for some time and like it very much, thanks for making it.

Noticed a minor blemish in v 2.2.9.7

Preferences, settings, sound options: next to the first box there are two half lines of type (top line is Mute all has top half of the letters missing second line Sounds has bottom half of the letters missing missing. Maybe it was meant to be all in one line?

I have XP SP2, screen res 1280x1024, DPI 96 (normal), in case that's relevant.

But I've used this app for some time and like it very much, thanks for making it.

585251419[/snapback]

Thanks; someone had pointed that out to me and it is fixed in the latest version. Sometimes the width of a label is sufficient such that it doesn't wrap with visual styles enabled, but with classic style it does wrap. Usually I check such things but this time I forgot.

I am glad that everyone finds this a good program. I am still working on it; I discovered FxCop the other day which basically checks your program for bad programming practices. My error handling has resulted in quite a lot of fixing (there were some other little things that I didn't realize I was doing wrong, such as events) so I have a lot of work to do : \ Such is the peril of being self-taught.

Basically the main issue (I've fixed everything else) is with the exception handling. You're only supposed to catch specific exceptions and let unexpected ones propagate until they are caught somewhere (in many places I was just catching everything); unfortunately I can guarantee that I will have missed some types of exceptions by replacing the "catch-all"s with "catch-only-what-you-expect"s. In the end it should result in less problems, but initially I expect a lot of error reports, regardless of how much testing I do. I also intend to overhaul that; with the variety of different email programs I don't always get error reports (my friends who use AOL can't send them) and many are truncated, so what I intend to do is send the exception trace to the webserver (I'll come up with/find some sort of CGI script) with a unique number, and then bring up an email message (with a link to that exception report) where the user can describe the issue if they wish. These two things must be completed before I release this to the public via automatic updates. On a side note, 2.2.9.7 is approaching 100 users (inside "About" it shows this). Help it grow! Tell your family and friends; if you find them using WeatherBug or such, replace it with this ;) But you'd be better off waiting until I get 2.3 done, that will be far better (stability and user-friendly wise) than the current release ;)

Great program! I am glad someone has made a simple weather checking applet independent of those resource hogging desktopX-type stuff (Samurize, Avedesk, etc.....theyre fine but i only need weather!)

However, one question: Why is the button for "Change font" under the Tray Icon Appearance option greyed out? I wanted to change the font a little bigger, but it doesnt look like I can click it.....

edit - read your above post, i'm #99! w00t?

Great program!  I am glad someone has made a simple weather checking applet independent of those resource hogging desktopX-type stuff (Samurize, Avedesk, etc.....theyre fine but i only need weather!)

However, one question: Why is the button for "Change font" under the Tray Icon Appearance option greyed out?  I wanted to change the font a little bigger, but it doesnt look like I can click it.....

edit - read your above post, i'm #99! w00t?

585258758[/snapback]

https://www.neowin.net/forum/index.php?show...ost&p=585224198

It's coming

Mark,

For being a self-taught programmer/developer, I would have to say that I'm *VERY* Impressed!

I've used dozens of Weather-related programs, and this one has got to be one of the better ones: very easy to use, very no-nonsense. I like the fact that you've also implemented the NWS Weather.com maps *and* animations - a very nice touch.

If this is truely your first attempt, I think we can expect excellent work(s) from you in the future!

--ScottKin

Mark,

For being a self-taught programmer/developer, I would have to say that I'm *VERY* Impressed!

I've used dozens of Weather-related programs, and this one has got to be one of the better ones: very easy to use, very no-nonsense. I like the fact that you've also implemented the NWS Weather.com maps *and* animations - a very nice touch.

If this is truely your first attempt, I think we can expect excellent work(s) from you in the future!

--ScottKin

585259658[/snapback]

Thanks. I have taken some Computer Science classes but so far all I've really gotten out of any of them are data structures (linked lists, etc), and I've learned some Java which helped me adapt to .NET. I used to use books (which I did for HTML, Javascript, and C++ (only console apps) a few years ago) but now it's mainly help (i.e. MSDN) and Google. I believe I elaborated elsewhere in the thread but I first wrote this program (the precursor to it, at least) in VB.NET, since I knew some VBScript, then figured I'd try C# and rewrote the app in that (I believe there's a screenshot of the old app somewhere in the thread). I think this is still built off of that little program, of course now it's enormously more complex (multithreading gets to be a pain, especially when you do it wrong at first...like when you don't realize that you can only access controls (like the radar image) from the creating thread, not just any thread).

im from ontario, and there is a city named the same thing in prince edward island.? it only gives the option to choose cornwall, canada, which displayd the cities info in PEI.? i wonder if this problem could be fixed.

585265260[/snapback]

Unfortunately I can't really do anything about that, when you type in the location and hit OK, it looks up the location on weather.com to get the ID, and then the ID is what is used to download the weather data.

I've almost finished doing another significant overhaul of the program; I've done testing but of course I can't test everything. There may be some previously caught errors that will cause crashes now; make sure to send the error reports if you get any. Right now I'm working on updating that so they don't get truncated (as I described a few posts back). Once that is done I will release the next version (2.2.9.8) for testing (so I guess 2.3 is delayed a bit further).

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

    • No registered users viewing this page.
  • Posts

    • bring trump to the board, then apple will have some innovation to talk about
    • Microsoft released Windows 11 KB5094149 / KB5095971 / KB5094156 Setup, Recovery updates by Sayan Sen Earlier this week Microsoft released its newest Patch Tuesday updates (KB5094126 / KB5093998 on Windows 11 and KB5094127 on Windows 10). Alongside those, Microsoft also released new dynamic updates. These Dynamic Update packages are meant to be applied to existing Windows images prior to their deployment. Dynamic Updates also help preserve Language Pack (LP) and Features on Demand (FODs) content during the upgrade process. VBScript, for example, is currently an FOD on Windows 11 24H2. This time both recovery and setup updates were released for Windows 11 as well as Windows 10. The company writes: "KB5095185: Safe OS Dynamic Update for Windows 11, version 26H1: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.28000.2269. KB5094149: Safe OS Dynamic Update for Windows 11, versions 24H2 and 25H2: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.26100.8655 KB5095971: Setup Dynamic Update for Windows 11, version 23H2: June 9, 2026 This update makes improvements to Windows setup binaries or any files that setup uses for feature updates in Windows 11, version 23H2. KB5094156: Safe OS Dynamic Update for Windows 11, version 23H2: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.22621.7219 KB5098815: Windows Recovery Environment update for Windows 10, version 21H2 and 22H2: June 9, 2026 This update automatically applies Safe OS Dynamic Update (KB5094154) to the Windows Recovery Environment (WinRE) on a running PC. The update installs improvements to Windows recovery features. KB5094154: Safe OS Dynamic Update for Windows 10, versions 21H2 and 22H2: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.19041.7417. KB5094153: Safe OS Dynamic Update for Windows 10, version 1809 and Windows Server 2019: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.17763.8880. KB5094152: Safe OS Dynamic Update for Windows 10, version 1607 and Windows Server 2016: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.14393.9234." Microsoft notes that both the Recovery and Setup updates will be downloaded and installed automatically via the Windows Update channel.
    • Quantum Error Correction Validated in Nature: Microsoft and Quantinuum Log 800-Fold Improvement Two years after the original press-release announcement, independently peer-reviewed results published in Nature on June 10, 2026, have confirmed that Microsoft and Quantinuum achieved an 800-fold reduction in quantum error rates on real trapped-ion hardware — the largest gap between physical and logical error rates ever independently validated.    What Quantum Error Correction Actually Does — and Why Breaking Even Is Hard https://www.techtimes.com/articles/318329/20260613/quantum-error-correction-validated-nature-microsoft-quantinuum-log-800-fold-improvement.htm   Quantum Computing Wiring Bottleneck Cracked by HKU Silicon Carbide Chip at Qubit Temperature Engineers at the University of Hong Kong have built the first cryogenic control chip that operates at the same temperature as superconducting qubits — 10 millikelvin, or just one-hundredth of a degree above absolute zero — without generating the heat that has forced every competing approach to park its electronics hundreds of meters of cable away. https://www.techtimes.com/articles/318325/20260613/quantum-computing-wiring-bottleneck-cracked-hku-silicon-carbide-chip-qubit-temperature.htm  
    • RevPDF 4.5.0 by Razvan Serea RevPDF is a free, fully offline PDF editor for Windows, macOS, and Linux that lets you edit text and images directly inside PDF files — no internet connection, no account, and no cloud uploads required. Unlike bloated alternatives that demand subscriptions and constant connectivity, RevPDF fits in under 60MB on desktop while delivering a complete editing toolkit: annotate, redact, sign, compress, split, merge, convert, and reorganize pages, all processed locally on your device. Smart font matching ensures edited text blends seamlessly with the original, and multi-language support includes RTL scripts such as Arabic and Hebrew. Where most PDF editors force you to choose between features and simplicity, RevPDF manages both. You can build interactive forms from scratch with text fields, checkboxes, and dropdowns, permanently redact sensitive data before sharing, draw freehand on contracts and diagrams, and add custom watermarks — all without a single file leaving your machine. Edit Text and Images Directly Inside PDFs RevPDF supports true inline PDF editing — not just annotation layers on top of a document, but actual modification of existing text and images within the file. A smart font-matching engine identifies the font used in the original document and applies it automatically when you make edits, so changes blend naturally with the surrounding content. You can reposition elements, resize images, and update text across single pages or entire documents. RevPDF 4.5.0 release notes: This is one of the biggest updates to RevPDF yet. A lot of things people have been asking for are finally here. New Features Auto Redaction Permanently redact sensitive text and areas from your PDFs before sharing. Clean, irreversible, and fully offline. Comments, Links & Bookmarks Add comments for review, insert clickable links, and create bookmarks to jump around long documents without scrolling forever. Find & Replace Search across the whole document and replace text in one go. Long overdue. Split Pages Vertically or Horizontally Split any page down the middle, vertically or horizontally. Perfect for scanned books or double-page spreads. New Drawing Tools More tools for freehand drawing and markup, better for annotations, sketches, and detailed notes. Continuous Scrolling in Editor The editor now scrolls continuously through pages instead of jumping between them. Working through long documents is a lot smoother now. PDF Metadata Editor View and edit the metadata stored inside your PDFs, including title, author, subject, and keywords. Better Font Matching Text edits now blend in more naturally by doing a better job of matching the original font. Tabbed PDF Viewer Open multiple PDFs at once in tabs and switch between them without going back to the home screen. Add Links Insert hyperlinks anywhere in your PDF, to external URLs or to other pages within the document. Share & Print Shortcuts Share or print directly from the editing screen, home screen, and viewer. No extra steps. Minor Updates Paste images directly from clipboard into your PDF New image editing tools for more control over images inside documents Bug Fixes Fixed file saving issues on Windows and Linux Everything still works fully offline. No login, no cloud, no account. Your files stay on your device. Download: RevPDF 4.5.0 | 58.0 MB (Open Source) Links: RevPDF Home Page | Github | Screenshots 1 | 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Interesting. I'm not using a VPN with my phone. I tried though my home internet (Rogers) and my cellular internet (Telus) using their respective DNS servers and both trigger the dialog above.
  • 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
      91
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!