Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DynamicForm setGroupTitle bug

    v8.3d_2012-11-19/PowerEdition Deployment (built 2012-11-19) with Chrome and Firefox latest versions.

    Group name is shown incorrectly (screenshot) (and should be like http://www.smartclient.com/smartgwt/..._form_spanning)

    Code:
    DynamicForm templatesForm = new DynamicForm();
    templatesForm.setMargin(10);
    templatesForm.setPadding(10);
    templatesForm.setIsGroup(true);
    templatesForm.setNumCols(7);
    templatesForm.setGroupTitle("Шаблоны");
    ...
    Upd. Seems like it's because of setMargin. Workaround is to wrap form with layout with margin.
    No need to reply.
    Attached Files
    Last edited by vostapenko; 21 Nov 2012, 03:07.
Working...
X