Open Side Menu Go to the Top

10-03-2007 , 04:55 PM
I did a "quick fix" for the miniview. Anyone who wants to do the same just change...

layout.ini:

[iPoker\10]
hotspots=509,24;609,86;609,148;509,227;313,224;113 ,225;11,147;11,79;111,23;313,21
notes=509,24;609,86;609,148;509,227;313,224;113,22 5;11,147;11,79;111,23;313,21


and in IpokerFunctions-v1.0.ahk:

if seat = 1
x := 375, y := 45
else if seat = 2
x := 459, y := 105
else if seat = 3
x := 461, y := 175
else if seat = 4
x := 402, y := 250
else if seat = 5
x := 276, y := 250
else if seat = 6
x := 153, y := 250
else if seat = 7
x := 58, y .= 180
else if seat = 8
x := 60, y := 105
else if seat = 9
x := 162, y := 45
else if seat = 10
x := 265, y := 45
else return

I've tested it briefly and it seems ok. Please note that it only changes it to work for miniview, and doesn't give you a choice of which type of tables you want to use.
SmartNotes Quote
SmartNotes
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
SmartNotes
10-03-2007 , 07:24 PM
Sweet, dotbum, I never got around to working on it. I think there's a typo though:
x := 58, y .= 180
should be
x := 58, y := 180
right?

Karpänen:
you're right, there's no way to make the yellow ball appear once the player is not at the table. This is because this is handled on the ipoker server so there are no files to manipulate, so there's no way around this.

The monitor issue, however, should be solvable; I use two monitors myself. Is you primary monitor on the far left of the setup?
SmartNotes Quote
10-03-2007 , 07:34 PM
Well spotted!

I didn't know how I could have made that particular typo, so I re-downloaded the source from overcards.com and checked it, it's in there too. Can someone else download to confirm I'm not seeing things?
SmartNotes Quote
10-04-2007 , 05:45 AM
Quote:

Karpänen:
you're right, there's no way to make the yellow ball appear once the player is not at the table. This is because this is handled on the ipoker server so there are no files to manipulate, so there's no way around this.

The monitor issue, however, should be solvable; I use two monitors myself. Is you primary monitor on the far left of the setup?
Could smartnotes make it's own visible note on a player who's offline? Like some small image would appear next to his name if smartnotes has a note on him?

I switched to minitables and one monitor so I no longer have that problem. My primary monitor was on the right side.
SmartNotes Quote
10-04-2007 , 02:03 PM
Quote:
I did a "quick fix" for the miniview. Anyone who wants to do the same just change...

layout.ini:

[iPoker\10]
hotspots=509,24;609,86;509,227;609,148;313,224;113 ,225;11,147;111,23;11,79;313,21
notes=509,24;609,86;509,227;609,148;313,224;113,22 5;11,147;111,23;11,79;313,21


and in IpokerFunctions-v1.0.ahk:

if seat = 1
x := 375, y := 45
else if seat = 2
x := 459, y := 105
else if seat = 3
x := 402, y := 250
else if seat = 4
x := 461, y := 175
else if seat = 5
x := 276, y := 250
else if seat = 6
x := 153, y := 250
else if seat = 7
x := 58, y := 180
else if seat = 8
x := 162, y := 45
else if seat = 9
x := 60, y := 105
else if seat = 10
x := 265, y := 45
else return

I've tested it briefly and it seems ok. Please note that it only changes it to work for miniview, and doesn't give you a choice of which type of tables you want to use.
I've had to switch seats 3+4 and seats 8+9 above for 6max, iPoker numbering seems weird...
SmartNotes Quote
10-14-2007 , 06:20 PM
Has anyone else had trouble getting SmartNotes working since the latest Stars update (2 days ago)?

It's probably something I've changed locally but just wanted to check as I can't find anything.
SmartNotes Quote
10-14-2007 , 06:41 PM
Still no luck with two monitors on iPoker. Any of you powerful minded have a solution?
SmartNotes Quote
10-14-2007 , 09:39 PM
Quote:
Has anyone else had trouble getting SmartNotes working since the latest Stars update (2 days ago)?

It's probably something I've changed locally but just wanted to check as I can't find anything.
Not SmartNotes, but in another thread I'm still out of whack with StarReads since the updates, and even after the patches, it isn't working. It's like they've slightly moved the locations on the tables and any ahk using location as a reference, has gone bad.
SmartNotes Quote
10-24-2007 , 05:48 PM
ZOMG my prayers have been heard!

Is this fully functioning on iPoker miniview now?

tytytytyty
SmartNotes Quote
11-11-2007 , 12:00 PM


I get this when i try to run the script?
SmartNotes Quote
11-14-2007 , 09:32 PM
i copied the code from http://www.overcards.com/wiki/moin.cgi/SmartNotesParty and created a .ahk file. (the .zip download files doesnt work, starts not, error msg)


