Open Side Menu Go to the Top
Register
Quick Questions & Answers Thread Quick Questions & Answers Thread

10-28-2010 , 01:06 AM
BetPok AHK, Free Software section. or StarsCash.
Quick Questions & Answers Thread Quote
10-31-2010 , 11:21 PM
why does tableninja, which is is otherwise really good, have to have the stupidest piece of **** registration system ever? is there any way to make something that connects less than table ninja?

if you google "table ninja unable to connect" you get a bunch of cases where its stopped due to firewall, router, lan settings, clock, etc, although no other apps have any problems. despite that, their faq just says reinstall latest version and try again.

i just noticed that it won't connect in my vbox, which doesn't even have any of the applications that would normally mess it up. i didn't even think to check it before uploading, because how can something possibly suck that much. seriously.
Quick Questions & Answers Thread Quote
11-01-2010 , 07:59 AM
I've never used table ninja before but any app that needs to connect to the internet everytime it runs gets a thumbs down from me. It's a little more excusable for table ninja since you'd only ever use it when you were playing online. Still annoying though.
Quick Questions & Answers Thread Quote
11-02-2010 , 07:16 PM
Will my hand histories get erased if i were to perform system restore?
Quick Questions & Answers Thread Quote
11-02-2010 , 07:45 PM
Quote:
Originally Posted by smiteme
Not sure if this is the appropriate place for this question, but didn't think it deserved its own thread.


I'm looking for a program that can put my SNGs into a new stack once there are 4 or fewer players. Would be really helpful if someone can point me in the right direction (if this even exists)

Thanks
bump...

is this a no?
Quick Questions & Answers Thread Quote
11-02-2010 , 07:54 PM
Wifebeater - probably not, but backup to make sure - just burn em to a disc or something easy.

smiteme - keep an eye on this thread: http://forumserver.twoplustwo.com/45...script-909187/ - it's moving them by blind level, but a small modification and it could do by players remaining imo.
Quick Questions & Answers Thread Quote
11-03-2010 , 08:09 PM
Just played my first ever live event held at a local bar, went out on a hand i think i shouldnt of played- 6 handed
Blinds 400/800,,, utg has 54k and raises to 16k , i shove my 47k with JcQc he shows a pair of queens . Looking back on it now i hate my shove as i had labeled villain somewhat aggresive and my hand is easily dominated.. any thoughts??

As well i found the whole experience entirely different to clicking buttons, plenty more limpers in the game than expected and i found it hard to count the pot size . i loved the game and held my own and when i needed to shove, i did, so overall the exp was great. I think it's really hard for people to make the transition from laptop to seat for the first time, i really felt like i was highly unlikely to win , but i guess you gotta start somewhere eh!
Quick Questions & Answers Thread Quote
11-03-2010 , 09:15 PM
lol wrong thread imo, can't even guess where is should be!
Quick Questions & Answers Thread Quote
11-04-2010 , 10:20 AM
thanks that's helpful
Quick Questions & Answers Thread Quote
11-04-2010 , 11:32 AM
If I were still a mod I would have moved it where it belongs - http://forumserver.twoplustwo.com/54...rags-variance/
Quick Questions & Answers Thread Quote
11-04-2010 , 02:51 PM
Quote:
Originally Posted by brens147
thanks that's helpful
Well if you want to let me know where it was supposed to go, I'll move it there. I really cannot see how you are asking a quick question about software

Last edited by _dave_; 11-04-2010 at 02:51 PM. Reason: Fozzy 4 mod!
Quick Questions & Answers Thread Quote
11-04-2010 , 04:34 PM
I remember my first pub poker tourney.
Quick Questions & Answers Thread Quote
11-04-2010 , 10:56 PM
Hey all,

Been out of the game for a few years now, time for me to get back in. I am going to be 4-6 tabling 1-2 or 2-4 Limit Hold em and want a HUD and tracker to review hands and whatnot. What is the best HUD software? What all software will I need to startup with?

Thanks
Quick Questions & Answers Thread Quote
11-06-2010 , 01:37 PM
I just switched from pokertracker to holdem manager. Is there an equivalent screen to the one posted below? e.g. winnings by month, then you can click and see winnings per day. I cant seem to find it.

Thanks,


