Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Arma 2 Beta List Application

  1. #1

    Arma 2 Beta List Application

    Hi All!

    I created a simple application to follow new beta patches release.



    General info
    Created in C# .NET 4
    No RSS it is decode the official beta patch page.

    Features:
    Refresh beta list from http://www.arma2.com/beta-patch.php
    Download link for zip file
    Possible to view lastest changelog with single click
    Popup ballon when new beta released
    No taskbar icon visible only in notification area
    "Jump" to screen border
    Option for autostart with OS
    Option for always on top
    Clickable links in changelog to dev-heaven (1.05)
    Option for taskbar icon (1.05)
    Divide the beta changelog over the beta builds (1.10)
    Refresh button (1.10)
    About menu(change log + version) (1.10)
    Changeable refresh time in settings menu. (1.12)
    Application icon change when new beta arrive. User need to change beta selection to change back the icon. (1.12)
    Changes for selected build has orange color in change log. (1.12)
    Check for new version of the application(1.15)

    Application and the source code on dev-heaven: http://dev-heaven.net/projects/a2-beta-list/files

    Latest version: 1.15

    DancZer
    Last edited by danczer; Jan 8 2013 at 16:00.

  2. #2
    Does the program use any specific features that force you to require .NET 4? If not, I think you should try to target .NET 3.5 (or lower) instead, since the install base is much larger.

    Thanks for making this though. I can't try it out right now, but I will later.
    Get Arma2 OA Beta Notifications via e-mail | RSS | Twitter

    Gigabyte P67X-UD3-B3 Motherboard | Intel Core i7 2600k @ 4.0GHz | NVidia GeForce GTX560 TI
    16GB Corsair XMS3 1600Mhz RAM | Kingston HyperX SSD | ASUS Xonar D2X
    sound | be Quiet! 700W PSU | Windows 7 x64


  3. #3
    Nice.

    Some feedback:
    • No taskbar icon - Especially since Windows 7, taskbar is generally more interesting than the task notification area icon
      At least making it an option would be welcome.
    • No window border etc?
    • Could be Neat if you could divide the beta changelog over the beta builds. So if you click a build on the left, you only see the changes in that build


    Getting the following error at startup:
    Spoiler:
    Seems related to a registry key that doesn't exist.
    I see no version list or changelogs, nor buttons to click (right click menu doesn't contain a 'refresh/fetch' either).

    The same occurs in Windows 7 and in Windows 8 (Developer Preview), both 64-bit.

    This fixes the issue, Form1.cs, line 360, change to:
    Code:
    					if (key.GetValue(keyName) != null)
    						key.DeleteValue(keyName);
    Last edited by Sickboy; Oct 5 2011 at 09:43.
    A.C.E. Advanced Combat Environment

    Dev-Heaven.net Free Project Hosting | A2 Community Issue Tracker Help BIS, Help yourself!

  4. #4
    Looks pretty nifty.

    I'm getting the same error message as Sickboy. (Win7 64bit)

    Suggestion:
    Make links to dev-heaven in changelog clickable.

  5. #5
    Corporal danczer's Avatar
    Join Date
    Dec 31 2009
    Location
    Hungary
    Posts
    71
    Author of the Thread
    Quote Originally Posted by MadDogX View Post
    Does the program use any specific features that force you to require .NET 4? If not, I think you should try to target .NET 3.5 (or lower) instead, since the install base is much larger.

    Thanks for making this though. I can't try it out right now, but I will later.
    Not really. Ty for advice.

    ---------- Post added at 12:58 PM ---------- Previous post was at 12:10 PM ----------

    Quote Originally Posted by Sickboy View Post
    Nice.

    Some feedback:
    • No taskbar icon - Especially since Windows 7, taskbar is generally more interesting than the task notification area icon
      At least making it an option would be welcome.
    • No window border etc?
    • Could be Neat if you could divide the beta changelog over the beta builds. So if you click a build on the left, you only see the changes in that build


    Getting the following error at startup:
    Spoiler:
    Seems related to a registry key that doesn't exist.
    I see no version list or changelogs, nor buttons to click (right click menu doesn't contain a 'refresh/fetch' either).

    The same occurs in Windows 7 and in Windows 8 (Developer Preview), both 64-bit.

    This fixes the issue, Form1.cs, line 360, change to:
    Code:
    					if (key.GetValue(keyName) != null)
    						key.DeleteValue(keyName);
    The bug is fixed!

    Ty for ideas.

  6. #6
    Thanks! Would you like a dev-heaven project for it? Can also include a git repository for easy source review and history tracking etc.

  7. #7
    Corporal danczer's Avatar
    Join Date
    Dec 31 2009
    Location
    Hungary
    Posts
    71
    Author of the Thread
    Quote Originally Posted by Sickboy View Post
    Thanks! Would you like a dev-heaven project for it? Can also include a git repository for easy source review and history tracking etc.
    That would be nice,
    Thank you!

  8. #8
    Quote Originally Posted by danczer View Post
    That would be nice,
    Thank you!
    Here you go; http://dev-heaven.net/projects/a2-beta-list
    For git access, please create a support ticket @ http://dev-heaven.net/projects/heaven/issues
    with ssh public key.

  9. #9
    Corporal danczer's Avatar
    Join Date
    Dec 31 2009
    Location
    Hungary
    Posts
    71
    Author of the Thread
    New version released (1.05).

    Changelog:
    Clickable links in changelog to dev-heaven
    Option for taskbar icon
    Repaired "Alwasy on top" to "Always on top"

    Download link(same as in the first post): removed
    Last edited by danczer; Oct 19 2011 at 10:10.

  10. #10
    Corporal danczer's Avatar
    Join Date
    Dec 31 2009
    Location
    Hungary
    Posts
    71
    Author of the Thread
    Arma 2 Beta List 1.10 has arrived!

    The application and the source available from devheven: http://dev-heaven.net/projects/a2-beta-list/files

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •