Disable Widgets till File Upload is complete

2010-10-05 Thread Nitin
HI!
I am developing a web application in which the user selects several
files and submits for file upload in a form.
My problem is, I want to disable all the widgets on the form panel
till the file Upload is complete. Currently, in my application, when
the file upload begins, the user can still click on the widgets and
change the field values even after the form is complete. I am using
GWT for my application. Can anybody suggest me on how i can achieve
disabling widgets and still make the widget accessible on the server
side. Please help me

Thanking you.
Regards,
Nitin

-- 
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-tool...@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: Disable Widgets till File Upload is complete

2010-10-05 Thread lineman78
disable them in a submit handler and you can re-enable them in a
submit complete handler.

On Oct 5, 10:57 pm, Nitin nkam...@gmail.com wrote:
 HI!
 I am developing a web application in which the user selects several
 files and submits for file upload in a form.
 My problem is, I want to disable all the widgets on the form panel
 till the file Upload is complete. Currently, in my application, when
 the file upload begins, the user can still click on the widgets and
 change the field values even after the form is complete. I am using
 GWT for my application. Can anybody suggest me on how i can achieve
 disabling widgets and still make the widget accessible on the server
 side. Please help me

 Thanking you.
 Regards,
 Nitin

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