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

    Edit a Long Cycle Combobox

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 152 Views
    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 Offline
      Helper
      last edited by

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

      On 30/03/2008 at 12:53, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   10.5 
      Platform:      Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Hi!

      Sorry for a new question.
      (My plugin becomes ready soon, so your help is no forlorn hope 🙂 )

      I have a problem with a Checkbox Port. I have a Port (datatype = long) with a predefined sets of values (normal checkbox).

      When nothing is connected to the inport, I am able to edit the inport-values in the AM (naturally). But when I want to change the settings, nothing happens. I can't change the value. Does someone has an idea?

      Here is the code-piece of my res-File:

      GROUP ID_GVPORTS
      {

      LONG in_phys {INPORT; CREATEPORT;
           CYCLE{
                idCheck1;
                idCheck2;
                idCheck3;
           }}

      }

      Thanks a lot 🙂

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

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

        On 31/03/2008 at 06:45, xxxxxxxx wrote:

        have you enumerated idCheck1,2,3 in the header file?

        cheers,
        Matthias

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