Maximum file upload Limit

2013-07-05 Thread Kedar Vyawahare
Hi,
I want to make validation not to upload a file more than 100 MB in my file
up loader widget.
Currently I am uploading the file and transfering it on server side and
there on server side checking the size.
Is there any way so that I can check the file size on client side itself so
that it will reduce the time
required for file transfer to server side.

-- 

Thanks  regards ,

Kedar

-- 
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.




Gwt Time picker widget

2013-06-19 Thread Kedar Vyawahare
Hi,
I am looking for a widget in GWT that allows the user to choose a specific
time. I am using the GWT Date Picker to choose the date but I am not able
to find a suitable Time Picker. I have had a look at a couple of
suggestions  that emulate the jQuery Time Picker as well as GWT Incubator
Demo but none match my requirement. I am looking for a space-efficient
widget maybe like a textbox that allows to enter suitable time values.
Thanks in advance

-- 

Thanks  regards ,

Kedar

-- 
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: Gwt Time picker widget

2013-06-19 Thread Kedar Vyawahare
I agree to the above approach. It would work fine. But is there a
pre-defined widget to do the same? As in, specific to time choosing rather
than actually typing it.


On Wed, Jun 19, 2013 at 1:14 PM, Honza Rames rame...@gmail.com wrote:

 Hi,
 I'm using subclass of DateBox that has the popup calendar disabled. You
 have to input the time manually but the DateBox will validate it for you.
 You can also instantiate it with a custom Format to make it return null
 rather than throwing an exception if the time is invalid.

 Regards

 Honza


 On Wednesday, June 19, 2013 8:53:39 AM UTC+2, kedar vyawahare wrote:


 Hi,
 I am looking for a widget in GWT that allows the user to choose a
 specific time. I am using the GWT Date Picker to choose the date but I am
 not able to find a suitable Time Picker. I have had a look at a couple of
 suggestions  that emulate the jQuery Time Picker as well as GWT Incubator
 Demo but none match my requirement. I am looking for a space-efficient
 widget maybe like a textbox that allows to enter suitable time values.
 Thanks in advance

 --

 Thanks  regards ,

 Kedar



  --
 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.






-- 

Thanks  regards ,

Kedar

-- 
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.




Timezone difference issue

2013-05-29 Thread Kedar Vyawahare
Hi all,

 I am using a date picker in  date box  and  storing the date in
database.But database is remotely hosted  which is in different timezone.

So the date get changed as there is timezone difference.

Please suggest some way out.

-- 

Thanks  regards ,

Kedar

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Fwd: Query Regarding MVP architecture

2013-04-16 Thread Kedar Vyawahare
Hi all,

We are Building a large scale application in GWT. We are a little bit
confused about the pattern we should  use.Can anyone please suggest me
shall we go with GWT simple pattern  or shall we use patterns like MVP?

-Regards

Kedar

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Problems deploying GWT projects

2013-03-04 Thread Kedar Vyawahare
While creating a project, you have to unchecked the check box for Use
Google app engine.
If it is checked it will try to connect to internet. Can you please confirm
that?

Thanks,
kedar

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




DataGrid vertical scrollbar overlaps the last column

2013-02-07 Thread kedar vyawahare


Hi all,
I am facing a DataGrid horizontal/Vetricle Scrollbar overlaps the last row
issue. While displaying the data grid, It overlaps the last row as well as 
column.
Attached is the screen shot.

This issue is not specific to IE8. You can reproduce it any browser.
For vertical scroll bar, even if I add some padding  or make the last
column wider , the issue is still persist.

Please suggest workaround to sort out this.

Thanks in advance.

Kedar
 

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


attachment: scrollIssue.PNG

problem with chart representation

2011-03-21 Thread kedar vyawahare
Hi All,
I have a small GWT charting code which shows my charts in  Mozilla perfectly
but I m  getting problem to visualize it(same charts) in I.E 8.
Please help me .

Thanks in Advance.
Kedar.

-- 
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.



file appending in gwt

2011-03-14 Thread kedar vyawahare
Hi all,
I m new to GWT. I just want to append to a file in gwt.
please help me.


Thanks in Advance ]
Kedar.

-- 
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.