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

    Radiobuttons in VP-Plugins

    General Discussion
    0
    5
    936
    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 02/05/2003 at 11:04, xxxxxxxx wrote:

      Hi,
      I want to write a non-photoreaistic renderer but before I started I want to make the layout. In that layout I need radiobuttons, but I don't find a function for it.  I find the Radiogroup-function but this one works only for Dialogs  and because I write a VP-Plugin which you can find at the Render-Settings --> Effecte it dosen't work because that isa descrption.
      Has anybody a solution or idea for that problem?
      Thanks
      Cathleen

      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 03/05/2003 at 11:11, xxxxxxxx wrote:

        Found in the SDK HTML documentation at the following:

        R8SDKHTML2003-03-19%20Folder/pages/dialog_resource/doc_RADIOGROUP547.html

        bt

        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 03/05/2003 at 11:19, xxxxxxxx wrote:

          I haven´t checked the link but it sounds it is for dialog resources. But not for description resources. And afaik there is no radio group description resource avaiable (though not 100% sure). But why don´t you use a dropdownmenü? It has the same effect.
          LONG ID_NAME
          {
                CYCLE { SUB_IDS; }
          }
          You could also use checkboxes and handle the checkbox changes yourself.
          Best
          Samir

          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 03/05/2003 at 12:56, xxxxxxxx wrote:

            Ahh, your right. I have kind of lost track of the real parameter descriptions. Brain doing too many things right now.

            bt

            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 04/05/2003 at 06:19, xxxxxxxx wrote:

              The think with the dropdown menu sounds good. It's a good idea.
              Thanks
              Cathleen

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