PureBytes Links
Trading Reference Links
|
Hi Yuki,
It is possible to use spaces in the column name to make them wider as desired.
ie.
AddColumn(test1,"Column1 "); //Note the spaces after the characters
Note: The trick is to right click the grid first and select 'Clear results list'.
Then it will take effect and you only need to do this once.
Regards,
William
-----Original Message-----
From: Yuki Taga [mailto:yukitaga@xxxxxxxxxxxxx]
Sent: Saturday 22 February, 2003 11:51 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] force column width on results in AA
Tomasz, (or anyone)
Is there a way to force column widths to be a specified minimum
length in AA output? It sure would be nice if I didn't have to
adjust the columns all the time after every scan or exploration. I'd
rather scroll at the bottom and adjust narrower only if I needed to,
if those were the only two choices. In Excel or other SS programs,
you can format a column to fit whatever its widest contents are. Can
we have that, or does it exist, in AB? I would like to include the
column labels in that formatting capability, too, if that's possible.
Yuki ^_^
mailto:yukitaga@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/
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/
|