Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - dniezby

Pages: 1 [2] 3
16
Beta Testing / Error when backing up
« on: August 16, 2010, 12:47:20 AM »
'null' is null or not an object (DatabaseTab, TournamentPage: 3487)
 at uber(String, String)
 at anonymous(String)
 at BackupWorkDialog.startWork()
 at [unknown]()
 at openDialog(BackupWorkDialog)
 at backupDatabaseDialog()


Browser: Microsoft Internet Explorer
Browser Client Info Version: 7.0
Browser Code Name: Mozilla
Browser Decided Version: 8.0
Browser Detected Version: 8.0
Browser Language: en-US
Browser Minor Version: 0
Browser Version: 4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)
Cookies Enabled: true
CPU Class: x86
Data Folder: F:\Users\Dave\Documents\The Tournament Director 2
Date: 0:40:33 2010/8/16
DB File: F:\Users\Dave\Documents\The Tournament Director 2\Data\db\td.db
DB Folder: F:\Users\Dave\Documents\The Tournament Director 2\Data\db
Install Folder: f:\Users\Dave\Tournament Director 2 - Beta\The Tournament Director 2
JScript Build: 18869
JScript Version: 5.8
Media Player Version: 11.0.6002.18111
Online: true
Platform: Win32
Preferences File: F:\Users\Dave\Documents\The Tournament Director 2\prefs.sav
Repo Config File: F:\Users\Dave\Documents\The Tournament Director 2\repo.sav
Repo Folder: F:\Users\Dave\Documents\The Tournament Director 2\Data
System Language: en-US
TD Version: 2.6.b2
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)
User Language: en-US
Virtual Store Folder: C:\Users\Dave\AppData\Roaming\Local\VirtualStore\Program Files\The Tournament Director 2



17
Beta Testing / Error busting out a player.
« on: August 08, 2010, 06:30:30 PM »
While hitting "X" to bust out a player, I get this error.

Code: [Select]
'this.getElement(...)' is null or not an object (GameTab, TournamentPage: 1031)
 at uber(String)
 at anonymous()
 at openDialog(BustPlayersOutDialog)
 at bustPlayersOutDialog(null, null, null)
 at bustPlayersOutDialogWrapper()
 at TournamentPage.hotkeyHandler(Object, Hotkey.Binding)
 at GameWindow.hotkey()
 at [unknown]()


Browser: Microsoft Internet Explorer
Browser Client Info Version: 7.0
Browser Code Name: Mozilla
Browser Decided Version: 8.0
Browser Detected Version: 8.0
Browser Language: en-US
Browser Minor Version: 0
Browser Version: 4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)
Cookies Enabled: true
CPU Class: x86
Data Folder: F:\Users\Dave\Documents\The Tournament Director 2
Date: 18:27:46 2010/8/8
DB File: F:\Users\Dave\Documents\The Tournament Director 2\Data\db\td.db
DB Folder: F:\Users\Dave\Documents\The Tournament Director 2\Data\db
Install Folder: f:\Users\Dave\Tournament Director 2 - Beta\The Tournament Director 2
JScript Build: 18869
JScript Version: 5.8
Media Player Version: 11.0.6002.18111
Online: true
Platform: Win32
Preferences File: F:\Users\Dave\Documents\The Tournament Director 2\prefs.sav
Repo Config File: F:\Users\Dave\Documents\The Tournament Director 2\repo.sav
Repo Folder: F:\Users\Dave\Documents\The Tournament Director 2\Data
System Language: en-US
TD Version: 2.6.b2
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)
User Language: en-US
Virtual Store Folder: C:\Users\Dave\AppData\Roaming\Local\VirtualStore\Program Files\The Tournament Director 2



18
Help Me / Forumula for this point structure
« on: August 08, 2010, 02:00:44 PM »
Ok Cory, you've really got this formula stuff down.

Check out the attached PDF. What would the formula be for this point structure?

19
Help Me / Name format
« on: July 20, 2010, 04:34:16 PM »
Is there a token to list the player's ID in the player's name format?

EG: {LN}, {FN} - {ID}

20
Help Me / Help with formula
« on: June 06, 2010, 09:27:58 AM »
I need some help with a formula.

I want each player that plays to have a value of 50 points.  So, the point pool changes based on the number of participants.

For example, if 10 players play, the total points pool is 500.  If 50 players play then it's 2500. 
Then I want to pay out the top 40% of the field.

Is this even possible?

To make things even more complicated, I want to give anyone that brings a guest 25 points. Though, I think the easy thing here is to just give points as an add-on.

Any help here would be greatly appreciated.

