Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A couple of questions. #27

Open
EasternSun300 opened this issue Aug 28, 2020 · 2 comments
Open

A couple of questions. #27

EasternSun300 opened this issue Aug 28, 2020 · 2 comments

Comments

@EasternSun300
Copy link

EasternSun300 commented Aug 28, 2020

Hello is the all in graph ported to qt5? it used to work before but now using your repo it is identical to the winnings graph. opened the database and values are the same for the allinev and winnings collumns. could you try to fix this? even with installed pypoker-eval graphs are the same. @ChazDazzle

EDIT - Fixed the all in ev graph being the same as the greenline

@EasternSun300
Copy link
Author

EasternSun300 commented Aug 28, 2020

Also is there an easy way of disabling play money hands for graphs and positional stats and tourney stats? delete playmoney part from filters.py?
edit add playmoney in import filters?

@EasternSun300 EasternSun300 changed the title All in graph - same as winnings graph. A couple of questions. Aug 28, 2020
@EasternSun300
Copy link
Author

EasternSun300 commented Aug 29, 2020

Also is there a way to start hud_main with --minimized?
changes in GuiAutoImport.py line 212 -
command = 'python "'+path+'\HUD_main.pyw" ' + self.settings['cl_options']
to
command = 'python "'+path+'\HUD_main.pyw --minimized" ' + self.settings['cl_options']
or
command = 'python "'+path+'\HUD_main.pyw" --minimized ' + self.settings['cl_options']
doesnt do what i want
Edit - starting fpdb.pyw with --minimized minimizes only the main window HUD_main is still maximized

EDIT - Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant