Hi Patrick,

Here you can find my UiBinder code. 

UiBinder
=======

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent";>
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" 
xmlns:b="urn:import:com.github.gwtbootstrap.client.ui"
xmlns:d="urn:import:com.github.gwtbootstrap.datepicker.client.ui">

<g:HTMLPanel>
    <g:PopupPanel ui:field="popup">

<b:AccordionGroup ui:field="scheduleWidgetAccordianGroup"
heading="Period 1" defaultOpen="true" 
addStyleNames="scheduleWidgetAccordianGroup">
 <b:Form type="HORIZONTAL" addStyleNames="scheduleWidget">

<b:ControlGroup ui:field="datesControlGroup">
<b:ControlLabel>
<ui:msg key="widget.controlLabel.date">Date</ui:msg>
:
</b:ControlLabel>
<b:Controls ui:field="dateBoxesControl">
<g:FlowPanel addStyleNames="scheduleDropdownPanel">
<d:DateBox ui:field="fromDate" autoClose="true"/>
<b:Icon type="ARROW_RIGHT" />
<d:DateBox ui:field="toDate" autoClose="true"/>
<b:Button icon="PLUS_SIGN" type="LINK" ui:field="addDateButton"
addStyleNames="schedulePlusSign" />
</g:FlowPanel>
</b:Controls>
</b:ControlGroup>
</b:Form>
</b:AccordionGroup>
         </g:PopupPanel>
</g:HTMLPanel>
</ui:UiBinder> 


Class file
=======

popup.show(); - Now the popup will appear but I'm not able to select any 
date at all.





On Wednesday, March 12, 2014 5:55:10 AM UTC+5:30, Patrick Tucker wrote:
>
> Maybe provide some code?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to