Re: DateBox DatePicker popup is not showing up!

2014-03-14 Thread Muthu Selvam
Also i added below css to PopupPanel but its not reflect any more.
 


.dateBoxPopup { 
z-index: 100; 
}

Hoping positive reply from you!!! Thanks!!!

On Friday, March 14, 2014 3:04:03 PM UTC+5:30, Muthu Selvam wrote:
>
> Hi Patrick,
>
> Here you can find my UiBinder code. 
>
> UiBinder
> ===
>
> http://dl.google.com/gwt/DTD/xhtml.ent";>
>  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">
>
> 
> 
>
>  heading="Period 1" defaultOpen="true" 
> addStyleNames="scheduleWidgetAccordianGroup">
>  
>
> 
> 
> Date
> :
> 
> 
> 
> 
> 
> 
>  addStyleNames="schedulePlusSign" />
> 
> 
> 
> 
> 
>  
> 
>  
>
>
> 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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: DateBox DatePicker popup is not showing up!

2014-03-14 Thread Muthu Selvam
Hi Patrick,

Here you can find my UiBinder code. 

UiBinder
===

http://dl.google.com/gwt/DTD/xhtml.ent";>






 



Date
:












 

 


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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: DateBox DatePicker popup is not showing up!

2014-03-11 Thread Patrick Tucker
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: DateBox DatePicker popup is not showing up!

2014-03-11 Thread Muthu Selvam
Hi All,

Can any one help me ???

Here the main widget as GWT PopupPanel inside that we are creating two 
DateBox (com.github.gwtbootstrap.datepicker.client.ui.DateBox) but i'm not 
able to select any date events. This issues happen only in popup. Any one 
knows this issue to fix ?


Advance Thanks




On Thursday, October 3, 2013 2:55:50 PM UTC+5:30, Sandeep Shukla wrote:
>
> Thanks a ton !! This was a life saver :) 
>
> On Monday, June 1, 2009 1:10:35 AM UTC+5:30, John_Idol wrote:
>>
>> my BAD --> had a look with firebug and it was there behind the rest of 
>> the stuff, I just had to define the following css class: 
>>
>> .dateBoxPopup { 
>> z-index: 100; 
>> } 
>>
>> On May 31, 8:32 pm, John_Idol  wrote: 
>> > When I said *this* example I meant to include the link but I didn't -- 
>> > 
>> > >http://gwt.google.com/samples/Showcase/Showcase.html#CwDatePicker 
>> > 
>> > On May 31, 8:30 pm, John_Idol  wrote: 
>> > 
>> > 
>> > 
>> > > Hi All, 
>> > 
>> > > I am following this example and the example in the DateBox 
>> > > specification - so I have smt like this in my OnModuleLoad: 
>> > 
>> > >   public void onModuleLoad() { 
>> > > _dateBox = new DateBox(); 
>> > > _dateBox.setValue(new Date()); 
>> > > RootPanel.get().add(_dateBox); 
>> > >   } 
>> > 
>> > > Problem is when I click on the DateBox nothing happens - I'd expect 
>> > > the popup with the DatePicker to show up (this is happening on hosted 
>> > > browser (IE), chrome and firefox). 
>> > 
>> > > Is there any init step I am missing? 
>> > 
>> > > I tried a search on this group but couldn't find anything similar 
>> > 
>> > > Any help appreciated!
>
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: DateBox DatePicker popup is not showing up!

2013-10-03 Thread Sandeep Shukla
Thanks a ton !! This was a life saver :) 

On Monday, June 1, 2009 1:10:35 AM UTC+5:30, John_Idol wrote:
>
> my BAD --> had a look with firebug and it was there behind the rest of 
> the stuff, I just had to define the following css class: 
>
> .dateBoxPopup { 
> z-index: 100; 
> } 
>
> On May 31, 8:32 pm, John_Idol  wrote: 
> > When I said *this* example I meant to include the link but I didn't -- 
> > 
> > >http://gwt.google.com/samples/Showcase/Showcase.html#CwDatePicker 
> > 
> > On May 31, 8:30 pm, John_Idol  wrote: 
> > 
> > 
> > 
> > > Hi All, 
> > 
> > > I am following this example and the example in the DateBox 
> > > specification - so I have smt like this in my OnModuleLoad: 
> > 
> > >   public void onModuleLoad() { 
> > > _dateBox = new DateBox(); 
> > > _dateBox.setValue(new Date()); 
> > > RootPanel.get().add(_dateBox); 
> > >   } 
> > 
> > > Problem is when I click on the DateBox nothing happens - I'd expect 
> > > the popup with the DatePicker to show up (this is happening on hosted 
> > > browser (IE), chrome and firefox). 
> > 
> > > Is there any init step I am missing? 
> > 
> > > I tried a search on this group but couldn't find anything similar 
> > 
> > > Any help appreciated!

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: DateBox DatePicker popup is not showing up!

2009-05-31 Thread John_Idol

my BAD --> had a look with firebug and it was there behind the rest of
the stuff, I just had to define the following css class:

.dateBoxPopup {
z-index: 100;
}

On May 31, 8:32 pm, John_Idol  wrote:
> When I said *this* example I meant to include the link but I didn't --
>
> >http://gwt.google.com/samples/Showcase/Showcase.html#CwDatePicker
>
> On May 31, 8:30 pm, John_Idol  wrote:
>
>
>
> > Hi All,
>
> > I am following this example and the example in the DateBox
> > specification - so I have smt like this in my OnModuleLoad:
>
> >   public void onModuleLoad() {
> >     _dateBox = new DateBox();
> >     _dateBox.setValue(new Date());
> >     RootPanel.get().add(_dateBox);
> >   }
>
> > Problem is when I click on the DateBox nothing happens - I'd expect
> > the popup with the DatePicker to show up (this is happening on hosted
> > browser (IE), chrome and firefox).
>
> > Is there any init step I am missing?
>
> > I tried a search on this group but couldn't find anything similar
>
> > Any help appreciated!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: DateBox DatePicker popup is not showing up!

2009-05-31 Thread John_Idol

When I said *this* example I meant to include the link but I didn't --
> http://gwt.google.com/samples/Showcase/Showcase.html#CwDatePicker

On May 31, 8:30 pm, John_Idol  wrote:
> Hi All,
>
> I am following this example and the example in the DateBox
> specification - so I have smt like this in my OnModuleLoad:
>
>   public void onModuleLoad() {
>     _dateBox = new DateBox();
>     _dateBox.setValue(new Date());
>     RootPanel.get().add(_dateBox);
>   }
>
> Problem is when I click on the DateBox nothing happens - I'd expect
> the popup with the DatePicker to show up (this is happening on hosted
> browser (IE), chrome and firefox).
>
> Is there any init step I am missing?
>
> I tried a search on this group but couldn't find anything similar
>
> Any help appreciated!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



DateBox DatePicker popup is not showing up!

2009-05-31 Thread John_Idol

Hi All,

I am following this example and the example in the DateBox
specification - so I have smt like this in my OnModuleLoad:

  public void onModuleLoad() {
_dateBox = new DateBox();
_dateBox.setValue(new Date());
RootPanel.get().add(_dateBox);
  }

Problem is when I click on the DateBox nothing happens - I'd expect
the popup with the DatePicker to show up (this is happening on hosted
browser (IE), chrome and firefox).

Is there any init step I am missing?

I tried a search on this group but couldn't find anything similar

Any help appreciated!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---