Search Type: Posts; User: Saeter
Search: Search took 0.03 seconds.
-
22 Jun 2011 9:02 AM
Jump to post Thread: Usage of Linked combo box in grid by Saeter
- Replies
- 1
- Views
- 879
Do you mean to use these combo boxes as grid editors?
You would achieve it the same way as you do externally from a grid, just setting each of those combo's as a cell editor. Now, having said... -
22 Jun 2011 8:44 AM
- Replies
- 1
- Views
- 1,105
Ext GWT you write in java, which renders into javascript.
Ext Js is written in javascript natively. -
22 Jun 2011 7:52 AM
- Replies
- 2
- Views
- 1,506
Scrolling grids is a tricky situation, since the scroll bars are included in a different element than the grid itself is rendered in. Then you also have the issue of determining where the...
-
2 Jun 2011 12:08 PM
- Replies
- 3
- Views
- 1,701
Can you provide some code that's throwing the errors? in particular, your stack traces point to 2 issues
:
(appEngine on)
BankService.getBanks()
and
(appEngine off)
SelectorManager.java:306
... -
2 Jun 2011 12:02 PM
Jump to post Thread: MessageBox close automaticaly?? by Saeter
- Replies
- 6
- Views
- 1,661
Alternately, you might want to consider using a "popupPanel" instead of a messagebox, as it sounds like you really dont want the functionality that a messagebox provides.
-
2 Jun 2011 10:10 AM
- Replies
- 6
- Views
- 1,587
You probably could by extending the XTemplate class, but I dont know enough about that code to help you, sorry. :-/
For now, If you have it working with an extension to the get method, I'd leave... -
2 Jun 2011 8:52 AM
- Replies
- 6
- Views
- 1,587
A very quick and (very) dirty example of how you might override the "get" method on the name property would be this:
@Override
public <X> X get(String property)
{
... -
2 Jun 2011 8:47 AM
- Replies
- 6
- Views
- 1,587
A code snippet of where you are actually using your extended class might help, I'm a bit confused about how you are invoking it.
Something to think about:
BaseModelData stores it's properties as... -
2 Jun 2011 7:55 AM
- Replies
- 1
- Views
- 1,280
A 404 could mean a couple different things:
first, it could mean that your @RemoteServiceRelativePath() (which should be set on your service interface) is set incorrectly, causing your code to... -
2 Jun 2011 5:51 AM
- Replies
- 6
- Views
- 1,587
If I understand your question, you are asking how to invoke a method where you dont necessarily know the method name at runtime, correct?
Try out the following code:
Method getter=... -
1 Jun 2011 7:24 PM
Jump to post Thread: Caps Lock by Saeter
- Replies
- 6
- Views
- 1,770
from java.awt.toolkit:
Toolkit.getDefaultToolkit().getLockingKeyState(KeyEvent.VK_CAPS_LOCK); -
1 Jun 2011 7:20 PM
Jump to post Thread: Auto Reload Client Page by Saeter
- Replies
- 7
- Views
- 2,310
gaspo100's way would be the cleanest way of handling this issue. If you dont have access to the database to create a table, you could use a singleton instance of a new class as well, holding a...
-
1 Jun 2011 7:15 PM
Jump to post Thread: scroll top on errors by Saeter
- Replies
- 1
- Views
- 836
I assume you have your content within a ContentPanel or something similar (which is a subclass of scroll container).
In this case, try out ContentPanel.el().setScrollTop(0); -
24 May 2011 7:45 AM
- Replies
- 4
- Views
- 1,437
Ah, excellent. Thank you for your help, that gives me a direction to pursue!
-
24 May 2011 7:37 AM
- Replies
- 4
- Views
- 1,437
When using the loader, the resultset retrieved from the server is the same as the one using the Load Listener, perhaps I'm not understanding the question? I do not have the loader set to remotely...
-
24 May 2011 7:30 AM
- Replies
- 4
- Views
- 1,437
I'm having an issue with the TypeAhead setting of a GXT ComboBox when the underlying ListStore<BeanModel> is built using a BaseListLoader. Namely: No matter what the user Types, the topmost value in...
Results 1 to 16 of 16
