The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
ScrollGroup - StatusBar
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/07/2009 at 05:14, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 6
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;---------
How can I set the string to a ScrollGroup StatusBar?
Dialog resource code:
> <code>
> SCROLLGROUP
> {
> SCROLL_H;
> SCROLL_V;
> SCROLL_STATUSBAR;
> }
> </code>COFFEE code:
> <code>
> AddScrollGroupBegin(1,BFV_SCALEFIT|BFH_SCALEFIT,SCROLLGROUP_STATUSBAR);
> // gadgets...
> AddScrollGroupEnd();
> </code>Anybody knows???