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 - H2SO4JB

Pages: [1]
1
Beta Testing / Re: 3.7 BETA 5 (final beta!)
« on: February 07, 2020, 04:19:41 PM »
Thank you Corey,
Then I know that I'm not the one doing something wrong.   :)
This is not exactly a critical bug. I look forward to a bug fix in the next update.

2
Beta Testing / Re: 3.7 BETA 5 (final beta!)
« on: February 07, 2020, 02:01:41 PM »
Hi Corey,

I discovered a bug in beta 5 that didn't exist in beta 4 or earlier.

The bug applies to the text color on the Seating Chart Screen. The text color always appears
as black, no matter what color you choose. If you then (like me) have black background color, the
player names will be invisible.

That's probably why another user here is asking why his players aren't listed on the Seating Chart Screen.
They are, but he probably has a black background color.

It seems that only the Seating Chart Screen is affected. The following screens are not affected:
Player Rankings
Blinds Schedule
Player Movement
Seating List

Can you confirm that this is a bug?
If so, is there a solution or is a bug fix the only solution?

3
Beta Testing / Re: 3.7 BETA 3
« on: November 12, 2019, 06:16:59 AM »
Thanks!  I will play around with that.  Knowing that will help.

craigt78, I discovered the same thing when upgrading to V3.7
Like Corey said, this is because when the Rebuys and/or Addons cells is not active, that cell is hidden, and the remaining cells are
stretched to fill the empty space. I solved it simply by NOT hiding these cells when Rebuy and/or Addons is not active. Just let these
cells displayed anyway, but have no content in it if you want. Then an empty cell of the correct size is displayed instead of it disappearing.

4
Beta Testing / Re: 3.4 beta 1
« on: July 10, 2015, 03:08:20 PM »
Not sure if this is a big problem for everyone, but on a 4k monitor the checkboxes get rather small.
https://www.dropbox.com/s/2oo6rugtmdo1s3m/Sk%C3%A4rmklipp%202015-07-04%2011.44.35.png?dl=0

mcfrojd, nice to see that you use my Swedish translation. I hope you are satisfied.   ;)
A new translation of TTD V3.4 will soon be published on the website. I have sent it to Corey.
I have not just translated all the changes, but also all tokens in the layout properties.
It was a huge job.   ;D

Corey, I have now tested this beta in several poker games, and I find no bugs at all. Very well done!
And the absolute best news was the ability to change font size.

Kind regards,
Jonas Bohdén
Sweden

5
Beta Testing / Re: 3.4 beta 1
« on: June 18, 2015, 02:58:12 AM »
It certainly could be a bug.  I just enabled the preference "Use 24-hour clock" and switched back to the Players tab, and the Buy-in times all changed to 24-hour display.  Where are you seeing that it stays on 12-hour am/pm setting?

Hi Corey!

I have a clock with the current time on the tournament screen. That clock does not switch to 24-hour style.

Ah, that explains it.  The <currentTime> layout token doesn't follow the preference.  Instead it is configured directly to use 12-hour or 24-hour format:

<currentTime format="24-hour">

I guess in hindsight it would have been better to have it use the preference unless the format attribute is specified.


Ok, I understand.
But how do you explain that it was not so in V3.3?
I've just updated to V3.4.b1, not changed anything in my layout.
You must have changed something?   :)

6
Beta Testing / Re: 3.4 beta 1
« on: June 17, 2015, 07:27:45 AM »
It certainly could be a bug.  I just enabled the preference "Use 24-hour clock" and switched back to the Players tab, and the Buy-in times all changed to 24-hour display.  Where are you seeing that it stays on 12-hour am/pm setting?

Hi Corey!

I have a clock with the current time on the tournament screen. That clock does not switch to 24-hour style.

7
Beta Testing / Re: 3.4 beta 1
« on: June 16, 2015, 11:35:25 AM »
I discovered a bug directly.   ;)
The function "24-hour clock" does not work for me.
The clock shows PM and AM although I enable this option. Is this a bug?

8
Help Me / Re: Formula help
« on: August 02, 2012, 03:24:50 AM »
Set Tournament Score formula to:

points

Set Overall Score formula to:

2500 + (count(scores) * 500) + (sum(scores) * 100)

Wow, thanks so much! It works great!   ;D

9
Help Me / Formula help
« on: August 01, 2012, 11:00:15 AM »
Hi!

I am a member of a poker club where we plays 12 tournaments a year, and then a final tournament. All players are assigned different points
depending placing in every tournament. In the final tournament, each player will receive 2,500 in chip stack and different amounts of chips depending
on the number of points, and the number of times you participated in tournaments throughout the year.

Calculation Formula:
2,500 + (Buy-ins count x 500) + (Total points x 100)

Example:
A player who has buy-in and played 6 tournaments and awarded 20 points, awarded 7,500 in chip stack in the year final.
Calculation: 2,500 + 3,000 + 2,000 = 7,500

When I print statistics of all played tournaments in a year so I want the final chip stack is displayed in a separate column. I figured I could use the
column "Overall Score" for this. Is it possible to make a scoring formula that works out for this calculation?

If so, can someone who can, help me how it should look like?

Pages: [1]