Sorry, because I am newbie with Qtstalker. I am using Snow Leopard and I did step by step with the instructions in this link to run this app. When compile the app, I had error in Qtstalker.cpp
(line 337
) because the DBPluginFactory
is not defined in scope, so I comment the code using that class. Everything still be ok when I compile (make
) and install (sudo make install
). After that, I run app at this location (/usr/local/bin/qtstalker.app
), the app starts well but nothing on the chart screen, the screen is empty with black color.
My questions are:
How to load data on the screen, I would like to add some data from Finance Yahoo. I found Yahoo plug-in on the panel at the right side, but after I configure, add some symbols, I received this:
*** Starting history download ***
AA:504 records imported
AXP:503 records imported
BA:504 records imported
BAC:504 records imported
CAT:504 records imported
*** Download finished ***
But nothing happens on the chart screen. I think the data is imported. Would you please show me how I can load chart data on screen.
Do we have error log for our application and where the error log file?
Did my comment action in
Qtstalker.cpp
cause this problem, the chart can not be displayed?
I would appreciate with your help. Thank you.