PureBytes Links
Trading Reference Links
|
Gary,
This is so because commentary/interpretation does not yet
support color-coded output.
But will in not too distant future.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE dir=ltr
>
----- Original Message -----
<DIV
>From:
Gary
A. Serkhoshian
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, October 08, 2003 3:38
AM
Subject: [amibroker] EnableText=False not
preventing gibberish in Interpretation Window
Hi again,
While on the subject of text output. Why can't the code below using
EnableTextOutput<FONT
size=2>(False); prevent gibberish from showing up in the interpretation
window? I'd only want the "TEST COMMENTARY" message.
I get the following in interpretation window with the code at bottom:
Date: 10/7/2003
\c5510/7/2003 IWM \c16GUPPY MATEST
COMMENTARY
<FONT color=#0000ff
size=2>
CODE
BEGINS:
E<FONT color=#0000ff
size=2>nableTextOutput(False);
Title = EncodeColor<FONT
size=2>(colorWhite) + <FONT color=#0000ff
size=2>Date() + "
" + Name<FONT
size=2>() + " " +
EncodeColor<FONT
size=2>(colorBlack) + "GUPPY
MA";
EnableTextOutput(True);<FONT
color=#008000 size=2>
//INTERPRETATION WINDOW COMMENTARY BEGINS<FONT face=Arial
color=#ff00ff size=2>
"TEST COMMENTARY";
Do you Yahoo!?<A
href="">The
New Yahoo! Shopping - with improved product search Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
<IMG
src="">
Yahoo! Groups Sponsor
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 the Yahoo! Terms of Service.
|