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
    • Recent
    • Tags
    • Users
    • Login

    strange slider problem

    Scheduled Pinned Locked Moved SDK Help
    9 Posts 0 Posters 635 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 17/09/2010 at 01:57, xxxxxxxx wrote:

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

      ---------
      hi, i came along a strange issue. whenever i place one of my plugin objects, may it be a generator or a shader.. the sliders dont work anymore. they halt after one move and i can only press where i want the slider to be. same for the little arrows for parameters. i cant slide the mouse to de-/ increase the values.

      any idea where to look at??

      cheers,
      ello

      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 18/09/2010 at 14:34, xxxxxxxx wrote:

        I would recommend to examine the description parameters exactly. Do you dynamically create your sliders or do you define them in a res file? What data types - percentage, real, long? Have you tested with different data types?

        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 18/09/2010 at 14:38, xxxxxxxx wrote:

          Hi, its not only my plugins but all sliders and parameters of any object, shader and just everything. as soon as one of my plugins elements is in the scene this starts to happen..

          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 22/09/2010 at 02:55, xxxxxxxx wrote:

            anyone?

            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 22/09/2010 at 06:03, xxxxxxxx wrote:

              Are you running threads or doing some other asynchronous processing in your plugins?

              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 22/09/2010 at 06:05, xxxxxxxx wrote:

                what exactly does that mean?? to be honest, i dont know if i am doing such stuff

                cheers,
                ello

                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 22/09/2010 at 08:03, xxxxxxxx wrote:

                  Without knowing the code it´s hard to figure out what the problem could be. Try to comment out your complete code in an object for example (only letting the functions return TRUE or NULL or whatever needs to be returned in the functions). Then out-comment them step by step until you encounter what causes the problem.

                  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 22/09/2010 at 08:34, xxxxxxxx wrote:

                    That's probably the best way to do it.  If I have a general idea along what code path, I will start commenting-out relevant sections that are higher level and work my way down to specific sections or even lines of code.

                    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 22/09/2010 at 11:12, xxxxxxxx wrote:

                      thanks for your replies. i'll do it that way..

                      cheers,
                      ello

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