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

    BFV_BORDERGROUP_FOLD disappear

    Scheduled Pinned Locked Moved SDK Help
    10 Posts 0 Posters 1.0k 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 10/07/2012 at 05:04, xxxxxxxx wrote:

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

      ---------
      Hello,

      right now I am working on GUI (C4D R13) but have one Problem than I can not solve.

      Something like this is in the Code:

        
      GroupBegin(ID_SOMETHING, BFH_SCALEFIT | BFV_SCALEFIT, 1, 0, "Name", BFV_BORDERGROUP_FOLD);  
      {  
      AddUserArea(ID_SOMETHING_ELSE,BFH_SCALEFIT, 100 , 100);  
      }  
      GroupEnd();  
      

      The Problem is if the User close this Folding Group it just disappear

      I have found the same problem in plugincafe but without any solution.
      BFV_BORDERGROUP_FOLD

      thanks
      Remo

      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 10/07/2012 at 05:45, xxxxxxxx wrote:

        I had this problem too with my IvyGrower plugin and could not find a solution so I just made the groups non-foldable.  Seems to be a bug that creeped into R13 SDK.

        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 10/07/2012 at 06:28, xxxxxxxx wrote:

          Thank you for the answer Robert !

          Unfortunately non-foldable at all is not well for my purpose because of used GUI space ...

          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 10/07/2012 at 06:53, xxxxxxxx wrote:

            Unless you need something specific from the R13 SDK, you could always just build with the R12 SDK (there may be exceptions, but most R12 plugins work fine with R13).  Not ideal, but a potential work-around.

            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 10/07/2012 at 21:47, xxxxxxxx wrote:

              Doesn't work.  The bug shows up the same in R12 plugins running in R13 as R13 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 10/07/2012 at 22:02, xxxxxxxx wrote:

                D'oh!

                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 03/08/2012 at 02:00, xxxxxxxx wrote:

                  Thanks for replay.

                  > so I just made the groups non-foldable...
                  Finally I have do the same.

                  May be some of you will be able to see results in near future...

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

                    On 19/02/2013 at 01:54, xxxxxxxx wrote:

                    One more try to push this to the foreground... Maxon seems so responsive about everything else- why has BFV_BORDERGROUP_FOLD been ignored?

                    This folding bug has plagued our plugin for 1.5 years now. It came in r13 and still exists in r14.

                    Here is a demo:

                    Sebastian at Maxon noted that this was not in Python, but deeper in the core API and submitted a bug ticket the first week r13 came out which was great, but we have not yet heard of any solution or seen a resolution- when r14 came out, the problem persisted.

                    I really hope someone can find a workaround or encourage Maxon to post a fix!
                    Thanks

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

                      On 19/02/2013 at 04:19, xxxxxxxx wrote:

                      The bug won't be fixed for R13 or R14, you can be very sure about that.
                      You could still pack your complete dialog into a scroll-group. This would
                      not make it more overviewable, but allows you to have as many widgets
                      as you want without exceeding the screen-size.

                      -N

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

                        On 18/11/2013 at 04:07, xxxxxxxx wrote:

                        It is possible using HideElement() and a custom User area or button. See

                        https://developers.maxon.net/forum/topic/7549/9454_collapsingfoldable-groups-in-python

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