Skip to main content

Components

A display is built entirely from components. You drag one out of the sidebar, drop it on the canvas, and configure it in the settings panel.

They divide into two kinds, and the distinction matters:

  • Generic components — Text, Image, Shape, Container. These draw whatever you tell them to. Text becomes tournament data by carrying placeholders.
  • Data components — Prizes, Blind Display, Chip Denominations and the rest. These already know what they are for. Drop one on the canvas and it draws itself from the tournament, with no placeholders needed.

Every screenshot below is the component as it appears the moment it lands, with no styling applied.

Built-in help

Every component has a Component Help button in its settings panel, with detailed notes on each option. It is more thorough than this page.


Text

The most-used component by a distance. Anything you can type, with placeholders for live data.

An empty text component with its Edit button ringed

A new text component is empty. Select it and press Edit on the component itself — the content is not edited in the sidebar. See Your first display for the full walkthrough.

The sidebar controls how it looks: font, size, colour or gradient, alignment, text case, outline, border, shadow, rotation, and a set of animated effects.

Three settings are worth knowing about early:

  • Shrink To Fit Content — reduces the size automatically when the text is too long for its box. Useful for tournament names of unpredictable length.
  • Stabilize Numbers — gives every digit the same width so a running clock stops jittering.
  • Circular Mode — bends the text around a circle.

Image

A picture: a club logo, a sponsor banner, a photograph.

Drop one and it shows a Select Image button; press it to choose from the images stored in this design. Upload new ones through the image manager — see Managing resources.


Shape

Rectangles, circles, polygons and lines. These are the panels, frames and dividers that give a display structure.

The Shape dropdown listing Rect, Square, Circle, Ovale, Polygon, Custom, Line H and Line V

The same component covers all of them; the Shape dropdown decides which. Styling is covered by fill, rounded corners, border width and colour, per-side borders, shadow and rotation:

The Shape Settings panel

A few seconds of configuration produces very different objects:

A navy rounded panel with a gold border, a filled cyan circle, and a gold divider line

A filled rounded rectangle with a contrasting border makes a card to sit numbers on. A filled circle works as a badge for a chip value or a player initial. A Line H divides two halves of a display.

Shapes carry text

A shape has its own Edit Text button and the full Text Settings panel. A "panel with a label on it" is therefore one component, not two — and when you move it, the label moves with it.


Prizes

The payout table, filled in from the prize pool and your payout structure.

The Prizes component showing a prize pool and the first three places

It recalculates itself as entries arrive, so the figures on screen are always current. Settings control how many places to list and how the amounts are formatted.


Chip Denominations

The chips in play, drawn as chips rather than described as numbers.

The Chip Denominations component showing five coloured chips with their values

This is what makes "colour up the greens" mean something to a table of players. The artwork comes from your chip set — see Import your chips.


Blind Display

One blind level, as small blind / big blind / ante.

The Blind Display component showing 50 / 100 / 100

The Level setting is an offset, not an absolute number:

  • 0 — the level being played now
  • 1 — the next level
  • 2 — the one after that

Two of these side by side, set to 0 and 1, is the standard "current and next blinds" arrangement.


Blind Schedule

Several levels at once, as a table, so players can see what is coming.

The Blind Schedule component listing upcoming levels with break, colour-up and add-on markers

Note the markers: Break, Color Up and Addon are flagged on the levels where they occur, which answers most of the questions players would otherwise ask you.


Analog Timer

The level clock as a dial rather than digits.

The Analog Timer component showing a circular clock face reading 15:00

A ring that visibly empties is readable from further away than numbers, and from a wider angle. Many designs use both: a large digital clock, and a dial for the players at the far tables.


Bounty Display

Bounty information, in a form that adapts to the bounty format in use.

The Bounty Display component showing an Earned Bounties table with player names and amounts

Depending on its settings it shows who has collected the most, who carries the largest bounty, or the full earned-bounties table above.

It needs a bounty tournament

In a tournament without bounties this component says so rather than drawing an empty table. If you see that message while designing, switch your preview configuration to one with bounties — see Tournament options.

See Bounty tournaments for the formats themselves.


Chip Stack Leaders

The largest stacks, ranked. A natural centrepiece for a feature-table display, and only meaningful if you are recording chip counts.


Color Up

Announces a colour-up: which denomination is being removed and what replaces it. It appears when the current level is marked as a colour-up in your blind structure, so on any other level it stays quiet.


Progress Bar

A bar that fills between two values.

The Progress Bar component as a filled green bar

It is deliberately not tied to any one thing — you supply the numbers. Common uses: time remaining in the level, progress through the structure, entries against a target.


Circular Progress

The same idea as a ring rather than a bar.

The Circular Progress component as a partially filled ring

Better than a bar where space is square rather than wide, and a natural partner for a large central clock.


Tournament Controls

Puts the start/pause and level controls inside your design, rather than in the fixed bar at the bottom of the screen.

The Tournament Controls component showing a menu button, Start Tournament and a fullscreen toggle

Useful when a display doubles as the control surface — a tablet at the desk, for example. Leave it out of designs meant for a television that nobody touches.


QR Code

The multi-monitor display link, as a scannable code.

The QR Code component showing a generated code with the UHT mark at its centre

Put this on screen and anyone can point a phone at it to open the timer on their own device — a genuinely useful thing at a large game, where players at the far tables cannot read the main screen.

It only produces a code when multi monitoring is enabled for the tournament. See Multi monitoring.


Embed Stream / Video

A live web page inside the display: a YouTube video, a Twitch stream, a scoreboard, a sponsor loop.

The Embed component freshly dropped, showing a video icon and a Set Content button

A new one is empty and offers Set Content. Paste an ordinary YouTube, Twitch, Vimeo or Kick link and it is converted to an embed link for you; anything else has to be a link the provider already allows to be embedded.

The Embed component in the designer showing a loaded YouTube video

The content can also be changed while the tournament runs, from the display itself — which is what makes it worth putting on a screen that is going to be up for six hours.

See Embedding streams and video for the full page: what converts, what does not, and how it behaves across multiple screens.


Container

A container draws nothing itself. It arranges other components.

Drop components into one and it positions them as a group — horizontally or vertically, with spacing and alignment you control. Move the container and everything inside moves with it.

Two reasons to use one:

  1. Grouping. A label and its value belong together. In a container, they stay together.
  2. Automatic layout. Components in a container can be told to stretch and share the available space, so a row of three stays evenly spaced whatever their content.

Containers can be nested, which is how complex displays stay manageable.


Next