Log in

View Full Version : Simple to use Pit Display Program


mobilegamer999
13-03-2010, 02:04
for those of you who have computers in the pit displaying information on current rankings and what not but would prefer a more in-depth display, over that past few days ive been working on a nice program to do just this...

Features include...
*loads all data from USFirst.org
*loads competition list from usfirst
*bolds played/currently playing matches in drop down box
*Automatic updating (every 40 seconds)
*sortable ranking list
*live view of match results
*winner is bolded and surrounded by a box
*tie matches are surrounded by a green box
*team "search" function
*gives current rank
*results of previous match
*details on next match along with how many matches till said team is on queue

please leave feedback so i can make changes
if people would like i can release the source code of this program

just as an FYI, this program has yet to be tested in the middle of a competition but i will be doing that tomorrow during the New York regional


http://i39.tinypic.com/ilimwh.png

familyguyfreak
13-03-2010, 04:24
Very nice!!! :yikes:

I would be interested in knowing how it does in the competition.

IceStorm
13-03-2010, 10:54
I wouldn't mind getting a copy of the source. This looks pretty cool.

synth3tk
13-03-2010, 11:14
Color me interested. Let us know how it goes!

darkorbit
13-03-2010, 15:00
It looks quite nice :) I wouldn't mind looking at the source either.

mobilegamer999
14-03-2010, 14:38
fixed a few bugs with the program and re-uploaded

Binaries - Download (http://www.mediafire.com/file/kaddzmwjm22/FRC-bin.zip)
Source Code - Download (http://www.mediafire.com/file/2xydzegoutn/FRC-src.zip)

there still may be many bugs so please let me know if you find any

ahollenbach
11-03-2011, 20:13
Great concept!

Unfortunately, here's what I get when I run (64-bit win7) :(
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at FRC.Utils.getPage(String link)
at FRC.Form1.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
FRC
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Andrew/Desktop/Downloads/FRC-bin/FRC.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

MagiChau
11-03-2011, 20:31
Just in case someone visiting the thread doesn't know. There is a web-app version made by a different programmer of the COMETS for event information.

Web Application:
http://statshub.heroku.com/

Original thread:
http://www.chiefdelphi.com/forums/showthread.php?t=87911