One way to get more replies to your postings is to
use a succinct, searchable subject line. "Need Help" is one that many
people will just ignore, especially since this group is so active.
Try "Need code to show tooltip when mousing over
watchlist"
Brian
----- Original Message -----
Sent: Wednesday, June 29, 2005 5:11
AM
Subject: [amibroker] Need help
I posted this problem and got no reply, may be I will get
the help on my second post?
I am trying to show each
ticker/symbol on the tooltip as I move my mouse over each line (I have 10
tickers on my watchlist).
My AFL code (below) doesn't seem to do it,
anybody could help me with this? (there are 10 lines on the screen and I
wanted just ONE symbol to be shown on the tooltip as I move my mouse over
each line).
Thanks,
Gary
AFL
code: ---------
ListNames = CategoryGetSymbols(categoryWatchlist,
0);
for( i = 0; ( Symbol = StrExtract( ListNames, i ) ) != ""; i++
) { ToolTip = Symbol; Plot(Foreign(Symbol, "C"), Symbol, i + 1,
styleLine | styleNoTitle); }
Please
note that this group is for discussion between users only.
To get
support from AmiBroker please send an e-mail directly to SUPPORT {at}
amibroker.com
For other support material please check also: http://www.amibroker.com/support.html
---- LSpots keywords ?>---- HM ADS ?>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
---- LSpots keywords ?>
---- HM ADS ?>
YAHOO! GROUPS LINKS
|