Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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

    Creating separators in combo boxes [SOLVED]

    ResEdit
    0
    3
    1.4k
    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 24/09/2003 at 07:31, xxxxxxxx wrote:

      User Information:
      ResEdit Version:   R8

      ---------
      What is the correct way to add separators to combo boxes:

      In older versions of Resedit I used to type:

      0,ITEM1,
      1,ITEM2,
      3,-,
      4,ITEM3,
      5,ITEM4,

      And it worked...
      Now, I can still do the same and it works but, as soon as I save, I get an error when I open it again telling me that the "-" is not defined. Please, help me. Thank you in advance

      Rui Batista

      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 24/09/2003 at 08:08, xxxxxxxx wrote:

        You should create an empty dummy string. Choose Language/Edit String table and add the string there. The resource should be

        0,ITEM1,
        1,ITEM2,
        3,IDS_DUMMY,
        4,ITEM3,
        5,ITEM4,

        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 24/09/2003 at 08:16, xxxxxxxx wrote:

          Thank you!!! Worked like a charm 🙂
          I wish there was a little manual for resedit. it is a very simple tool but there are a few things that would benefit from proper documentation.

          Rui Batista

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