:) this "only premium can see that" is a new "feature".
Type: Posts; User: takayser
:) this "only premium can see that" is a new "feature".
ok thx, i'll super-source it.
If you set "setAutoValidate(true)" in Field.java, validationTask is called on "onKeyUp" but not on "onPaste".
ps. it works with ctrl+v, but not if you right-click in field and press "paste" in...
any updates to this issue?
nope, you have to extend.
Ah.. I see :) Sorry!
@micgala, why don't you just update model and store? model.set(x,y), store.update(model). Then grid row gets rerendered or am I wrong?
you should better ask this in a gwt group. just a hint to map, use FastMap if you have strings as key. Sven created that because normal maps are slow in js.
:) I like this thread.
new KeyNav<ComponentEvent>(Document.get()){
public void onKeyPress(ComponentEvent ce){
// your code
}
};
use forum search and you will get it
If you move a window in IE9 (like in here http://www.sencha.com/examples-dev/explorer.html#helloworld), the move cursor stays until you click somewhere.
http://www.sencha.com/forum/showthread.php?126888-FNR-Problems-with-RowLayout
if (window.getData("minimize") == null) {
// window closed
} else {
// window minimized
}
ToolButton has mask style but is still clickable.
@Override
public void onModuleLoad() {
Window window = new Window();
window.show();
...
no
I agree, this is annoying.. :s
Who told you so?
you're welcome
works for me:
@Override
public void onModuleLoad() {
TextField<String> textField = new TextField<String>();
RootPanel.get().add(textField);
...
:) sorry for that, we use this internal I forgot ;) I'll check your code, wait...
and where's the @Jsni Annotation?
yah, because you modified the code I gave to you. You shouldn't do that. ;)
So, you are not a premium member and therefore you have no access to trunk. I am, and therefore I can see that they are not really working anymore on GXT 2.x. Maybe they are working on GXT 3.0, I...