• Cocoon
    Cocoon
    ciVic
    Posts: 45 from 2013/6/2
    I create the Scrollgroup with

    Code:

    Child, ScrollgroupObject,
    MUIA_Scrollgroup_Contents, content = VGroupV, VirtualFrame,
    End,
    End,


    and add in a loop this

    Code:

    Object *v = (Object*)HGroup,
    GroupFrameT(date),
    Child, FloattextObject,
    MUIA_Floattext_Text, text,
    End,
    End;


    with this command

    Code:

    DoMethod(content,OM_ADDMEMBER, v);


    This way I add 10 - 20 of (different) v.
  • »18.02.14 - 19:36
    Profile