Quick Questions & Answers Thread Quote
11-06-2010 , 01:55 PM
cash game > sessions > group by: month or day

There is also this, if you want a report of how you do for different hours of the day. - http://forums.holdemmanager.com/cust...html#post73335
Quick Questions & Answers Thread Quote
11-08-2010 , 09:43 AM
Is there a program like pokerstove where its easier to weigh the ranges? It takes so long just to analyze one hand cause i gotta do so much clicking.
Quick Questions & Answers Thread Quote
11-08-2010 , 05:46 PM
Holdem Ranger?
Quick Questions & Answers Thread Quote
11-08-2010 , 06:41 PM
I'm writing an ahk, and just want to get the ahk_id unique id number of a window at position x, y

how can I do this without using the mouse?

I know using "MouseGetPos,,, id" works
But I don't want to move the mouse to achieve this.

Is it possible?
Quick Questions & Answers Thread Quote
11-08-2010 , 06:54 PM
Quote:
Originally Posted by AceofSpades
I'm writing an ahk, and just want to get the ahk_id unique id number of a window at position x, y

how can I do this without using the mouse?

I know using "MouseGetPos,,, id" works
But I don't want to move the mouse to achieve this.

Is it possible?
You asked this last year: http://forumserver.twoplustwo.com/sh...postcount=4083

Juk

Last edited by jukofyork; 11-08-2010 at 06:56 PM. Reason: Knew I'd answered this before! :D
Quick Questions & Answers Thread Quote
11-08-2010 , 07:21 PM
I don't think that's sufficient unless you already know the window you want (or it's active). or maybe I'm missing something... I think the only way to do it with WinGetPos is to enumerate all windows and test them if x/y is within their rects?

Anyways, I got a function on my other computer GetIDFromPoint(x,y) that uses a couple DllCalls to achieve what I think you're asking, I'll post it later if you want. I sue it for may very very simple "stack & tile" setup, where I have one of my mouse buttons move a table in/out of the stack where in the tile depends if another table is already at a certain x/y - this way I don't have to keep track of where everything "should" be like StarsPlanner does.
Quick Questions & Answers Thread Quote
11-08-2010 , 11:46 PM
Quote:
Originally Posted by _dave_
I don't think that's sufficient unless you already know the window you want (or it's active). or maybe I'm missing something... I think the only way to do it with WinGetPos is to enumerate all windows and test them if x/y is within their rects?
Ah, I seem to have the function of WinGetPos back to front somehow

Juk
Quick Questions & Answers Thread Quote
11-09-2010 , 03:53 PM
Quote:
Originally Posted by _dave_
I don't think that's sufficient unless you already know the window you want (or it's active). or maybe I'm missing something... I think the only way to do it with WinGetPos is to enumerate all windows and test them if x/y is within their rects?

Anyways, I got a function on my other computer GetIDFromPoint(x,y) that uses a couple DllCalls to achieve what I think you're asking, I'll post it later if you want. I sue it for may very very simple "stack & tile" setup, where I have one of my mouse buttons move a table in/out of the stack where in the tile depends if another table is already at a certain x/y - this way I don't have to keep track of where everything "should" be like StarsPlanner does.
This would be great!

Yeah, I've been looking through the help files and I guess it's just a weird overlooked part of ahk to not be able to choose an x,y location and get window info assuming it's not active.

Unless there is some function to get title of window at x,y which I hadn't been able to find.
Quick Questions & Answers Thread Quote
11-09-2010 , 04:04 PM
Quote:
Originally Posted by _dave_
Holdem Ranger?
Thanks thats perfect.

Is there any program that can see how many tables players on and kind of have it on display either on another window or on the table like a HUD?

Or is it possible on HEM?
Quick Questions & Answers Thread Quote
11-09-2010 , 04:18 PM
If you use the Table Scanner and the Multi Table HUD stat you can see it at the tables.
Quick Questions & Answers Thread Quote
11-09-2010 , 06:24 PM
This is about heads-up sit and goes.

Two quick questions:
How accurate is the $$/hour function in Holdem Manager?
Is it reliable?

Excluding the waiting time obv...

And why do I get new stats every time I play a new heads-up sit and go. Is it possible to get your stats versus a certain opponent... So that I see ''my stats'' how he sees me?

Thanks in advance!
Quick Questions & Answers Thread Quote

      
m