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

    • Ocenaudio 3.19.3 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.3 changelog: Fixes issues with MP4 files with more than 8 channels Fixes incorrect VBR detection for some CBR MP3 files Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DiskGenius 6.2.0.1829 - All Versions: Free, Lite & Portable by Razvan Serea DiskGenius is a full-featured partition manager, which is designed to optimize disk usage for Windows users. It will efficiently help you recover lost data, resize/split partition, backup files, edit hex data, check bad sectors, manage virtual disks, erase data, etc.. Create a system image backup for current Windows with simple clicks to keep the operating system under protection. DiskGenius key features: Partition Management - It can create format, resize, extend, backup, split, hide and clone partition, both MBR and GPT are supported. Disk and partition conversion - Convert dynamic disk to basic, convert virtual disk format and convert MBR to GPT, convert primary partition to logical. File recovery - It can recover files deleted or emptied form recycle bin, recover files from damaged partition or disk and recover files by file type and supports file preview and file filter. Partition recovery - It is the best partition recovery program in that it can recover files from damaged, corrupted and RAW partitions, search for lost partition and recover files from it, besides, it can fix partition table. RAID recovery - It can reconstruct Virtual RAID and recover files from it, and all RAID types are supported. Sector Editor - A Hex editor is embedded to help users edit raw hex data and recover data manually. Backup and Restore - It can backup and restore partition including system partition, hard disk and partition table. Bad Tracks - It can check and repair bad sectors for all storage devices; check hard disk S.M.A.R.T. information. Delete files permanently - It can delete files permanently so that they can't be recovered by any data recovery software. Virtual Disk - It supports virtual disks, including VMware, Virtual PC and Virtual Box. Create WinPE bootable disk and you can manage disk partition when system crashes or there is no operating system on your computer. Support FAT12/FAT16/FAt32/exFAT/NTFS/EXT2/EXT3/EXT4 file system format. DiskGenius 6.2.0.1829 changelog: Add the "Disk Speed Test" feature. Add the "Windows Boot Repair and Conversion" feature. Add the BMB21-2019 erase standard to the "Erase Sectors" feature. Add support for restoring an individual partition from a PMFX disk image file. Enhanced The "Verify Or Repair Bad Sectors/Blocks" feature displays disk read speed in the detection window during scanning. The "Quick Partition" dialog box allows users to quickly select the number of partitions by pressing the numeric keys 1, 2, 7, 8, or 9. The "Set Volume Name" dialog box supports selecting preset volume labels provided by the software. The "Copy Sectors" feature supports resuming copy tasks after modifying the number of skipped bad sectors. Add the "TRIM Optimization" option to the format dialog box. The "Clone Partition" and "Clone Disk" features perform TRIM optimization on target partitions or disks before cloning. Add support for Not Equal To search conditions (prefixed with "!") when searching hexadecimal data in the sector editor. Optimize the display of capacity values in the program interface to show two decimal places. Add a minimize button to dialogs that may require long processing time. Enhance support for the ReFS file system. Enhance support for newer HIF and MP4 formats when recovering files by type. Enhance support for the EXT4 file system. Enhance compatibility of the "File Recovery" feature with special data structures. Fixed Fixed the issue that the selected file system type automatically reverted to NTFS after changing it to exFAT or EXT4 in the "Quick Partition" dialog box. Fixed inaccurate Unicode string search results in the "Sector Editor" feature. Fixed the issue that exceptions might occur when adding multiple disks in the "Erase Sectors" feature. Fixed the issue that insufficient target disk space was incorrectly reported in some cases when cloning, backing up, or restoring disks. Fixed the issue that folder modification timestamps were not preserved when copying files from ReFS partitions. Fixed the issue that Excel-format reports generated by features such as file copying or bad sector checking could not be opened when the report contained more than one million rows. Fixed the issue that folders were not displayed in the exclude-folder dialog box when backing up partitions to image files. Fixed the issue that the "Erase Sectors" feature could not be executed in some cases. Download: DiskGenius 6.2.0.1829 | 63.9 MB (Freeware, paid upgrade available) Download: DiskGenius Portable 64-bit | 40.0 MB Download: DiskGenius Portable 32-bit | 36.0 MB Download: DiskGenius Lite 64-bit | 13.4 MB Download: DiskGenius Lite 32-bit | 11.6 MB View: DiskGenius Home Page | DiskGenius Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Really? Use a better search engine https://www.google.com/search?...ourceid=chrome&ie=UTF-8
    • Seems like Neowin has transitioned into being simps for the white house. I can't find a review for the last UFC games that came out.
  • 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
      513
    2. 2
      +Edouard
      182
    3. 3
      PsYcHoKiLLa
      143
    4. 4
      ATLien_0
      95
    5. 5
      Steven P.
      74
  • Tell a friend

    Love Neowin? Tell a friend!