Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #211  
Old 05-05-2006, 01:01 PM
astarck astarck is offline
Senior Member
 
Join Date: Dec 2004
Location: DC area
Posts: 1,043
Default Re: iWitness v2

Once iWitness captured my instant messenger window and opened up chat windows filling each window with table names.
Reply With Quote
  #212  
Old 05-05-2006, 03:14 PM
goodguy_1 goodguy_1 is offline
Senior Member
 
Join Date: Sep 2002
Location: FL
Posts: 3,779
Default Re: iWitness v2

[ QUOTE ]
wasn't working for v2.14, but works for v2.16 although it is now hijacking my browser when searching for tables.

[/ QUOTE ]

same here

this happens when iWitness cant find a table-it will constantly scrolls thru the table-list in the lobby- when this happens it hijacks your browser and other apps inserting the table numbers incessantly-this makes using your browser nearly imposible-it happens quite often and is a serious bug.
Reply With Quote
  #213  
Old 05-07-2006, 08:50 PM
Hobbs. Hobbs. is offline
Senior Member
 
Join Date: May 2005
Location: Not Boston
Posts: 5,095
Default Re: iWitness v2

bump???
Reply With Quote
  #214  
Old 05-07-2006, 09:21 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: iWitness v2

I haven't really gotten any version after 2.10 to work properly. I still stick to that version, and it works fine for bare bone mining.

Adde
Reply With Quote
  #215  
Old 05-08-2006, 02:41 AM
MFM00 MFM00 is offline
Member
 
Join Date: Oct 2004
Posts: 69
Default Re: iWitness v2

Can we get "Stop" as a right click menu option when iWitness is in the system tray?

When iWitness gets into its "check all the tables but do nothing mood" it wrecks the interaction with other programs and itself. One can't even open iWitness to push the "Stop" button.

Absent a way to stop the runaway behaviour there is nothing to do but let it run its course - an annoyance.
Reply With Quote
  #216  
Old 05-08-2006, 07:49 PM
Mogobu The Fool Mogobu The Fool is offline
Senior Member
 
Join Date: Sep 2005
Location: On teh internets.
Posts: 617
Default Re: iWitness v2

Heh. I had iWitness repeatedly hit the "Start/Stop Timer button in my PokerTracker.
Reply With Quote
  #217  
Old 05-10-2006, 12:28 PM
Digs Digs is offline
Senior Member
 
Join Date: Nov 2004
Location: Gringoing in Buenos Aires<3
Posts: 975
Default Re: v2.16

edit:

seems to have self-fixed
wtf? but i'll take it.
____________________________________

I've scanned this thread and didn't see anyone with a similar problem, so excuse me if I'm being repetitive.

I'm using iWitness for empire, and the only problem I have is a pretty minute one.

When I first start iwitness it works like a charm, but when tables go below the # of players threshold i've set, it takes awhile to refresh the table (even though the # of players shows up in the client correctly. i.e. I'm mining 6max with min players=4, and iWitness shows 1 table correctly as having 2 players)

and when it does refresh, it will reopen tables with fewer players than the paramaters I've set.

I'm probably missing something basic (as is usually the case with me), but I really have nfc why this is happening.

if anyone has any insight to this problem, help would be much appreciated.


oh and yes, this program is awesome. a million thanks for writitng the script~
Reply With Quote
  #218  
Old 05-10-2006, 04:32 PM
yellowbastard yellowbastard is offline
Senior Member
 
Join Date: Jun 2005
Location: Atlanta, Ga.
Posts: 471
Default Re: iWitness v2

Don't know if this has been suggested yet or not but it would be cool if all the tables being observed could be minimized to the system tray using "Trayit" so I can use my computer to do other things while observing Party tables.

I have no knowledge whatsoever of AHK or programming so this might be a bogus suggestion.

Great program......Thanks!!!
Reply With Quote
  #219  
Old 05-10-2006, 05:27 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: iWitness v2

[ QUOTE ]
Don't know if this has been suggested yet or not but it would be cool if all the tables being observed could be minimized to the system tray using "Trayit" so I can use my computer to do other things while observing Party tables.

I have no knowledge whatsoever of AHK or programming so this might be a bogus suggestion.

Great program......Thanks!!!

[/ QUOTE ]

Perhaps a simple WinHide command in AHK could solve this? I'll try it out right now...

Adde
Reply With Quote
  #220  
Old 05-10-2006, 05:48 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: iWitness v2

Yes, it works, but I don't want to dive into the iWitness code since I'm not that familiar with it. In the mean time, you could use this simple script to hide all tables that Party opens up. When you exit the script (in sys tray), all hidden tables are shown again.

Adde


#SingleInstance IGNORE
#Persistent
OnExit, DoExit
SetTimer, HideAll, 500
return

HideAll:
SetTitleMatchMode, 2
WinGet, pid, PID, PartyPoker.com:
WinGet, id, list, Good Luck ahk_pid%pid% ahk_class #32770, , PartyPoker.com:
Loop, %id%
{
thisID := id%a_index%
WinHide, ahk_id%thisID%
}
return

ShowAll:
DetectHiddenWindows, on
SetTitleMatchMode, 2
WinGet, pid, PID, PartyPoker.com:
WinGet, id, list, Good Luck ahk_pid%pid% ahk_class #32770, , PartyPoker.com:
Loop, %id%
{
thisID := id%a_index%
WinShow, ahk_id%thisID%
}
return

DoExit:
gosub ShowAll
ExitApp
return
Reply With Quote
Reply


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

Forum Jump


All times are GMT -4. The time now is 11:28 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.