Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software

Notices

Software Discussions about gambling-related and poker software.

Reply
 
Thread Tools Display Modes
Old 08-18-2009, 03:00 PM   #31
adept
 
Pinocchio's Avatar
 
Join Date: May 2008
Location: balancing preflop folding ranges
Posts: 798
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

TYVM got it working
Pinocchio is offline   Reply With Quote
Old 08-18-2009, 03:10 PM   #32
Carpal \'Tunnel
 
fozzy71's Avatar
 
Join Date: Mar 2007
Posts: 29,180
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

Apparently there is some sort of a bug or maximum characters per hotkey??

It starts 'dinging' repeatedly, and my FF3 Find/Search bar comes up. I can see the code being slowly entered into the find box, but it basically crashes my browser (forces me to end my firefox.exe process to make it stop.


This quote is missing a substantial portion of the string. Should I try editing the string to remove all the line breaks I use, and replace them with a numbered or bullet list?? I will report back shortly.


The actual code is tagged below the quote in it's entirety.


Quote:
Originally Posted by fozzy71 View Post
Vista: Turn off UAC - http://www.holdemmanager.net/faq/afm....aspx?faqid=73

Turn off Windows Firewall for installing HM and PostgreSQL. Once you get those installed you can add exceptions to the firewall. If you have a 3rd party firewall, uninstall it completely before installing HM/SQL - http://www.holdemmanager.net/faq/afm...aspx?faqid=171


Before you uninstall HM:

I want to re-install Holdem Manger without losing all of my settings and preferences. Can this be done?

You want to make sure you backup your Processed/Archived hand histories, your entire \config folder, and your exportednotes file. I usually just copy my entire \Holdem Manager directory.

I would also make sure you manually export the database to hand history text files:

HM > Options > Database Management > Connect > Export Hands

How do I export or import hands into and from Holdem Manager?


Make sure you copy that folder as well as the other stuff I mentioned.

This helps to insure that if anything goes wrong with the backup/restore, you can manually import the exported files to rebuild.




For uninstalling SQL please follow these steps:


-Uninstall PostgreSQL from the Windows Control Panel.

- manually delete the Program Files\Postgresql folders
- run the command - start > run > cmd >

PHP Code:
net user postgres /delete 
- reboot.
- install PostgreSQL again, with your firewall uninstalled or turned off if windows firewall, using these directions and postgresql.zip version.

http://www.holdemmanager.net/faq/afm...aspx?faqid=176


Logging:

I would suggest you turn off logging on your new SQL installation as well as these other performance improvements - Top 10: HEM performance increase tips


To turn off logging, follow these instructions. This is the first thing I do anytime I install SQL for someone.

- Start > My Computer > Tools > Folder Options > View > UnCheck 'Hide Extensions for known file types' > OK

- C:\Program Files\PostgreSQL\data\postgresql.conf > Right-Click > Open With.. > NotePad > Check 'Always use this program'

- Scroll about half way down to ~Lines 245 - 260:

- The last line of this block of code, for the 'logging_collector', must be changed from On to Off.

[php]------------------------------------------------------------------------------
# ERROR REPORTING AND LOGGING
#------------------------------------------------------------------------------

# - Where to Log -

log_destination = 'stderr'









Code:
::reinstallhmandsql::
(
Vista:  Turn off UAC - http://www.holdemmanager.net/faq/afm....aspx?faqid=73

Turn off Windows Firewall for installing HM and PostgreSQL.  Once you get those installed you can add exceptions to the firewall.  If you have a 3rd party firewall, uninstall it completely before installing HM/SQL - http://www.holdemmanager.net/faq/afm...aspx?faqid=171


Before you uninstall HM:

I want to re-install Holdem Manger without losing all of my settings and preferences. Can this be done?

You want to make sure you backup your Processed/Archived hand histories, your entire \config folder, and your exportednotes file.  I usually just copy my entire \Holdem Manager directory.  

I would also make sure you manually export the database to hand history text files:

HM > Options > Database Management > Connect > Export Hands

How do I export or import hands into and from Holdem Manager?


Make sure you copy that folder as well as the other stuff I mentioned.

This helps to insure that if anything goes wrong with the backup/restore, you can manually import the exported files to rebuild.




For uninstalling SQL please follow these steps:

-Uninstall PostgreSQL from the Windows Control Panel.  

- manually delete the Program Files\Postgresql folders
- run the command - start > run > cmd >

PHP Code:
net user postgres /delete 
- reboot. - install PostgreSQL again, with your firewall uninstalled or turned off if windows firewall, using these directions and postgresql.zip version. http://www.holdemmanager.net/faq/afm...aspx?faqid=176 Logging: I would suggest you turn off logging on your new SQL installation as well as these other performance improvements - Top 10: HEM performance increase tips To turn off logging, follow these instructions. This is the first thing I do anytime I install SQL for someone. - Start > My Computer > Tools > Folder Options > View > UnCheck 'Hide Extensions for known file types' > OK - C:\Program Files\PostgreSQL\data\postgresql.conf > Right-Click > Open With.. > NotePad > Check 'Always use this program' - Scroll about half way down to ~Lines 245 - 260: - The last line of this block of code, for the 'logging_collector', must be changed from On to Off.
PHP Code:
------------------------------------------------------------------------------# ERROR REPORTING AND LOGGING#------------------------------------------------------------------------------# - Where to Log -log_destination 'stderr'        # Valid values are combinations of                    # stderr, csvlog, syslog and eventlog,                    # depending on platform.  csvlog                    # requires logging_collector to be on.# This is used when logging to stderr:logging_collector off        # Enable capturing of stderr and csvlog 
File > Save; File > Close Start > Programs > PostgreSQL 8.3 > Reload Configuration. *edit: - Start > My Computer > C:\Program Files\PostgreSQL\data\pg_log, or C:\Program Files (x86)\PostgreSQL\data\pg_log, if you have 64 bit Vista. Delete all files in that folder. And it might be a good idea to empty your recycle bin at that point, or use a 3rd party utility like CCleaner to clean up all your junk/temporary files. You want to do this before you get to the vacuum and defrag process. Now you should be ready to do a bulk Import From Folder Make sure you have the latest HM Beta installed: HM > Import From Folder > point at your exported text files folder you made earlier. \RVG Software\Holdem Manager\HandHistoryExport_YourDataBaseName When reinstalling HM, install the full setup, then the latest beta patch and finally your config folder if you want to use your previous hud configs. 1) Make a backup of your C:\Program Files\RVG Software\Holdem Manager\Config folder, and other important files mentioned earlier. 2) Uninstall HM with Revo Uninstaller 3) Go to Program Files and delete the RVG Software directory, or the equivalent for Vista 4) Reboot your computer 5) Install the complete setup of HM: http://rvgsoftware.fileburst.com/holdemmanager.zip 7) Download the latest patch HM: http://rvgsoftware.fileburst.com/HmBetaUpdate.exe 8) Test if it for a while and see if it work 9) Close down Holdem Manager and copy the config folder from step 1 and copy and overwrite it to your C:\Program Files\RVG Software\Holdem Manager\Config folder, and import any notes and hands/database. 10) Test if it works again for a while )
fozzy71 is online now   Reply With Quote
Old 08-19-2009, 02:10 PM   #33
enthusiast
 
