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

    Slider Difficulty

    SDK Help
    0
    4
    468
    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

      On 08/07/2016 at 16:29, xxxxxxxx wrote:

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

      ---------
      Hello,

      I've been working on a plugin that displays GeUserAreas which correspond to archived materials. For the display I have a slider which allows the user to adjust how many GeUserAreas they want displayed on the screen at one time. This system works fine on Windows even with high numbers of GeUserAreas.

      On Mac I start to have odd behavior from the slider. Clicking on the slider at various points doesn't cause it to move, sometimes when it does move it only goes down one step.

      I was able to recreate these problems by just having a newly created slider cause a 300 millisecond wait when moved. Using this slider on Windows still works correctly.

      I'm not very familiar with Macs so I'm not sure what the best workaround is for this problem. Is this just a problem I'll have to live with since Macs don't handle things in the same way as Windows.

      Any help would be greatly appreciated,

      Johan. H

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

        On 11/07/2016 at 08:36, xxxxxxxx wrote:

        Hi,

        we are not aware of any issues with sliders on the Mac.
        So I guess, we will need some more details here.
        Are you talking about the standard sliders in C4D or some custom sliders you implemented in the GeUserArea?
        Can you provide us with some code, so we can reproduce your issues?

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

          On 11/07/2016 at 14:17, xxxxxxxx wrote:

          I think I managed to find the problem inside my code. When cleaning up my doe I accidentally left a stray GetInputState inside my Message function that was causing the code controlling my slider to become sidetracked when clicked repeatedly.

          Johan. H

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

            On 12/07/2016 at 00:14, xxxxxxxx wrote:

            So just for everybody visiting this thread, you are creating your own custom slider in a GeUserArea, right?

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