Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jhanna4112

Pages: 1 2 [3]
31
Help Me / Re: Version 3 Not Loading Prior Version Settings
« on: November 01, 2011, 10:17:40 PM »
Yes.  But it was easy enough to create them again.  However, my columns in the Stats tab seem to have reverted to a default setting.  Do I have to recreate my custom columns for the Stats tab and Players tab for export to a CSV file?

32
Help Me / Version 3 Not Loading Prior Version Settings
« on: November 01, 2011, 06:01:43 PM »
Just installed Version 3, waiting on the License Key.  Opened my tournament template and found many settings were gone, particularly Rakes.  I had created a custom Rake ($10 split into two fields, one for snacks and beverages $4 and one for an end of year party $6).  Was there something I needed to do or a setting I needed to make?

Tryed to open the BETA version so I could at least run my tournament but that won't open now, something about license agreement expiring.

Any help would be appreciated.


33
Help Me / Re: User Defined Column
« on: March 07, 2011, 10:27:19 PM »
Worked great.  Thanks.

34
Help Me / Re: User Defined Column
« on: March 02, 2011, 02:43:01 PM »
Sorry for the delay in replying.  I will try that.

35
Help Me / Re: Stats Filtering
« on: December 28, 2010, 06:28:09 PM »
Thank you for the suggestion.  I think that would be the best easiest to implement solution.

36
Help Me / User Defined Column
« on: December 28, 2010, 05:25:57 PM »
Are there plans to give the user the ability to insert a "User Defined" column that would give the user the ability to insert a user created formula into the stats?

For each tournament played I take a rake to cover the cost of snacks and beverages.  A portion of this rake is held on the side to pay for an end of year tournament (EOY).  Currently I convert the CSV file to an Excel file and add a column to calculate the EOY $ Paid-In .  The file is downloaded to our website, joesgarage127.com, so the players (about 20) can see how much they have paid-in to date as well the results of the tournaments played.  It would be nice if I didn't have to create the Excel file after each tournament and I could keep them as CSV files.

37
Help Me / Stats Filtering
« on: December 28, 2010, 02:38:51 PM »
I'm sure I've this question posted before but I cannot find it so I apologize for the re-post.

I keep stats yearly for our league.  With close to 200 tournaments played and saved in the "tournaments" folder filtering the stats has become time consuming.  I realize the filter is searching through all of the saved tournaments for those that match the criteria (I use date played).  I'm thinking I should set-up a new folder called "Tournaments 2011" and save all the tournaments played in 2011 in there (there will be about 80 or so).  If I do this, what settings do i need to change and where are they located?

38
Help Me / Re: Adding a past tournament
« on: November 16, 2010, 05:47:44 PM »
If the date and time matter you can temporarily adjust the date and time settings on your computer.  I've done this and it works.

39
Templates, Layouts and Sounds / Re: Blind Change Sounds
« on: July 13, 2010, 04:55:34 PM »


I think I know what you are trying to do.  Here are the formulas I created to play 2 different sounds back to back.  The first is an announcement "The blinds have just gone up.  They are".  The second is an announcement "50 and 100".  This is what is played at the start of level 2 (my level 2 lasts 30 minutes or 900 seconds and the blinds are 50 and 100).  I created 2 events, one called "Round Start 2" and the other called "Level 2 Blinds".

Round Start 2:
isround && (state=2) && (secondsleft=899) && (roundnum=2)

Level 2 Blinds:
isround && (state=2) && (secondsleft=895) && (roundnum=2)

You can copy and paste these formulas, changing the "secondsleft=899" and "roundnum=2" as needed.
Note that seconds left for "Round Start 2" is one second less than the total seconds in the level and seconds left for "Level 2 Blinds" is 5 seconds less than the total seconds in the level.

40
Templates, Layouts and Sounds / Re: Looking for sound files
« on: November 25, 2009, 12:39:48 PM »
Here's a Bugs Bunny Favorite for a bust-out.

41
Templates, Layouts and Sounds / Tokens
« on: November 19, 2009, 12:19:34 PM »
First, thanks for a great program.  I love the ability to customize everything.

Now for my question.  I would like to display the buy-in amount going to the prize pool, the bounty amount, and the rake as separate amounts on the tournament screen.  When I set up a tournament the buy-in includes the amount of the per player rake.  Is there a token or the ability to create a token that would subtract out the per player rake from the buy-in?  I would like the display to look like this:

$100 Buy-In  $10 Bounty   $10 Food & Beverages

In this scenario I would put $110 in the "Buy-in" field, $10 in the "Per-player rake" field, and $10 in the "Bounty Chip Cost" field on the game tab.  However, the "Tournament Information" Cell in the layout tab will display this on the screen:

$110 Buy-In   $10 Bounty   $10 Food & Beverages

Pages: 1 2 [3]