Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/07/2006 at 13:21, xxxxxxxx wrote:
User Information: Cinema 4D Version: 9.102 Platform: Windows ; Mac ; Mac OSX ; Language(s) : C++ ;
--------- I'm setting up a file search function which displays the results in a TreeViewCustomGui. It should have three columns: icon (for file or folder), filename, and path.
Setting up three columns is easy enough, but I can't get header text to display in anything but the default LV_TREE, 'tree'. The other column headers remain empty of text. I'm using LV_USER 'user' for the icon and LV_USER 'use2' for the path columns.
Thanks for any info!
On 05/07/2006 at 09:50, xxxxxxxx wrote:
Found the problem: Always good to actually make '3' columns in SetLayout() to have 3 columns. So far, very nice.