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

    • 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!