Jump to content
SubSpace Forum Network

tcsoccerman

Member
  • Posts

    845
  • Joined

  • Last visited

Everything posted by tcsoccerman

  1. one time a while back, it was around midnight, and i thought i heard someone walking on our porch while i was in bed(the porch is outside next to my room). It was a creaky noise w/ footsteps. Then, the next morning i found out that my uncle(who was at our house at the time) had his radio stolen from his car(which was at our house). Creepy, but the burglar was an idiot since he left a wallet, cell phone, and other valubles, not to mention the car.
  2. Small update, but important. Right click context menu in the player "list". allows easier way to add a player, and allows you to remove a player. Copy and paste don't work in the context menu/right click though. Like usual, suggestions appreciated and reported bugs as well.Team_Tracker_v2.1.zip
  3. History in the making: Players added. report any bugs w/ what the bug info plz. Note:All previous files that you made w/ the previous Team Tracker programs do not work w/ this one. Delete ALL of the old ones. Next to work on:including stats such as goals w/ players. Team_Tracker_v_.2.1.zip
  4. Have it so you can attach or warp to the base faster. This is when you get people that say "Just one more try", because it's so easy to "try"(but not necasarily succeed).
  5. What does SSM FTW mean. Did you take my spot?
  6. You can take my spot on doc flabby's server .
  7. Players coming soon, to a .zip file near you. ...Once exams are over...
  8. I tried you're idea but it didn't work(sampapico's idea). i found a way around it by copying when you open it now...w.e. I will have players incuded soon btw .
  9. Will fix tab order, and will meet rootbears request(they're called tooltips)
  10. I'm getting a buggy error right now: Code: Show/HideThe process cannot access the file 'C:\Program Files\Team Tracker\ Logo' because it is being used by another process. I realize what it means, but i can't seem to figure out the problem. This is happening when i change photos of either the team photo, or the player photo. I use the same variables for each form, since they are in different classes. that way i could copy+paste. Here is the team photo's "picdialogbox2ok" code: Code: Show/Hidevoid OpenpicDialog2FileOk(object sender, System.ComponentModel.CancelEventArgs e) { source = openpicDialog2.FileName; Stream openbmp =openpicDialog2.OpenFile(); StreamReader openerbmp = new StreamReader(openbmp); openpicDialog2.Dispose(); teamlogopicturebox.Image = new Bitmap(source); if (File.Exists(destination+lblteamname.Text+" Logo")) { File.Delete(destination+lblteamname.Text+" Logo"); } System.IO.File.Copy(source, destination+lblteamname.Text+" Logo"); photologo = destination+lblteamname.Text+" Logo"; teamlogopicturebox.Image = new Bitmap(source); } and....the one for the player is the same, so i won't post that too. by the way, this is the only error i'm recieving. ty. The line that gives the error is the File.Delete. Know problem occurs when a file isn't open.
  11. Thank you for that , but as i look farther into this problem, the more sloppy i see my solution. i then thought of another solution, of not looking to variables for a players name, goals, !@#$%^&*ists, age, etc., but instead look to a text file. that's how i do my teamdata now. let me know if this would be a better solution. otherwise, i would have to make a struct/andor method and or class for every player. . ty for any suggestoins.
  12. i would just go to C:\Program Files\Continuum and completely delete the directory. when you dl it, it may be adding items to that folder instead of deleting them all and completely reinstalling them. once you do that, dl it again. you could always look at the task manager to see if it is even opening or what is happening to it.
  13. Ah, yes, will fix that. Right now, my imagination is failing me. I'm trying to think of a way to include players. this would have to be around 25 players. I don't know if you (hakaku) know much about programming, but if you could give suggestions it would be great. I will attach a new app. it has some tab fixes, but i'm releasing it just for the sake of showing you the idea i have for editing players. P.S. also, look at "record a game as it goes" tab, and mess around w/ it. Nothing works, but i did a recording thing in a "read only text box". I like that idea alot. Team_Tracker_2.1_player_edit_example.zip
  14. Right now in my Team Tracker app, i'm getting to the point where i'm going to have to start incuding player recordings as well, like goals,!@#$%^&*ists. i know in "C", there were structures, which went something like this: struct player1 { string name, position; int goals, age, !@#$%^&*isists, etc.; }player1 is this sord of thing possible in c#? any reasonable attempts out there? tutorials? ty.
  15. Thank you. As a matter of fact that's a not a bug, but a failure in clarity. Let me Edit some stuff and update it to make that section more clear. It should then work for you. Edit:---------------------------------------------------------------------------------------- I'm happy! Anyways, this new version is most clearly worded for Hakaku, but most importantly(to me), the teamlogo works better, with no flaws whatsoever. Next i will work on the "record a game as it goes" part, unless someone suggests otherwise. Ty for all comments. Hakaku: 1. What do you mean by tabbed thing is messed up. I realize theres nothing there if that's what you mean. I have 6 "teamcity's" because i don't want to delete the labelse, and then create them again. It's like when you're coloring and you don't put away a marker because you may use it in the future anyways. 2. Rewording should fix all the other "problems"(weren't actually problems). Edit: also, please ignore the "photologo" and "photologo OLD" labels on the "team/general" tab. Sorry i'm so sloppy, but i'm in the middle of dev. all the excess lables do is help me understand what the bug is when i get them. Team_Tracker__2.01_.zip
  16. Here is my newly designed Team Tracker. It has many new features including a Team logo! The only areas that work are: Team/General Edit->Edit current Values Edit->Record a finished game They are in tabs, you'll understand once you dl it. Please let me know of any suggestions. My biggest update is the logo . report any bugs as well. ty much. p.s. any ideas for the design/layout of the other blank tabs such as finances, schedules, players, is appreciated. ask me for the source code. Team_Tracker_2.0.zip
  17. Ok, here is my new program. It has about all of the featres of the old one, but i personally like the setup better. let me know if you do too. lots of things don't work, and haven't been tested.teamtracker__2_.zip
  18. nice. appreciate it. in the meantime i'm making a new version that has a different design.
  19. I can fix the tab, it's just not on top of my list since all the windows may be switched around(basically the current "addteam" and "addplayer" things are temporary.). I realize menu does nothing, i'm trying to figure out something right now on how to do something..that would let me add menu funcionality alot easier. The new window problem is related to all other mentioned above. I can easily fix goal problem and will release a new version soon w/ that fixed. Ty for testing it out.
  20. 1. so you got it to work?? 1. it's supposed to be inches...my bad. 2. don't ask me 3. it's for low scoring games like soccer hockey. ffootball probably wouldn't be greatest(have to press ^ goal arrow alot to get up to 20s/30s. )
  21. Just to see how things go, try opening this file. it's my weekend tourny "file".my_weekend_tournament_games.zip
  22. It just keeps records of wins/losses/goals/ etc.. . I'm only to team bases stuff, nowi have to work on player records. Just dl it for a quick explanation.
  23. If you were to call say...the "Savefile" function: void SaveFileDialog1FileOk(object sender, System.ComponentModel.CancelEventArgs e) { string players = Convert.ToString(playerlist.Items); Stream savestream = saveFileDialog1.OpenFile(); StreamWriter savewriter = new StreamWriter(savestream); savewriter.WriteLine(lblteamname.Text);// TeamName savewriter.WriteLine(teamnotes.Text);//Team Notes savewriter.WriteLine(lblteamcity.Text);// Teamcity savewriter.WriteLine(lblheadcoach.Text);// headcoach savewriter.WriteLine(lblhw.Text);// Team hw savewriter.WriteLine(lblht.Text);// team ht savewriter.WriteLine(lblhl.Text);// home loss savewriter.WriteLine(lblaw.Text);// away win savewriter.WriteLine(lblat.Text);// away tie savewriter.WriteLine(lblal.Text);// away loss savewriter.WriteLine(lblow.Text);// overall wins savewriter.WriteLine(lblot.Text);// overall ties savewriter.WriteLine(lblol.Text);// overall losses savewriter.WriteLine(players);//playerlist savewriter.Close(); What would you put in the paramaters....I am quite confused by that. Also, i have a new reply in "c# dev. forum", which i will reply here: thank you very much, also, a new version of team tracker and the source is attached... Team_Tacker_v.1.1.zip Team_Tracker_5_24_07_Source.zip
  24. What exaclty is this gagain? Edit:I got this error...: "Failed to load "que editer" form. Your version may be outdated. make sure you are using the version of the control that was provided with your application.
  25. Back on topic, no one asked my question on giving an example of a child window. ty again
×
×
  • Create New...