There's a problem with composites (they are really screwed up). Changing

    protected void registerWidgetTag(String name, Class widgetClass) {
        registerWidgetTag(name, widgetClass, SWT.DEFAULT);
    }
to 

    protected void registerWidgetTag(String name, Class widgetClass) {
        registerWidgetTag(name, widgetClass, SWT.NULL);
    }

fixes it. Dunno what effect this has on the other widgets but it seems to 
work OK. In the docs I've seen, they use NULL instead of DEFAULT. Could 
you please update it?

Cheers,

Dag

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to