GWT callback method whenever textbox.setText() is called

2013-04-25 Thread Shaik Muhammad
I am using GWT textbox. Whenever textbox.setText() method is called, i want to perform an action in some other class. ValueChangeEvent is not fired whenever setText() is called. Is there any event that will be fired or any ways to achieve this? Please help -- You received this message

ui:with - calling methods with arguments

2012-01-19 Thread Shaik Muhammad
I want to dynamically set values to a field in uibinder. I am trying something like this ui:with field=valuesStore type='x.y.client.ValuesStore' / and the field is set with value like this g:Label text='{valuesStore.getValue}'Name/g:Label and the ValueStore has 2 methods public String

GWT i18n - locale set by property provider is not reflected at the client side

2011-12-31 Thread Shaik Muhammad
I am setting the locale value using the property provider( returns value dynamically based on certain conditions). This class is called every time the browser issues a new request. But the UI is not rendered with the locale returned by the property provider. If the property provider returns

i18ncreator giving java.io.IOException: Cannot run program chmod: CreateProcess error=2, The system cannot find the file specified

2011-12-21 Thread Shaik Muhammad
Hi, I am using gwt i18ncreator script to generate the java interface. But i am getting the error java.io.IOException: Cannot run program chmod: CreateProcess error=2, The system cannot find the file specified. Read from the internet that the i18nCreator will not work. is it so? Is there any