Search Type: Posts; User: blackbox23
Search: Search took 0.03 seconds.
-
2 Jun 2011 5:41 AM
Jump to post Thread: Auto Reload Client Page by blackbox23
- Replies
- 7
- Views
- 2,305
Thanks Saeter!
I've already implemented mine.
For those who are looking for an alternative:
In my app I don't logout the previous tab but I automatically logged in using the credentials from... -
1 Jun 2011 4:57 AM
Jump to post Thread: Auto Reload Client Page by blackbox23
- Replies
- 7
- Views
- 2,305
Hi Ayesh,
Have you already found a solution for this?
I also need to have this implemented in my web app.
Thanks! -
14 Apr 2011 7:06 PM
- Replies
- 7
- Views
- 1,497
I'm not sure if I fully understand what you meant but we're using the information in the client side using the loader listeners like:
final
LoadListener loadListener = new... -
7 Mar 2011 2:28 AM
- Replies
- 1
- Views
- 836
Is there anyone who knows whats causing this? Id like my app to work regardless whether the Compatibility is On or Off.
-
6 Mar 2011 11:40 PM
- Replies
- 1
- Views
- 836
Hello,
I have a GXT intranet app built using GXT 2.1.1/GWT 2.0.
My problem is in IE8 the App just hangs on the "Loading Application" Loading Panel when "IE8 Compatibility View" is not turned... -
24 Jan 2011 12:14 AM
- Replies
- 2
- Views
- 946
I have the same problem. Have you already found the solution to this? thanks!
-
20 Jan 2011 6:23 AM
- Replies
- 10
- Views
- 1,912
I already figured it out! The cause was due to css overrides for the old GXT version that we were using!...Thanks a lot!!!
-
20 Jan 2011 4:45 AM
- Replies
- 10
- Views
- 1,912
You're right Ersmarker. I refreshed my "resources" and it worked. I'll look into what really caused the issue. Thanks a lot for the help.
-
20 Jan 2011 4:03 AM
- Replies
- 10
- Views
- 1,912
You got me thinking, you see I'm using GXT web desktop. It may be related to the WebDesktop imports. Will try to create the testcase from a fresh GXT project. Thanks man.
-
20 Jan 2011 3:43 AM
- Replies
- 10
- Views
- 1,912
I've attached a new image: scrollbars_on_tabitem3.jpg
This is the same as the 2nd one. The scrollbars appear and this only happens in Chrome. It's weird you can't replicate it.
Could this still... -
19 Jan 2011 8:09 PM
- Replies
- 10
- Views
- 1,912
Thanks Ersmarker. Attached is the new code implementing EntryPoint. I also attached a screenshot.
public class Admin implements EntryPoint {
public void onModuleLoad() {
LayoutContainer... -
19 Jan 2011 3:37 AM
- Replies
- 10
- Views
- 1,912
I still can't get this to work. The above code does not display the scrollbars in IE or FF. I also checked the doctype and it's the one in the setup.txt.
Does this mean, this is a GXT bug in... -
18 Jan 2011 9:05 PM
- Replies
- 10
- Views
- 1,912
I thought I already solved this by setting the tab item's size: setSize("100", "100"). But the issue still persists when I resize the window.
-
18 Jan 2011 3:01 AM
- Replies
- 10
- Views
- 1,912
Hello guys,
Hope someone will help me out with this one. Been trying to debug this for months now to no avail. This only happens in Chrome. I'm using the GXT desktop. A shortcut will launch a... -
6 Dec 2010 7:02 AM
- Replies
- 4
- Views
- 1,257
I just added a template without even setting the height and it worked:
private native String getTemplate() /*-{
return [
'<tpl for=".">',
'<div... -
6 Dec 2010 6:49 AM
- Replies
- 4
- Views
- 1,257
Hi Sven,
i Really hate to say this. But I don't have an idea how to do just that. I'm not that familiar with using templates. Can you point me to an example on how to do just that?
Thank you -
6 Dec 2010 6:34 AM
- Replies
- 4
- Views
- 1,257
Hello,
I really hope someone could help me out on this one. Been trying to figure this out for 3 days now.
I want to insert an empty value to a combo box drop down list. I did this by adding a... -
17 Oct 2010 12:52 AM
Jump to post Thread: Accordion Layout Scrolling by blackbox23
- Replies
- 1
- Views
- 902
Hi thejoker101,
I'd like to know if you've found a solution to this? I'm facing the same scenario. I hope you could help me out.
Thanks! -
11 Oct 2010 1:12 AM
- Replies
- 7
- Views
- 1,497
Hi Sven,
Here's my extension to BasePagingLoadResult (without a no-arg constructor):
public class TestBasePagingLoadResult<Data> extends BasePagingLoadResult<Data> implements Serializable {... -
8 Oct 2010 11:13 PM
- Replies
- 7
- Views
- 1,497
I tried extending BasePagingLoadResult, but I received SerializationException.
I added a no-arg constructor but I could not explicitly call BasePagingLoadResult's default no-arg constructor... -
8 Oct 2010 1:44 AM
- Replies
- 7
- Views
- 1,497
Okay. Thanks Sven.
-
8 Oct 2010 1:32 AM
Jump to post Thread: Sorting BeanModel grid by blackbox23
- Replies
- 4
- Views
- 1,041
You can do your sorting in the server.
On BeforeLoad prepare your load config object. Set the sort info like sort field and sort dir.
When you get hold of the data in the server, sort it using... -
8 Oct 2010 1:11 AM
- Replies
- 7
- Views
- 1,497
Hello,
I hope someone can help me out on this.
I've implemented a remote search using Paging and it works fine.
However, I have a requirement wherein I would need to pass an information back... -
1 Oct 2010 2:56 AM
- Replies
- 2
- Views
- 735
Thanks Sven!
And I guess..I'd need to override BufferView too to render the rows as selected as they are rendered into view? -
1 Oct 2010 12:35 AM
- Replies
- 2
- Views
- 735
Is there a way to make CheckBoxSelectionModel select/deselect only the rendered rows like the buffered view?
I have a buffered grid with 6000 rows and a CheckBox selection. It takes some time to...
Results 1 to 25 of 43
