Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trigger Question
#1
I'm pretty new at this, I want to set a trigger on window opening.

The window that opens is:

Table 10879 - Hold'em - $100 Buy-in + $9 Entry Fee . Good Luck !

However, table number (10879), buy in ($100) and entry fee ($9) change every time.

How do I type in the trigger code as a catch all for any table?
#2
try opening the properties for the macro; click the window tab; there's a little icon of a targeting recticle with the word "drag" above the word "child" drag that over the window after it comes up and that should fill it all in for you. if it's a web browser window, i think the title bar will have the specifics....
#3
you can use regex too, but i am to dull/lazy to explain that.
there is a lot of info about regex in the help file.


> Table 10879 - Hold'em - $100 Buy-in + $9 Entry Fee . Good Luck !

Table [regex] - Hold'em - $[regex] Buy-in + $[regex] Entry Fee . Good Luck !
pi
#4
Simply use some part of window name that does not change. For example, Buy-in or Entry Fee.

If using regular expression, it would be

$^Table \d+ - Hold'em - \$\d+ Buy-in \+ \$\d+ Entry Fee \. Good Luck !$


Forum Jump:


Users browsing this thread: 1 Guest(s)