Author Topic: Help with putting buttons on the screen  (Read 1221 times)

jay@paydaypoker

  • Newbie
  • *
  • Posts: 13
    • View Profile
Help with putting buttons on the screen
« on: January 17, 2008, 08:40:06 PM »
Call me retarded (my wife does) but I can not for anything figure out how to add a button on the screen it self to click on to add players, move to the next round etc.  It says there are instructions on the layout tab and I know it has to do with adding tokens but I can not for the life of me figure out how to add one, it would make it much easier since we dont have the most computer literate bunch that plays with us and it would save me from having to get up each time.

jay@paydaypoker

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Help with putting buttons on the screen
« Reply #1 on: January 18, 2008, 01:49:56 PM »
FOr those with the same problems here is what I ended up using:

<nobr>
<tdbutton type="previousround" text="Round -" inheritFont="true">
&nbsp;
<tdbutton type="nextround" text="Round +" inheritFont="true">
&nbsp;
<tdbutton type="addplayers" text="+ Player" inheritFont="true">
&nbsp;
<tdbutton type="buyin" text="Buy-in" inheritFont="true">
&nbsp;
<tdbutton type="bustout" text="Bust Out" inheritFont="true">
&nbsp;
<tdbutton type="rebuy" text="Rebuy" inheritFont="true">
&nbsp;
<tdbutton type="addon" text="Add-on" inheritFont="true">
&nbsp;
<tdbutton type="chop" text="Chop" inheritFont="true">
&nbsp;
<tdbutton type="clock" text="Pause" inheritFont="true">
&nbsp;
<tdbutton type="help" inheritFont="true">