BFV_BORDERGROUP_FOLD disappear
-
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_FOLDthanks
Remo -
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.
-
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 ...
-
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.
-
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.
-
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!
-
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...
-
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 -
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
-
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