PureBytes Links
Trading Reference Links
|
Hi,
Just a guess, but maybe Title statement overrides
EnableTextOutput(False) because its sole purpose is to output text. <FONT
face=Arial size=2>You can get what you want by doing it this way
instead:
<FONT
face="Times New Roman">
_N( Title = EncodeColor<FONT
size=2>(colorWhite) + Date<FONT
size=2>() + " " +
Name() + <FONT
color=#ff00ff size=2>" " + <FONT color=#0000ff
size=2>EncodeColor(colorBlack) + <FONT
color=#ff00ff size=2>"GUPPY MA" )<FONT
size=2>;
Steve
<BLOCKQUOTE dir=ltr
>
----- Original Message -----
<DIV
>From:
Gary
A. Serkhoshian
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, October 07, 2003 9:38
PM
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.
|