The activex control seems to be working most of the time, but there are times when I select a new symbol, to receive updated real time quotes, esignal and my VB app just freeze up on me...if I just shut down esignal and the data manager and then start it up again then run my app it instantly freezes. the only thing that fixes it is if I completly reboot my pc.
I am just getting real time real time price updates using requestSymbol. I am releasing the symbol each time I either close the application or I change symbols. Also I am just using getBasicQuote in my onQuoteChanged handler...
Please let me know what else I am missing or what else I need to fix this because as of right now this is pretty unusable...
Thanks,
Eric
I am just getting real time real time price updates using requestSymbol. I am releasing the symbol each time I either close the application or I change symbols. Also I am just using getBasicQuote in my onQuoteChanged handler...
Please let me know what else I am missing or what else I need to fix this because as of right now this is pretty unusable...
Thanks,
Eric
Comment