PureBytes Links
Trading Reference Links
|
Hello,
Indeed 3.2.2G beta version does not work with QT plugin.
The reason is that QuoteTracker main window title
has been changed from "Medved QuoteTracker" to
"Default Portfolio - Medved QuoteTracker"
and this causes problem because plugin searches
the QuoteTracker window using:
BOOL IsQuoteTrackerRunning( void )
{
return FindWindow( "TApplication", "Medved QuoteTracker" ) != NULL;
}
And if it can not find this window it says that QuoteTracker
is not running and reports "Disconnected" state.
Please use version 3.2.2F until a workaround is implemented.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "hairy_mug" <WSCHWARZ@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, June 24, 2003 3:54 PM
Subject: [amibroker] Re: QT3.2.2G feed not working
> I also had to go back to 'f' version...
> I think I read somewhere that they are reworking the server engine...
>
> Walt
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> > Anyone else having trouble with AB getting data from QT latest Beta
> 3.2.2G.
> > I returned to QT3.2.2F and works ok
> >
> >
> > Cheers,
> > Graham
> >
> > <http://groups.msn.com/ASXShareTrading>
> > http://groups.msn.com/ASXShareTrading
> >
> > <http://groups.msn.com/FMSAustralia>
> http://groups.msn.com/FMSAustralia
>
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|