Search Type: Posts; User: atrubka
Search: Search took 0.02 seconds.
-
2 Apr 2013 8:42 AM
- Replies
- 14
- Views
- 512
The patch allows HtmlEditor to work without exceptions, but the editor doesn't actually get disabled.
One can type in there. -
27 Mar 2013 8:34 PM
- Replies
- 14
- Views
- 512
setEnabled() has to be invoked before the first show and it must be compiled. Dev version works fine.
-
26 Mar 2013 7:10 AM
- Replies
- 3
- Views
- 246
Unfortunately, no...
That's a complicated logic of checking progress by making remote calls. So it's very time consuming to derive a simple test case from it.
Another desirable feature is to have... -
25 Mar 2013 1:56 PM
- Replies
- 3
- Views
- 246
Hi, guys.
I found that ProgressBar doesn't update first time it's used. It doesn't repaint upon updateText(), which is the strongest repaint measure I found in the ProgressBar.
Further usages are... -
25 Mar 2013 12:33 PM
- Replies
- 14
- Views
- 512
I have to take it back. HtmlEditor.setEnabled() doesn't seem to work in show() override either.
-
25 Mar 2013 12:18 PM
- Replies
- 14
- Views
- 512
Yeah. I nailed it.
Dialog contains HtmlEditor, which performed setEnabled(false) on. The call fails in compiled version, while works fine in dev.
Clearly a bug. Workaround is simple though: call... -
25 Mar 2013 11:59 AM
- Replies
- 14
- Views
- 512
Better formatted:
Uncaught com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError)
stack: TypeError: Cannot set property 'disabled' of null
at Object.onDisable_5 [as... -
25 Mar 2013 11:56 AM
- Replies
- 14
- Views
- 512
Maybe that's what I should do it. I'm just hoping to do it sooner. Here's an exception I see in Chrome Console:
Uncaught com.google.gwt.event.shared.UmbrellaException: Exception caught:... -
25 Mar 2013 10:51 AM
- Replies
- 14
- Views
- 512
I narrowed down the problem. Page content disappears because I create a dialog during construction of the panel. I moved dialog creation to lazy initialization. I see the contents, but dialog doesn't...
-
22 Mar 2013 1:57 PM
- Replies
- 14
- Views
- 512
No exceptions whatsoever.
I found that if I remove most of the components from my application it starts showing the remains.
So it has nothing to do with compilation process.
Trying to nail... -
22 Mar 2013 1:41 PM
- Replies
- 14
- Views
- 512
Hi, guys.
I have a pretty simple application done using GXT 3.0.1.
It works fine while in Development Mode, but compiled version goes blank after initial loading screen.
Might be relevant to... -
26 Feb 2013 1:59 PM
- Replies
- 8
- Views
- 566
For instance this is how index is handled in the LiveGridEvent:
public M getModel() {
if (getRowIndex() != -1) {
model = getGrid().getStore().getAt(getRowIndex() + viewIndex -... -
26 Feb 2013 1:55 PM
- Replies
- 8
- Views
- 566
One of the suspects is here. Since it goes by model (M sel) rather than by index (e.getRowIndex()) it receives wrong index that corresponds to an actually selected row counted from the top of the...
-
26 Feb 2013 1:36 PM
- Replies
- 8
- Views
- 566
CORRECTION:
It's GridSelectionModel (not CellSelectionModel). It's harder to fix than CellSelectionModel. -
26 Feb 2013 1:13 PM
- Replies
- 8
- Views
- 566
If you can think of any workaround I would be glad to implement it in our application.
-
26 Feb 2013 11:40 AM
- Replies
- 8
- Views
- 566
1. Load a store for LiveGridView. Let's say total is 1000 and we only keep 100.
2. Scroll down to force loading another 100 of the entire 1000 set.
3. Select an item by clicking mouse button.
4.... -
26 Feb 2013 10:58 AM
- Replies
- 8
- Views
- 566
Please note, that we can't remove from the store as it acts as cache for currently visible rows.
Instead, we use the model data object to remove it from original data source and reload. -
26 Feb 2013 10:55 AM
- Replies
- 8
- Views
- 566
Hi, guys.
We're using LiveGridView with a capability to remove rows upon click of a button.
Unfortunately, grid.getSelectionModel().getSelectedItems(); returns wrong model data objects.
Is there... -
21 Feb 2013 12:34 PM
- Replies
- 7
- Views
- 1,146
Synchronized LiveGridView would be easy to fix.
All I have to do is to ignore timer task altogether and just call doLoad in the same thread with an in-progress indicator thread.
Asynchronous... -
21 Feb 2013 12:08 PM
- Replies
- 7
- Views
- 1,146
I can create a LiveGridView copy in my project if workaround requires so, but at this moment I'm not sure how to fix it myself without breaking other LiveGridView features. So I need your assistance.
-
21 Feb 2013 12:04 PM
- Replies
- 7
- Views
- 1,146
This example is created to illustrate the problem and to show you that LiveGridView is prone to infinite loop problem. In real application settings are different. Namely, cache size is set to 60...
-
21 Feb 2013 10:38 AM
- Replies
- 7
- Views
- 1,146
You don't have to look far for a test case with infinite loop. Look at my older post:
http://www.sencha.com/forum/showthread.php?135660-Infinite-loop-when-using-LiveGridView-with-a-small-cache
I... -
21 Feb 2013 9:20 AM
- Replies
- 7
- Views
- 1,146
Hi, guys.
Every version of your library has an infinite loop in LiveGridView!!!
I was told before to switch to the latest (at that point 2.2.4 or 2.2.5 version to get rid of it).
I did that... -
20 Feb 2013 8:00 PM
- Replies
- 4
- Views
- 1,047
In my use case the reason for using LiveGridView is UI rendering performance. This means I can keep all data on the client. In this case EditorGrid with LiveGridView is working fine.
You have to... -
5 Nov 2011 12:19 PM
Jump to post Thread: Premium Forums access help by atrubka
- Replies
- 2
- Views
- 924
Thank you, Mitchell.
We've purchased license a few months ago and I believe we sent 2 usernames for premium forum. Mine included.
Let me double check emails when I'm back in the office on Monday.
Results 1 to 25 of 66