beyond_all_that's Avatar
 
Join Date: Aug 2008
Location: Down at the station
Posts: 70
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

Some more Abbs

BBB : BING BLANG BLAOW
BBB1: <nick> IN THA HOUSE
BBB2: I JUST WON $50.00 FROM YOU
BBB3: U COULD HAVE USED IT TO BUY SOME FOOD
BBB4: BUT YOU CANT NOW
BBB5: CUZ IMMA CASH IT OUT
BBB6: AND RUB IT ON MY TITT1ES
BBB7: $50 > Bankwire > ATM > Titt1es
beyond_all_that is offline   Reply With Quote
Old 09-04-2009, 05:57 PM   #34
Carpal \'Tunnel
 
fozzy71's Avatar
 
Join Date: Mar 2007
Posts: 29,180
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

Quote:
Originally Posted by fozzy71 View Post
......

Ship me your stars name again. I owe you a donation.

Last edited by fozzy71; 09-04-2009 at 05:57 PM. Reason: Plz let me give you some money.
fozzy71 is online now   Reply With Quote
Old 09-07-2009, 12:51 AM   #35
adept
 
1meandog4u's Avatar
 
Join Date: Apr 2007
Location: Ontario, CA (California not Canada)
Posts: 1,155
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

Sorry to go off topic in this thread, but could someone who is adept at AHK code please check out the StarsRead AHK thread and see if you can see an easy fix.

http://forumserver.twoplustwo.com/45...l#post12965493

It's just reading the USD changes to the table titles and HH's and going crazy since the most recent update on PS's. Thanks

Dog
1meandog4u is offline   Reply With Quote
Old 10-12-2009, 05:58 PM   #36
centurion
 
Join Date: Sep 2009
Posts: 160
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

Is there any way to use hotkeys instead?

Example. I hit F6, it types in

Hi Everlong

Thank you.
Kristen S is offline   Reply With Quote
Old 10-12-2009, 11:11 PM   #37
Entremanure
 
King Spew's Avatar
 
Join Date: Apr 2006
Location: Too late. Axe in the minivan
Posts: 8,004
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

No. Pressing a key that does not input a physical character on the screen won't be able to do what you want. Even adding CTL (^) key probably won't work. Haven't tried tho.

