Known and Reported Bugs
Cross-Hair and Cursor does not work currently on new graph window
Column Sorting on SQL Window does not work correctly
When I run IGS QL and get result and then when I click on any column to sort data the result is not sorted correctly.
When trying to dowmload CNX 500 . After 350-400 stocks . IGS hangs
This bug is fixed on Auguest 30. Users who has downloaded software before Aug 30 please make following change
1. Open run.bat file , using which you start the software
2. Make the following change, Replace line 3 with from
java -Xms128m -Xmx512m com.stockfaxforu.frontend.MainScreen -CLASSPATH %CLASSPATH%
to this
java com.stockfaxforu.frontend.MainScreen -Xms128m -Xmx512m -CLASSPATH %CLASSPATH%