i entered my partygaming folder etc and reloaded the script, but it wont work.

import notes from the .txt file works fine, [b]but when i click at the party table in the note zone, it says "no data yet, sorry" ..."

what can i do to get smartnotes started?
SmartNotes Quote
11-15-2007 , 07:17 PM
i am really glad i found this here, but it seems i cant get it to work on iPoker (Titan).
the tables/players are not found by the script, even i think i did set up the path correctly: C:\Poker\Titan Poker\History\TTR.....

i can add play manually, thats all. the logs look like:

Log (backend.ahk).txt:

Quote:
Error in function dataStars(): 'pathStars' is incorrect or blank.
Error in function dataIpoker(): 'pathIpoker' is incorrect or blank.
Error in function hhIpoker(): No file found.

Log (prefs.ahk).txt

Quote:
Error in function dataStars(): 'pathStars' is incorrect or blank.
Error in function dataIpoker(): 'pathIpoker' is incorrect or blank.
Log (SmartNotes.ahk),txt

Quote:
Error in function dataStars(): 'pathStars' is incorrect or blank.
Error in function dataIpoker(): 'pathIpoker' is incorrect or blank.
SmartNotes Quote
11-23-2007 , 04:26 PM
Quote:


I get this when i try to run the script?
bump?
SmartNotes Quote
11-23-2007 , 09:13 PM
download the newest AKH soft
SmartNotes Quote
11-24-2007 , 11:11 PM
ty sir
SmartNotes Quote
11-29-2007 , 10:37 AM
Can someone help me out.
I play on Ipoker 6max tables. I donwloaded and installed the latest AHK. I changed the ini file and the Ipokerfunctions script as stated above.
When I click the hotspot a blue box appears that says no data yet. How can I make a note then, I thought it would pop up a notebox.
I also manualy added my self in the smartnotes GUI, but still it wont display any notes.
Th blue box with no data yet keeps popping up.
SmartNotes Quote
12-04-2007 , 12:21 PM
That box always appears when you first sit at the tables, if it still happens after a couple of minutes of posting your bb, then the script is not finding the hand histories. Make sure you have pointed the script to the right folder.
SmartNotes Quote
12-07-2007 , 09:24 AM
Hi.

Do you need to have an iPoker client open to get this to work? I have´nt used Smart Notes before today, and I was just checking out a few players in Poker Tracker and added their names and some notes in SN. But as soon as I added another player, the notes I wrote just disappear? WHY?
Am I doing something wrong here? Please explain!

// M
SmartNotes Quote
12-07-2007 , 05:26 PM
This got me too at first- you have to switch to another name after entering the notes for a player (I guess this is the save trigger). If you simply click add another, they disappear. So add notes, switch to an already existing player note in SN, switch back verify your notes, and then click add for the next one- rinse and repeat.
SmartNotes Quote
12-07-2007 , 07:23 PM
Hi and thanks!

This seems to work .

// M
SmartNotes Quote
12-10-2007 , 08:07 PM
Hi.

I´m having more problems with this script. It doesn´t show my notes as table overlays on NoIQ. I can add players and notes in the script, but when I click on a player at a table the only thing happening is that the original "note square" shows. And that square sucks!
I haven´t been able to install the latest version of AHK, ´cause for some reason it failed to "open and install AHK.exe". I don´t know if this has anyting to do with it.

Greateful for any help

// M
SmartNotes Quote
12-14-2007 , 10:21 PM
im having the same problem as miraculix also.

any insight?
SmartNotes Quote
12-24-2007 , 06:50 AM
Quote:
Originally Posted by debakel3
i am really glad i found this here, but it seems i cant get it to work on iPoker (Titan).
the tables/players are not found by the script, even i think i did set up the path correctly: C:\Poker\Titan Poker\History\TTR.....

i can add play manually, thats all. the logs look like:

Log (backend.ahk).txt:




Log (prefs.ahk).txt



Log (SmartNotes.ahk),txt
I get the same log entries.
I've run prefs.ahk and set the right PokerStars directory (C:\Program Files (x86)\PokerStars\).
When I open smartnotes.ahk and try to import Stars notes, I select notes.txt in the PokerStars directory. It says "importing notes for stars..." and finishes with 0 notes for stars imported.
SmartNotes Quote
12-24-2007 , 08:05 AM
Any chance of support for cryptologic? I play on 3 different skins & my notes are seperated out
SmartNotes Quote
01-01-2008 , 12:11 PM
Hi Roland,
I think it was several months ago I asked about Smart Notes for Full Tilt. How's it going with that? Is it available yet? Thanks.
SmartNotes Quote
SmartNotes
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
SmartNotes

      
m