HearthTracker - Automated Stats Tracking! - Page 6
Forum Index > Hearthstone General |
Chandor
1 Post
| ||
Crushgroove
United States793 Posts
I've been playing a lot of ranked... and I wish I had an easier way to tell which classes I'm weakest against without pen and paper. | ||
megablue
Malaysia70 Posts
On January 01 2014 14:24 Crushgroove wrote: Desperately needs the ability to sort by matchup. I've been playing a lot of ranked... and I wish I had an easier way to tell which classes I'm weakest against without pen and paper. the feature is coming soon along with other interesting improvements. please keep in mind that i work on this during my free time. Probarbly will spend more time on it if i get more support from the Hearthstone community. | ||
Incanus
Canada695 Posts
![]() Edit: Also you can't edit Arena match results from unknown -> win anymore. | ||
Myculz
3 Posts
| ||
megablue
Malaysia70 Posts
On January 03 2014 08:37 Incanus wrote: Nice work megablue! Here are a few minor comments on existing features... Having the close button minimize the app is bad UX. Every reasonable OS allows applications to be minimized. The matches screen should sort by date and time, not by match id, and there should be a way to go back in history more than 100 matches. I understand HearthTracker is just a side project. ![]() Edit: Also you can't edit Arena match results from unknown -> win anymore. Personally, I don't like minimizing it with the close button as well. However the reasons I chose to do so are, I don't want the users accidentally closed it as most people used to the close button being use to minimize to tray. Secondly, I feel like minimizing it is a better design than hiding it in tray icon, you spend less effort to check is the app is running or not. Out of all these considerations, I made the change. Regarding matches, I don't see a good reason to go back more than 100 records. Can you tell me why do you want to check older records? I think the match result edit form is bugged, will release a quick patch soon. | ||
megablue
Malaysia70 Posts
On January 03 2014 09:38 Myculz wrote: Hello, So far I've really enjoyed the app and everything seems to be working fine, but for some reason the text of the actual window for hearthtracker is all messed up. I can read most of whats shown but certain lines the text gets cut off by a little bit, is it possible for the window to be size adjustable so that i can fit everything properly? What OS are you running? My guess is you're running Windows XP. I didn't put into considerations that the font, Segoe UI doesn't exist prior Windows Vista. If you want a temporarily fix, you can install the Segoe UI font. | ||
azcar
3 Posts
Now with 1.1.4, it shows a little popup when the mode changes, and with the new super fast scan mode, the popups just keep going and going... It's quite funny, if not so annoying. :p | ||
megablue
Malaysia70 Posts
On January 03 2014 13:08 azcar wrote: For some reason, HearthTracker has always had trouble detecting whether I'm in ranked or unranked mode. When I'm in the Play screen, even if I don't do anything (not even moving the mouse), HT will randomly toggle between ranked/unranked by itself. Usually it gets it right just before the game starts, but sometimes not. Now with 1.1.4, it shows a little popup when the mode changes, and with the new super fast scan mode, the popups just keep going and going... It's quite funny, if not so annoying. :p yup i noticed, will get it fix with a quick patch. | ||
Incanus
Canada695 Posts
On January 03 2014 12:26 megablue wrote: Regarding matches, I don't see a good reason to go back more than 100 records. Can you tell me why do you want to check older records? For example, to see how I fared when a patch came out, or to compare how many games I've been playing daily. | ||
Myculz
3 Posts
On January 03 2014 12:31 megablue wrote: What OS are you running? My guess is you're running Windows XP. I didn't put into considerations that the font, Segoe UI doesn't exist prior Windows Vista. If you want a temporarily fix, you can install the Segoe UI font. No that's not it, I'm running windows 8 and for the most part its not an issue, but for example on the tools tab the last option I can see reads as "Diagnotic T" followed by the button "isualize nov" because they get cut off. I can tell what its supposed to say however on other options I'm not quite sure what they say. | ||
megablue
Malaysia70 Posts
On January 03 2014 15:31 Incanus wrote: For example, to see how I fared when a patch came out, or to compare how many games I've been playing daily. I see. it is something that will be available on the web version - i am still working on it though. | ||
megablue
Malaysia70 Posts
On January 03 2014 15:43 Myculz wrote: No that's not it, I'm running windows 8 and for the most part its not an issue, but for example on the tools tab the last option I can see reads as "Diagnotic T" followed by the button "isualize nov" because they get cut off. I can tell what its supposed to say however on other options I'm not quite sure what they say. I don't have windows 8 though... it is hard for me to do rapid tests & development on it. I will see what I can do, but i don't feel like forking out money to buy an OS that I am not interested in using :'(. | ||
Myculz
3 Posts
On January 03 2014 16:02 megablue wrote: I don't have windows 8 though... it is hard for me to do rapid tests & development on it. I will see what I can do, but i don't feel like forking out money to buy an OS that I am not interested in using :'(. That's alright, great work anyways and it still works well enough for me to utilize, I'm no coder but my suggestion if its doable is implement the ability for the user to adjust the size of the window themselves. No rush though! keep up the good work | ||
Nodlle_____
Czech Republic2 Posts
When trying to open it regularly, it says: "The Java JAR file ... could not be launched. Check the console for possible error messages". When I attempt to run the file through Terminal, I get: Macintosh:HearthTracker-v1.1.4 User$ java -jar HearthTracker.jar ***WARNING: Display must be created on main thread due to Cocoa restrictions. Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58) Caused by: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(Unknown Source) at org.eclipse.swt.SWT.error(Unknown Source) at org.eclipse.swt.SWT.error(Unknown Source) at org.eclipse.swt.widgets.Display.error(Unknown Source) at org.eclipse.swt.widgets.Display.createDisplay(Unknown Source) at org.eclipse.swt.widgets.Display.create(Unknown Source) at org.eclipse.swt.graphics.Device.<init>(Unknown Source) at org.eclipse.swt.widgets.Display.<init>(Unknown Source) at org.eclipse.swt.widgets.Display.<init>(Unknown Source) at org.eclipse.swt.widgets.Display.getDefault(Unknown Source) at my.hearthtracking.app.HearthTrackerUpgradeUI.open(HearthTrackerUpgradeUI.java:23) at my.hearthtracking.app.MainLoader.main(MainLoader.java:31) ... 5 more ------ Seeing a message about "display" and all the small problems people had with double displays, I tried to disconnect my monitor from the notebook and run it again, but failed with the same message. Any ideas on how to solve this? I will be happy to help with testing for OS X. Thanks a lot for your work. | ||
megablue
Malaysia70 Posts
On January 03 2014 22:13 Nodlle_____ wrote: Hello. I would really like to test your application but I seem not to be able to launch it on Mac OS X Mavericks (10.9.1) When trying to open it regularly, it says: "The Java JAR file ... could not be launched. Check the console for possible error messages". ------ Seeing a message about "display" and all the small problems people had with double displays, I tried to disconnect my monitor from the notebook and run it again, but failed with the same message. Any ideas on how to solve this? I will be happy to help with testing for OS X. Thanks a lot for your work. you need to start the app with "java -XstartOnFirstThread -jar HearthTracker.jar" on OS X. However due to some unknown bugs, it cant scan on OS X yet. | ||
Kleinmuuhg
Vanuatu4091 Posts
| ||
Nodlle_____
Czech Republic2 Posts
On January 03 2014 22:23 megablue wrote: you need to start the app with "java -XstartOnFirstThread -jar HearthTracker.jar" on OS X. However due to some unknown bugs, it cant scan on OS X yet. That solved my problem. Thank you. And indeed it does not scan. Let me know if I could be of any help. | ||
SixStrings
Germany2046 Posts
| ||
Strivers
United States358 Posts
| ||
| ||