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.


Messages - Linker_Split

Pages: 1 2 [3] 4 5 ... 8
31
hi coorey
is it possible to ad a "search" button in the tables tab?
Because of big tournaments we need to find quickly where a player is seated through 12-15 tables

Also, can you add a "total chips in play" string which is the sum of the manual written chipcounts and a "average" string also in the controls tab?

32
Suggestions / Re: Suggestion: import from csv with more cells
« on: October 25, 2013, 01:20:49 PM »


Importing other data implies a whole new set of conditions (and a rather large set).  For example, "Bought-in time" isn't exactly the same thing as "how many chips the player has".  In fact, it's only one piece of a larger set of data.  "Bought-in time" is the timestamp on a player's buy-in, and you can't import that without importing all of the other data about the buy-in, such as the profile, cost, rake(s), chips, bounty chip, etc.  Importing each of those has even more implications, and a lot of error-checking and data integrity checking that would have to accompany it.  Likewise, "Still in" isn't really even a value that a player is assigned, but rather just the description of the state of the player.  What I mean is there's no field on an internal player object that says whether or not the player is "still in".  The player is "still in" if he/she has a buy-in and doesn't have a corresponding bust-out AND the tournament is still going.  Importing any of these would clearly imply being able to import rebuys and add-ons, which have their own requirements and implications.  This isn't a just tall order, it's a pretty huge one, and I'm not sure how valuable the payoff would be.  What is it you're trying to do?
When I export a CSV file, I get all the options and data to export.
It's different when importing.
If for example I export the chipcount so that I can merge two day1 into day2, when importing, I can import the chipcount, but not the "player has bought in": so I have to buy-in players and the chipcount is lost.

I'm not sure I'm following you.  CSV files, by definition, have multiple columns, each separated by a comma.
Yes, but as you said, each columns are separated by a comma, while in an excel file, each columns are separated without any commas
It would be perfect like this because in this way I can import a more easy to write file

33
Suggestions / Suggestion: import from csv with more cells
« on: October 22, 2013, 10:52:07 PM »
Hello Corey, I think it's not a problem to implement the import from file option.

Now, if I want to import data from a CSV (comma separated), The tournament director allows me only to import a limited set of data, not ALL the data I can export (for example the "Boguht in time" or the "Still in" or the "Add-on cost" and so on are not imported)
Can you implement the complete set of values I can export?
Also, if so, can you make the csv file more easy to write?
I mean than now the CSV data are written in a single cell per row, it would be perfect to have single cell per single data:
first cell for name, second cell for surname, third cell for buy-in time, fourth cell for chipcount and so on...
In this way, we could easly modify the csv files!

34
Suggestions / More printing options
« on: October 08, 2013, 12:20:01 AM »
Hi Corey,
I was wondering if it's possible to add more printing recepit options next release!
For example, when sitting a player to a table, or when moving a player from a table to another (very useful when moving a lot of players)
Even if it's possible, when moving "manually" players or sitting "manually" players.
thank you

35
Help Me / Re: remote control and multitasking
« on: August 26, 2013, 06:53:26 AM »
Maybe, conceptually, I found a solution.
To allow multitasking and parallel usage between two devices, Turnament Director must be installed on a server.
In this way, Teamvewer can be activated for terminal server support and alows multiple use of the programs...
but I'm wandering, it's still to cloudy for me :D

36
Help Me / Re: remote control and multitasking
« on: August 25, 2013, 06:27:44 AM »
Does VNC interfere with PC usage or not?
I mean, can you use tablet to perform an action while Pc is doing another thing or not?

37
Help Me / remote control and multitasking
« on: August 23, 2013, 05:37:42 AM »
Hello guys,
I run TD on a PC with 7 displays, and I have 2 floor people with iPad and teamviewer to  speed up some processes (like busting out players for example)
But, as you all know, teamviewer allows to take control over a PC, and this means that if you move the mouse with Teamviewer, PC operator can't do anything until control is over.
Do you know any workaround or any other programs which allow to control simultaneusly a PC (to allow multitasking)?

38
Help Me / Re: RFID Mifare 1K and TD
« on: June 18, 2013, 09:55:58 AM »
BIG NEWS:
it works!

I opened the ACR122u software in admin mode... and now it works...
very big thank you!
Now it seems it recognizes only numbers as hotkey, so I set 0 as "add player".

If I have other problem Ill PM you Corey!
Thank you again virtual930 for pointing me the "admin mode" thing

39
Help Me / Re: Display different data on seating chart
« on: June 17, 2013, 05:24:39 PM »
You can change what is displayed on the Seating Chart screen, but with two pretty big limitations: (1) You have to change the way player names are displayed everywhere; and (2) the available formats don't include email addresses.

Regardless, you change this by pressing the Name Format button on the Preferences tab.
Thank you corey, it's a nice workaround!

40
Help Me / Display different data on seating chart
« on: June 17, 2013, 03:59:28 PM »
Hi guys,
Is there a way to select different data to display on seating chart?
For example I would like to display emails (it's an example) instead of names.
Possible or not?

41
Help Me / Re: RFID Mifare 1K and TD
« on: June 17, 2013, 04:20:59 AM »
Linker_Split
Have you tried running the  ACR122 RW software in admin mode?

I use a bar code scanner and AutoHotkey to enter in and bust players. It worked fine on my XP machine, but on my win 7 & 8 machines it would not work until I ran AutoHotkey in admin mode.

I will try it, thank you!

42
Help Me / Re: RFID Mifare 1K and TD
« on: June 06, 2013, 10:11:48 AM »
Just a guess, but do you have the "Suppress Windows screen saver" preference enabled?
No I had it disabled.
Now I enabled it, and I will test it this evening with the scanner.
Thank you for the script Corey

43
Help Me / Re: RFID Mifare 1K and TD
« on: June 05, 2013, 08:40:53 AM »
I tried sending keys to the TD using a simple Windows script that utilizes the SendKeys method.  It seemed to work fine for me.  I sent "^a" (^ is SendKeys shorthand for the Ctrl key) and the Add Players to Tournament dialog pops open.
Can you please send me the script so I can send it to the devs?

44
Help Me / Re: RFID Mifare 1K and TD
« on: June 02, 2013, 01:15:36 PM »
... which could be the problem, I honestly don't know.  The TD can't "read data from the keyboard", it can only respond to specific events that Internet Explorer generates.  Namely "key pressed", "key up", and "key down".  How Windows translates your card reader's "SendKeys" to IE's events is a mystery to me.
Ok, but if I set for example the hotkey "CTRL+SHIFT+P" in the card reader software, which is the "IE’s Private Browsing Mode", when I insert the card, IE opens the window.
It's doesn't work for the layout of the TD.
Why, if it's IE based?

45
Help Me / Re: RFID Mifare 1K and TD
« on: May 31, 2013, 08:39:28 AM »
Hi Corey,
Devs told me that with the card reader software they don't simulates key pressed or key down or key up, they only send data from keyboard.

Pages: 1 2 [3] 4 5 ... 8