21
Templates, Layouts and Sounds / Background image in export template?
« on: August 06, 2009, 10:19:04 PM »
I'm guessing that not everything is parsed when exporting to HTML?

Code wise that is.

Here is my CSS for my logo that needs to be on the top left corner of my reports.  It works when I test a regular HTML file but it doesn't work when I export the report to HTML
Code: [Select]
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=<charset>" />
    <title><eventname></title>
  </head>
<style type="text/css">
<!--

.infotable
{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12pt;
width: 97%;
border: 1px solid;
}

.eventname
{
font-size: 14pt;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.description
{
font-weight: bold;
}

.playersTable
{
border: 1px solid #000000;
padding: 4px;
font-family: arial;
font-size: 12pt;
width: 97%;
height: 200px;

}

.playersColumnHeader
{
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:12pt;
text-align: center;}

.playersColumn
{

}

.odd
{
}

.even
{
background-color: #eeeeee;
}
.eaf_frame
{
 border: 4px #ff0000 double;
 cellpadding: 0;
 cellspacing: 0;
 width: 100%;
 height: 100%;
}
.logo{
background-image: url(./images/wpt.png);
position: static;
visibility: visible;
top: 15pt;
left: 15pt;
z-index: 1000;
background-repeat: no-repeat;
width:160px;
height: 75px;
background-attachment: relative;
background-position: 10px 10px;}

.address {
text-align: left;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
vertical-align:top;}
-->
</style>
  <body>

<table class="eaf_frame" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="logo">&nbsp;<br>
</td>
<td class="address"><b>World Poker Tour Amateur Poker League Inc.</b>
<br>15 S. Colonial <br>
Eastborough, KS. 67901<br>
</td>
<td class="address">Phone: 123-456-7800<br>
Fax: <br>
Toll-Free Fax: <br>
</td>
<td><b>Sanction League Report</b><br>
</td>
</tr>
<tr>
<td colspan="4" rowspan="1" style="vertical-align: top;"><br />
<center>
<table class="infotable">
<tbody>
<tr>
<td style="vertical-align: top;"><eventname><br>
</td>
</tr>
<tr><playerRankingsColumns>
</tr>
</tbody>
</table>
</center>
<br>
<center><table summary="player ranks" class="playersTable">
<tr>
<td><playerRankingsRows></td>
</tr>
</table></center>
Insert signature info here.
</table>
</td>
</tr>
    </tbody>
</table>
<br>
</body>
</html>

22
Templates, Layouts and Sounds / Notes?
« on: August 05, 2009, 02:27:06 PM »
Is there a token to export an event's notes?

23
Templates, Layouts and Sounds / Top 16 Players of an event?
« on: August 04, 2009, 01:24:15 PM »
I'm trying to generate a report that ONLY lists the top 16 players.  Anyone have any thoughts on how I might go about doing this?

24
Help Me / Token list
« on: August 04, 2009, 01:22:59 PM »
Is there a list of tokens that I can currently use?



25
Templates, Layouts and Sounds / My Home Screen
« on: August 04, 2009, 01:20:05 PM »
I know some people were sharing their homescreen designs, here is ours.

26
Help Me / Name format
« on: August 03, 2009, 10:41:31 PM »
Is there a token for the ID field?

Can I get this name format to show up?

{LN}, {FN} - {ID#}

27
Help Me / How do I prevent moving players incorrectly
« on: August 03, 2009, 05:12:42 PM »
Is there a setting that I'm missing?

When I use the auto suggest player movement, it moves players still at tables that shouldn't be moved to other tables.

For example.  Table 1 has three open seats. Table 2 is full and table 3 is down to 3 players.  If I use the auto balance feature it will shift players to table one like it should but it also moves the players that are already AT table one.


28
Help Me / Database Synch?
« on: August 02, 2009, 12:41:12 PM »
I'm trying to develop a protocal for managing multiple event locations so that the data is kept in synch.  Any thoughts?

For example: Monday there is a tournament at X Venue.  Regular players show up and play plus several new members.  Tuesday, we're at Y Venue and regulars show up, along with players from venue X plus new players.

What would you say is the best way to keep this data in synch?


29
Help Me / SOLVED - Adding players to tourney - Changing View
« on: July 31, 2009, 11:20:20 PM »
Um, how does one change the columns that are viewed on this screen?
As you can see - this current view causes a problem with selecting the correct players.


30
Help Me / SOLVED - Resetting the database in this version?
« on: July 30, 2009, 10:57:33 PM »
How do I reset the database in this version. I read in another post to simply delete or rename the directory db however, there is no directory called db in my folder tree.

Pages: 1 [2] 3