Re: ScrollPanel.scrollToBottom has no effect

2012-08-17 Thread Paul Robinson
One of the nice things about SuperDevMode in chrome is that as you step through it in the chrome debugger, you can see exactly what the browser does and when because the browser display updates as you step through your code. In other words, if you want to know what's actually happening, you can

can put id in the ui:style?

2012-08-17 Thread Senyuan, Wang
Hi, I have a question that can we put some id, like #id {...} just like the normal css in the ui:style, and refer it in the ui binder xml file? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT/GXT File-Upload Example

2012-08-17 Thread Sascha Hoffmann
I copied the sourcecode in my project and it works fine, but if I try to read the header in my servlet its nothing there. Where is my mistake? here is my servlet: import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import

How to reset/clear browser's start selection point?

2012-08-17 Thread dhoffer
I'm using the HTML widget wrapped with vertical scrollbars to tail incoming messages and then so the DOM doesn't get too big I remove old messages off the DOM unless they scroll up then I put them back. The only problem now is that if the scroll up and Click someplace then scroll down and

Re: Paging HTML viewer

2012-08-17 Thread dhoffer
Yeah, I understand your point. I think in my case scrolling is the most natural behavior. Your right the scrollbar thumb stops shrinking...although not ideal so they don't get a visual feedback of how large the real message queue is...I think I can live with that. It's a lot better than the

Re: Iframe takes more time to load local html page in IE

2012-08-17 Thread David
Try using RequestBuilder.java instead of the iframe. On Wednesday, August 15, 2012 9:04:44 PM UTC-4, mathews wrote: Iframe is taking more time to load local html page in IE when compared to Firefox. if we add iframe in new dialog/window, it is a taking more time to load the page in IE, is

Re: can put id in the ui:style?

2012-08-17 Thread Joseph Lust
You shouldn't use id's in GWT widgets as a general principle. It might compile today, but is expected to be deprecated in the near future. Why can't you use a classname? Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

req;Oracle Consultant

2012-08-17 Thread prasanna bvr
*Title: Oracle Consultant* *Location: Aurora, CO* *Duration: through 9/3/2014* *Hourly rate : $DOE/hr* * * *Manager notes:* Equipment interfaces with backend systems. Build database to measure performance of the products. DBA to monitor and manage database and create ad-hoc reporting from the

Editable CellTable with password column

2012-08-17 Thread Kanagaraj M
I have CellTable with password as one column. I want the password column to be editable. I have used EditTextCell to make the password as editable, but the problem is, the password is shown as plain text. As like we have PasswordTextBox, do we have any alternative for EditTextCell? or i need

Re: Editable CellTable with password column

2012-08-17 Thread Juan Pablo Gardella
You must write a custom EditTextCell. 2012/8/17 Kanagaraj M kanagaraj@gmail.com I have CellTable with password as one column. I want the password column to be editable. I have used EditTextCell to make the password as editable, but the problem is, the password is shown as plain text.

req;Senior Technical Consultant (Spanish Speaking)

2012-08-17 Thread prasanna bvr
* Senior Technical Consultant (Spanish Speaking)* Location: Toronto, Canada with travel to Mexico City as needed Duration: 09/17/2012 – 12/31/2013 Hourly Rate: $DOE/hr The focus of this role is to help with technical development, ABAP programming modifications, SAP Netweaver enhancements, etc.

ValueChangeEvent String is not fired in IE9

2012-08-17 Thread Joey Li
I tried to add a ValueChangeHandler to textbox. In IE 9, I found that the event is not fired at all. But it works fine in Chrome and FF. I google it and some said the changeHandler event is not fired as well. Anyone has workaround for it? Thanks. -- You received this message because you are

Re: ValueChangeEvent String is not fired in IE9

2012-08-17 Thread Dennis Haupt
no problem here. are you doing anything special? Am 18.08.2012 00:31, schrieb Joey Li: I tried to add a ValueChangeHandler to textbox. In IE 9, I found that the event is not fired at all. But it works fine in Chrome and FF. I google it and some said the changeHandler event is not fired as

Re: ValueChangeEvent String is not fired in IE9

2012-08-17 Thread Joey Li
Actually I am using DateBox. and I tried to add the valueChangeHandler to the DateBox.getTextBox(). The following is my code: toDate.getTextBox().addValueChangeHandler(new ValueChangeHandlerString() { @Override public void onValueChange(ValueChangeEventString event) {

Re: ValueChangeEvent String is not fired in IE9

2012-08-17 Thread Joey Li
Actually I am using DateBox. and I tried to add the valueChangeHandler to the DateBox.getTextBox(). The following is my code: dateBox.getTextBox().addValueChangeHandler(new ValueChangeHandlerString() { @Override public void onValueChange(ValueChangeEventString event) {

Re: ValueChangeEvent String is not fired in IE9

2012-08-17 Thread Joey
I tested textBox, it works fine. but datebox.getTextBox() does not work in IE9. it works in other browser though, Chrome, FF. On Friday, 17 August 2012 18:57:30 UTC-4, Dennis Haupt wrote: no problem here. are you doing anything special? Am 18.08.2012 00:31, schrieb Joey Li: I tried to

[gwt-contrib] Updated Validation sample. Now uses the correct RPC mechanism. Also removed unnessecary super so... (issue1800807)

2012-08-17 Thread idol
Reviewers: cromwellian, Nick Chalko, Description: Updated Validation sample. Now uses the correct RPC mechanism. Also removed unnessecary super source for the server constraint. Please review this at http://gwt-code-reviews.appspot.com/1800807/ Affected files: M

[gwt-contrib] Re: Updated Validation sample. Now uses the correct RPC mechanism. Also removed unnessecary super so... (issue1800807)

2012-08-17 Thread cromwellian
LGTM http://gwt-code-reviews.appspot.com/1800807/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors