Author Topic: Displaying Points  (Read 1017 times)

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Displaying Points
« on: May 06, 2011, 04:17:54 AM »
I know that you can, as i do. Display the  points that are awarded during a current match, on the rankings screen
Would it be possible to  create a screen and display  on it, the running points totals of the current season of a league.

cheers Jim

I think it has been mentioned before, on the boards, but cant seem to find it. Any help would be great.

(edit)

I would like to include columns with the headings
Rank
Total Number of games played in
Total Points earned for buying iin
Total Point Earned from the position in the games
Total hits made
Total points from hits
Total points ( all points earned)


« Last Edit: May 06, 2011, 08:12:09 AM by Mahound »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Displaying Points
« Reply #1 on: May 06, 2011, 10:13:14 AM »
It has been mentioned/requested before, and is on the to-do list.  No timeframe yet.

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: Displaying Points
« Reply #2 on: May 06, 2011, 11:42:33 AM »
It has been mentioned/requested before, and is on the to-do list.  No timeframe yet.

Cheers

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
Re: Displaying a Points HTML file
« Reply #3 on: May 09, 2011, 03:14:07 PM »
when in the stats tab, i created and brought up the summary of a tournament.
I Then exported the summary as an HTML file.
I then created a current points screen to display this file.
I went to the rules Tab and imported the HTML file to the announcements.
Back on the Current points screen i created a new cell "Current Points". I then imported the token <announcements> token into that cell.
So when i go to the current points screen it displays the HTML file.
The thing is it displays the file exactly as if it was a print preview - Black lettering on a white Background. If I alter the screen backgrounds as per the other screens. It cant be read easily
I know that this is the way it is set out to display. Is there any way i can alter the HTML file to have displayed with coloured Fonts?
I have attached a pic of what the screen displays like

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Displaying Points
« Reply #4 on: May 09, 2011, 04:24:09 PM »
By inserting it directly, IE (which is displaying everything) doesn't recognize the embedded styles.  Use an <iframe> element instead, like this:

<iframe height=700 width=1000 scroll=no src="C:\path\to\your\html_file.html"></iframe>

Edit: by the way, this was all of the top of my head, so I could be mistaken, and you may have to tweak the above HTML.