PDA

View Full Version : datepicker disappearing



ratnam.alubelli
30 Apr 2008, 10:46 PM
Hi all,

I am adding date picker as one widget to the Flex table .Its disappearing some times.I am unable to see the date picker at all.I am using ext gwt1.0.

My code looks like this.

DatePicker datepicker = new DatePicker();
flexTable flexTableObj = new FlexTable();
flexTableObj .setWidget(0,0,new Label("date"));
flexTableObj .setWidget(0,1,datepicker );

did i missed anything?

Can any body help me in this regard.Thanks in advance.

Thanks&Regards
Ratnam.

ratnam.alubelli
30 Apr 2008, 11:39 PM
Hi all,
This disappearing of datepicker is happening only when i use pushButton and the focus goes to that push button.
Regards
Ratnam

darrellmeyer
4 May 2008, 7:38 PM
If you are still having problems, please post some simple sample code that shows your problems.