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
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 ValueChangeHandler()
{
@Override
public void onValueChange(ValueChangeEvent event) {
// do th
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 ValueChangeHandler() {
@Override
public void onValueChange(ValueChangeEvent event) {
// do thin
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
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 s
*
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. T
You must write a custom EditTextCell.
2012/8/17 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 P
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 t
*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
datab
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.
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, i
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 brows
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 Shift-Cl
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 javax.servlet.http.Ht
Hi, I have a question that can we put some id, like #id {...} just like the
normal css in the , 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
https://grou
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
16 matches
Mail list logo