fpdb-chaz icon indicating copy to clipboard operation
fpdb-chaz copied to clipboard

A couple of questions.

Open EasternSun300 opened this issue 4 years ago • 2 comments

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 avatar Aug 28 '20 22:08 EasternSun300

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 avatar Aug 28 '20 22:08 EasternSun300

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

EasternSun300 avatar Aug 29 '20 00:08 EasternSun300