Author Topic: number player + 10 to show in a celll os screen  (Read 1487 times)

vieira.es

  • Newbie
  • *
  • Posts: 5
    • View Profile
number player + 10 to show in a celll os screen
« on: March 04, 2010, 08:18:03 PM »
Ok  friends, i really really really looking for some problem like mines... but i couldnt find it... so.. im here to make an ohter topic, sorry but its necessary...

i just wanna show a simple cal but on a screen in a personalized cel... for exemple.... i need a cel do show (number entrants * 10 + 5) exemple... (26 + 10 +5).. these 10 +5 are manualy typed into a formula.. but what formula is that?

durind teh tournament this specific celll will show only the results ( of course) so... how can i do it? someone help me?

sorry for my english... i hope soon a solution.

Bruno Vieira
« Last Edit: March 04, 2010, 08:19:50 PM by vieira.es »

TIMMER

  • Hero Member
  • *****
  • Posts: 562
    • View Profile
Re: number player + 10 to show in a celll os screen
« Reply #1 on: March 05, 2010, 01:53:41 AM »
not sure what your asking ??? but to make a cell no formula needed that i know of could be wrong, have you tried tokens     go to layout,  Right click  under toolbox, new cell type name click ok then right click the cell ---properties  ( click insert token then scroll down, i hope this some what helps )   ( entries ) (players )  For points its under Game Tab, Points for playing & Stats, Filter, Tournament Scoring, Overall Scoring,
« Last Edit: March 05, 2010, 02:58:26 AM by TIMMER »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: number player + 10 to show in a celll os screen
« Reply #2 on: March 05, 2010, 11:05:42 AM »
Not possible now, will try to add a <formula> token soon.

vieira.es

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: number player + 10 to show in a celll os screen
« Reply #3 on: March 05, 2010, 12:40:14 PM »
ok corey... so other question them ... to solve my question partialy... is it possible to insert a CELL with a dinamic TEXT linked to a external file like TXT CSV or other?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: number player + 10 to show in a celll os screen
« Reply #4 on: March 06, 2010, 12:25:39 AM »
Sure, you can either use a rules token (see the Rules tab), or use an iframe HTML element.

For example, set the <announcements> token to use a file, then insert the <announcements> token somewhere in your layout.

You could also insert an <iframe> element, like this:

<iframe src="C:\path\to\my\file.txt"></iframe>

I would suggest googling iframe to get an idea of how you can modify it to suit your tastes.