Component problem

1 view
Skip to first unread message

Christian Boulanger

unread,
Apr 15, 2010, 4:48:34 PM4/15/10
to qxtran...@googlegroups.com
Hi Siarhei,

You probably have no time to address this, but I wanted to let you know:

I have a problem with the situation when a component's top node is a <qx:widget>

<?xml version="1.0" encoding="utf-8"?>
<qxt:component
  author="Christian Boulanger"
  className="bibliograph.ui.main.DatasourceList"
  tagName="datasourceList"> 
  
      <qx:widget 
        id="datasourcePanel"
        qxt:class="collapsablepanel.Panel"
        caption="Datasource"
        qxt:flex="1"
        value="false"
        appearance="collapsable-panel-classic">
      </qx:widget>
  
/qxt:component>

doesn't work, I need to add a <qx:composite> for it to be recognized:

<?xml version="1.0" encoding="utf-8"?>
<qxt:component
  author="Christian Boulanger"
  className="bibliograph.ui.main.DatasourceList"
  tagName="datasourceList"> 

  <qx:composite>
    <qx:hbox>
      <qx:widget 
        id="datasourcePanel"
        qxt:class="collapsablepanel.Panel"
        caption="Datasource"
        qxt:flex="1"
        value="false"
        appearance="collapsable-panel-classic">
      </qx:widget>
    </qx:hbox>
  </qx:composite>
</qxt:component>

Should I open a bug in the qooxdoo bugzilla for this?

Best,

Christian

Siarhei Barysiuk

unread,
Apr 16, 2010, 3:35:27 AM4/16/10
to qxtran...@googlegroups.com
Hi Christian,

Yes please, I'll take a look into this.

Thanks,
Siarhei


--
You received this message because you are subscribed to the Google Groups "QxTransformer" group.
To post to this group, send email to qxtran...@googlegroups.com.
To unsubscribe from this group, send email to qxtransforme...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/qxtransformer?hl=en.

--
You received this message because you are subscribed to the Google Groups "QxTransformer" group.
To post to this group, send email to qxtran...@googlegroups.com.
To unsubscribe from this group, send email to qxtransforme...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/qxtransformer?hl=en.

Christian Boulanger

unread,
Apr 16, 2010, 4:08:05 AM4/16/10
to qxtran...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages