PDA

View Full Version : datepicker disappearing


ratnam.alubelli
05-01-2008, 02:46 AM
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
05-01-2008, 03:39 AM
Hi all,
This disappearing of datepicker is happening only when i use pushButton and the focus goes to that push button.
Regards
Ratnam

darrellmeyer
05-04-2008, 11:38 PM
If you are still having problems, please post some simple sample code that shows your problems.