Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    KDZ TreeView - larger icons?

    SDK Help
    0
    4
    416
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 20/06/2004 at 20:40, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.503 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      Hey all,

      The TreeViewCustomGui is working magnificently with a (massive) filtered directory structure.

      And I can display icons in the LV_USER column next to the LV_TREE column. But the original images are meant to be displayed at a size larger than 24x24. Is there any way to set the column width and height for the TreeViewCustomGui to accomodate this?

      Domo arigatou gozaimash*ta,
      Robert

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 22/06/2004 at 15:40, xxxxxxxx wrote:

        Okay, I can set the column width by using TreeViewCustomGui->SetColumnWidthUser(). But I cannot find a way to change the line height. Is it possible?

        Thanks,
        Robert

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 22/06/2004 at 22:11, xxxxxxxx wrote:

          I think the GUI is supposed to ask you to provide the values in
          [/CODE]  virtual LONG color=#800080GetColumnWidth(void* root, void* userdata, void* obj, LONG col);
            virtual LONG color=#800080GetHeaderColumnWidth(void* root, void* userdata, LONG col);
            virtual LONG color=#800080GetLineHeight(void* root, void* userdata, void* obj, LONG col);
          [/CODE]
          of the TreeViewFunctions class.

          1 Reply Last reply Reply Quote 0
          • H
            Helper
            last edited by

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 22/06/2004 at 22:38, xxxxxxxx wrote:

            I tried that, but it didn't appear to work. Nonetheless, I have abandoned this approach for a scroll group of BitmapButtons to the right of the TreeView - much less strain on the interface (showing icons for current folder only) and actually a brilliant solution (if I can say so myself). 🙂

            If the plugin keeps going this well (knock on MDF computer table), I may have something worth showing here soon.

            Thanks,
            Robert

            1 Reply Last reply Reply Quote 0
            • First post
              Last post