From: Sean H. <jal...@ho...> - 2002-04-12 13:49:49
|
>I'm still trying to do to do two colums but no results. I also tryed to >count the length of the string and it works good on stdout but no in the >window , It might work in the window if you used a monospaceed font, but a better idea is probably to use a ListView with -nocolumnheader => 1, (this option is undocumented) and just put your text in two different columns. The only problem is that ListView does not indent, so you'll have to prepend whitespace to your entries. And if you want images, there may not be a way at all to indent the images. (In that case, you'll probably have to use a monospaced font.) If this works, please send me a copy of the successful code. A multi-column treeview seems like something I'd want to have around. _________________________________________________________________ Join the worlds largest e-mail service with MSN Hotmail. http://www.hotmail.com |