Sim Dynasty

View Old Forum Thread

Old Forum Index » Baseball Beta Testing » Beta News » Check out the new graphics
tysonlowery

Check out the new graphics

June 07, 2002 at 02:50AM View BBCode

Thanks to Chris La Mantia for the team graphics. You can see them on Standings, Roster, Rotation, and Minor League Screens.
tysonlowery

June 07, 2002 at 03:01AM View BBCode

Added to Stats too. If anyone else outside the beta league wants to see them, go to http://www.simdynasty.com/beta/stats.jsp?mode=batter&teamid=3
DougPaz

Problem with the graphics

June 07, 2002 at 08:52AM View BBCode

I really like the new graphics, but it seems that since you added them I can no longer see anyone elses rotation or minor league screens which is a big help especially when looking at trade possibilities.

tysonlowery

June 07, 2002 at 03:43PM View BBCode

Thanks, rick pointed out the same problem. I'll add those links back in. I had forgotten why they were there and just wiped them out. Oops!
celamantia

June 07, 2002 at 03:49PM View BBCode

I don't see them on the Standings page...
tysonlowery

June 07, 2002 at 05:45PM View BBCode

Thanks, forgot to copy that one over. Check it out now :)
celamantia

June 07, 2002 at 06:13PM View BBCode

Ah! I like it! You may want to consider moving the image so it's inside the link, and add the ALIGN="ABSMIDDLE" parameter to the images...
tysonlowery

June 13, 2002 at 02:15AM View BBCode

Well, I'd hope you like the images, you created them ;)

I fixed the pages so that you can see other guys' lineups. Sorry about that.

I'm also working with another way to organize my code, so if you see any problems on Standings, Lineup, Rotation, or Minor League let me know. I added some popup advertising that you may see occasionally on the beta site. But I've disabled it for Dynasty leagues (figured that would be the right thing to do). It seems okay, but always seems like I forget something little :P
Bob

Problem on the standings page

June 13, 2002 at 11:10AM View BBCode

Here's the error message:

500 Servlet Exception
Note: sun.tools.javac.Main has been deprecated.
/beta/top.jsp:2: Variable 'context' is already defined in this method.
ServletContext context = getServletContext();
^
/beta/top.jsp:3: Variable 'servletpath_str' is already defined in this
method.
String servletpath_str = request.getServletPath();
^
/beta/top.jsp:4: Variable 'st' is already defined in this method.
StringTokenizer st = new StringTokenizer(servletpath_str,"/");
^
/beta/top.jsp:5: Variable 'nooftokens_int' is already defined in this method.
int nooftokens_int = st.countTokens();
^
/beta/top.jsp:7: Variable 'virtualpath_str' is already defined in this
method.
String virtualpath_str = "";
^
/beta/top.jsp:12: Variable 'currentDir' is already defined in this method.
String currentDir = context.getRealPath(virtualpath_str);
^
/beta/top.jsp:13: Variable 'area' is already defined in this method.
String[] area = new String[3];
^
/beta/top.jsp:14: Variable 'environment' is already defined in this method.
Environment environment = Environment.getInstance(currentDir);
^
/beta/top.jsp:16: Variable 'dbname' is already defined in this method.
String dbname = area[0];
^
/beta/top.jsp:17: Variable 'dbuser' is already defined in this method.
String dbuser = area[1];
^
/beta/top.jsp:18: Variable 'dbpassword' is already defined in this method.
String dbpassword = area[2];
^
/beta/top.jsp:20: Variable 'con' is already defined in this method.
Connection con = DriverManager.getConnection ("jdbc:mysql://localhost/"
+ dbname, dbuser, dbpassword);
^
/beta/top.jsp:21: Variable 'stmt' is already defined in this method.
Statement stmt = con.createStatement();
^
/beta/top.jsp:22: Variable 'cookiename' is already defined in this method.
String cookiename = environment.getPath() + "userid";
^
/beta/top.jsp:23: Variable 'username' is already defined in this method.
String username = "None";
^
/beta/top.jsp:24: Variable 'cookies' is already defined in this method.
Cookie[] cookies = request.getCookies();
^
Note: /home/nasty/public_html/WEB-INF/work/_beta/_standings__jsp.java uses
or overrides a deprecated API. Recompile with "-deprecation" for details.
16 errors, 2 warnings



--------------------------------------------------------------------------------
Resin 2.0.5 (built Thu Jan 10 21:43:38 PST 2002)
tysonlowery

Hey, That's My Code!

June 13, 2002 at 06:41PM View BBCode

I think I might have forgotten to update something on the standings page. Weird. Unfortunately, my firewall prevents me from fixing it right now. I'll do it tonight.

Pages: 1