Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/01/2003 at 16:03, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.020 Platform: Mac ; Language(s) : C.O.F.F.E.E ;
--------- Well, it's not the scroll group that isn't working. It's the text inside. After doing this:
AddScrollGroupBegin(200010, BFV_SCALEFIT,SCROLLGROUP_VERT); AddGroupBeginV(200013,BFV_TOP|BFH_SCALEFIT,1,"",0); { AddStaticText(200011, BFV_TOP|BFH_FIT, 350, 200, helptxt,0); } AddGroupEnd(); AddScrollGroupEnd();
All I get is a single line of text (and the helptxt variable contains a loooooong text) vertically centered. I even have to scroll down to see some text. All I want is the text to appear left and top aligned. How can I do it? Thank you in advance.
Rui Batista
On 16/01/2003 at 18:01, xxxxxxxx wrote:
I think static text fields are always just one line. You should use MultiLineEdit instead.