Author Topic: Money shown  (Read 2438 times)

reelfun

  • Newbie
  • *
  • Posts: 5
    • View Profile
Money shown
« on: July 31, 2006, 09:27:03 PM »
On the tournament page I can not see how to turn off the numbers to the right of the decimal place.  I see the rounding on the prize page.  But not how to set the significant figures displayed.  It would be nice to have an option to use either 0.00 or simply 0 displayed on the pages.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Money shown
« Reply #1 on: July 31, 2006, 10:26:29 PM »
Depends on what numbers you're attempting to affect.

For chip values, there is a preference (on the Preferences tab) Use whole numbers for chip values that will turn off fractional chip values everywhere.

If you're attempting to display the prizes on the Tournament page as whole numbers, you can modify the <prizes> token, and add the attribute roundOff="true".  If you're using the built-in layout, edit the Prizes cell (on the Layout tab), and change <prizes orient="horizontal"> to <prizes orient="horizontal" roundOff="true">.  Make sure to do this for Odd Rounds and Even Rounds.

reelfun

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Money shown
« Reply #2 on: August 01, 2006, 05:01:03 PM »
Thanks it was the second case.  Your solution did exactly what I desired.