Search Type: Posts; User: takayser
Search: Search took 0.02 seconds.
-
29 Jun 2012 4:49 AM
- Replies
- 8
- Views
- 17,217
:) this "only premium can see that" is a new "feature".
-
21 Sep 2011 1:16 PM
Jump to post Thread: Field does autoValidate on paste by takayser
- Replies
- 2
- Views
- 946
ok thx, i'll super-source it.
-
21 Sep 2011 8:29 AM
Jump to post Thread: Field does autoValidate on paste by takayser
- Replies
- 2
- Views
- 946
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... -
4 Sep 2011 9:50 AM
- Replies
- 4
- Views
- 2,797
any updates to this issue?
-
4 Sep 2011 2:46 AM
- Replies
- 3
- Views
- 1,638
GXT 2.2.4
-
26 Jul 2011 12:39 PM
Jump to post Thread: Find a filtered Model in Store by takayser
- Replies
- 1
- Views
- 682
nope, you have to extend.
-
21 Jun 2011 11:01 AM
Jump to post Thread: GridView refresh row by takayser
- Replies
- 7
- Views
- 7,218
Ah.. I see :) Sorry!
-
21 Jun 2011 6:34 AM
Jump to post Thread: GridView refresh row by takayser
- Replies
- 7
- Views
- 7,218
@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?
-
21 Jun 2011 5:25 AM
Jump to post Thread: Refactoring, what about memory by takayser
- Replies
- 2
- Views
- 743
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.
-
17 Jun 2011 1:27 AM
Jump to post Thread: Caps Lock by takayser
- Replies
- 6
- Views
- 1,763
:) I like this thread.
-
9 Jun 2011 1:52 AM
- Replies
- 3
- Views
- 1,295
new KeyNav<ComponentEvent>(Document.get()){
public void onKeyPress(ComponentEvent ce){
// your code
}
}; -
8 Jun 2011 7:26 AM
- Replies
- 3
- Views
- 1,295
use forum search and you will get it
-
7 Jun 2011 12:22 PM
- Replies
- 4
- Views
- 2,797
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.
-
2 Jun 2011 1:31 AM
Jump to post Thread: Window layout bug? by takayser
- Replies
- 1
- Views
- 608
http://www.sencha.com/forum/showthread.php?126888-FNR-Problems-with-RowLayout
-
13 May 2011 12:28 AM
Jump to post Thread: Window close on Desktop by takayser
- Replies
- 1
- Views
- 982
if (window.getData("minimize") == null) {
// window closed
} else {
// window minimized
} -
5 May 2011 8:43 AM
- Replies
- 1
- Views
- 2,055
ToolButton has mask style but is still clickable.
@Override
public void onModuleLoad() {
Window window = new Window();
window.show();
... -
28 Mar 2011 2:20 AM
- Replies
- 1
- Views
- 1,680
no
-
22 Mar 2011 7:29 AM
Jump to post Thread: [FNR] Problems with RowLayout by takayser
- Replies
- 17
- Views
- 6,203
I agree, this is annoying.. :s
-
10 Mar 2011 12:54 AM
- Replies
- 7
- Views
- 2,840
Who told you so?
-
18 Feb 2011 5:28 AM
- Replies
- 18
- Views
- 3,704
you're welcome
-
18 Feb 2011 5:12 AM
- Replies
- 18
- Views
- 3,704
works for me:
@Override
public void onModuleLoad() {
TextField<String> textField = new TextField<String>();
RootPanel.get().add(textField);
... -
18 Feb 2011 5:02 AM
- Replies
- 18
- Views
- 3,704
:) sorry for that, we use this internal I forgot ;) I'll check your code, wait...
-
18 Feb 2011 4:47 AM
- Replies
- 18
- Views
- 3,704
and where's the @Jsni Annotation?
-
18 Feb 2011 3:59 AM
- Replies
- 18
- Views
- 3,704
yah, because you modified the code I gave to you. You shouldn't do that. ;)
-
17 Feb 2011 9:01 AM
Jump to post Thread: Annoying GXT Flaws by takayser
- Replies
- 5
- Views
- 2,614
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...
Results 1 to 25 of 110