I suppose you use a program that changes up each key's function, but to me, this hardly seems the answer you are looking for
King Spew is offline   Reply With Quote
Old 12-11-2009, 12:19 PM   #38
banned
 
Sorrybadbeat's Avatar
 
Join Date: Mar 2008
Location: New Brunswick
Posts: 1,062
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

is there any way to make this so you dont have to hit enter to get the note to show up?
Sorrybadbeat is offline   Reply With Quote
Old 02-02-2012, 10:18 AM   #39
Carpal \'Tunnel
 
fozzy71's Avatar
 
Join Date: Mar 2007
Posts: 29,180
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

Quote:
Originally Posted by Sorrybadbeat View Post
is there any way to make this so you dont have to hit enter to get the note to show up?
I believe you have to hit space or enter after the hotstring to fire the noteabb. If you didnt have to do that it would cause problems if you used the same hotstring as a portion of another hotstring.

Last edited by fozzy71; 02-02-2012 at 10:18 AM. Reason: bump so it doesnt get archived in pending 2+2 update
fozzy71 is online now   Reply With Quote
Old 03-10-2012, 09:01 PM   #40
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 8,504
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

bump for fozzy / everlong - any chance either of you could post the script inline (or PM it to me) due to overcards not coming back online ever imo.

went to link someone to this in a PM just now and

TY
_dave_ is offline   Reply With Quote
Old 03-11-2012, 10:50 AM   #41
Carpal \'Tunnel
 
fozzy71's Avatar
 
Join Date: Mar 2007
Posts: 29,180
Re: New AHK script: NoteAbbs - Hotstring manager for notes chat etc

I have recently quit using this in favor of a commercial product Breevy.

Code:
;
; AutoHotkey Version: 1.x
; Language:       English
; Platform:       Win9x/NT
; Author:         A.N.Other <myemail@nowhere.com>
;
; Script Function:
;	Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
#SingleInstance, force
#Persistent
Menu, Tray, Add, Show_Gui
FileRead, temp, %A_scriptname%
pos:=InStr(temp, "HOTSTRINGS:", CaseSensitive = False, StartingPos = 650) + 10
StringTrimLeft, HotStringList, temp, %pos%
GuiBuild()
return
GuiBuild() {
global
StringTrimLeft, hlist, hotstringlist, 4
StringReplace, hlist, hlist, ::, §, all
StringReplace, hlist, hlist, `r,, all
StringReplace, hlist, hlist, `n,, all
StringSplit, list, hlist, §
Gui, color, 555444
Gui, +toolwindow
Gui, font, s10 w725, Tahoma
Gui, add, text, , Add hotstring:
Gui, add, edit, w150 vNewAbb, 
Gui, add, text, , Full phrase:
Gui, add, edit, W250 vNewPhrase
Gui, add, button, gAdd, &Add
Gui, add, text, , Right click to delete entry
Gui, add, ListView, BackgroundSilver sort x10 w250 h325, Hotstring|Phrase
c1:=1
c2:=2
x:=list0/2
Loop %x%
{
f1:=list%c1%
f2:=list%c2%
LV_Add("", f1, f2)
LV_ModifyCol(Sort) 
c1:=c1+2
c2:=c2+2
}
;Gui, add, button, gDisplay, &Display abbreviations
Gui, add, button, gRunBkgr, &Run in background
Gui, add, button, gClose, &Close and Exit

Gui, show,, Notes & Chat abbreviations
}

GuiClose:
ExitApp 


Show_Gui:
Gui,  show
return

Add:
Gui, submit, nohide
HotstringList:=HotstringList . "::" . NewAbb . "::" . NewPhrase . "`r`n"
FileDelete, %A_Scriptname%
StringLeft, script, temp, %pos%
FileAppend, %script%, %A_Scriptname%
FileAppend, %HotstringList%, %A_Scriptname%
reload
return

GuiContextMenu:
if A_GuiEvent = RightCLick
{
LV_GetText(c1Text, A_EventInfo,1) 
LV_GetText(c2Text, A_EventInfo,2)
MsgBox, 1,Delete entry?, Delete entry`r%c1text% = %c2text% ?
}
ifmsgbox OK
{
delstring:="::" . c1text . "::" . c2text . "`r`n"
;msgbox %delstring%
StringReplace, hotstringlist, hotstringlist, %delstring%,, all

FileDelete, %A_Scriptname%
StringLeft, script, temp, %pos%
FileAppend, %script%, %A_Scriptname%
FileAppend, %HotstringList%, %A_Scriptname%
reload
return
}

ifmsgbox Cancel
return
RunBkgr:
Gui, hide
return

Close:
Process, Close, hotstrings.ahk
~^!q::
ExitApp
return

ExitApp
return

;====HOTSTRINGS:
fozzy71 is online now   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 06:02 PM.


Powered by vBulletin®
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive