Search Type: Posts; User: gishmo
Search: Search took 0.03 seconds.
-
2 May 2013 10:57 AM
Jump to post Thread: clear.gif is missing by gishmo
- Replies
- 8
- Views
- 1,379
You are right. I switch back to the second version:
<inherits name='com.sencha.gxt.ui.GXT' />
But I need more than an hour to find out, why my tree was looking so bad. :-D -
2 May 2013 12:39 AM
Jump to post Thread: clear.gif is missing by gishmo
- Replies
- 8
- Views
- 1,379
Hi Colin,
I read your post about optimizing a GXT application.
One of your advices is to use:
<inherits name="com.sencha.gxt.widget.core.Core"/>
<inherits name="com.sencha.gxt.state.State"/>... -
8 Apr 2013 9:59 PM
Jump to post Thread: Documentation? by gishmo
- Replies
- 3
- Views
- 471
Cool!
Will there be an offline version? -
21 Feb 2013 12:48 AM
- Replies
- 1
- Views
- 133
As far as I know, there is no MVC-pattern in GXT 3.0. :-)
You can choose any mvp framework you like. Use native GWT MVP with Activites & Places, or choose one of the MVP frameworks like... -
20 Feb 2013 4:01 AM
- Replies
- 9
- Views
- 7,119
The things you are requesting are not really related to GXT.
Things like loading data, using the editor framework, mvp, etc. are more related to GWT then to GXT (as Colin already mentioned). You... -
14 Feb 2013 2:36 AM
- Replies
- 8
- Views
- 804
Using localworkers should decrease the amount of time needed for the compilation.
On my MacPro I can set localWorkers to 12. This reduces the compilation down to less than three minutes for a... -
27 Nov 2012 4:30 AM
- Replies
- 7
- Views
- 3,277
I can confirm, that GXT 3.0 works well without GWT 2.5.
Swith my project last week and had no trouble. -
27 Nov 2012 4:29 AM
Jump to post Thread: GWT 2.5 and GXT 3.x by gishmo
- Replies
- 5
- Views
- 2,182
Well, without any informations or error messages, it is hard to help you.
Have you created a small test project, that shows the error? -
27 Nov 2012 4:28 AM
- Replies
- 7
- Views
- 3,277
please, no double posts.
-
25 Nov 2012 11:15 PM
Jump to post Thread: Sencha GXT Eclipse plugin by gishmo
- Replies
- 4
- Views
- 1,669
@icfantv: I agree.
Generated code isn't a good base to create an application. -
20 Nov 2012 10:56 PM
- Replies
- 3
- Views
- 1,055
Checked your code with GXT 3.0.2 in Chrome and Windows.
Can't reproduce the issue. -
4 Nov 2012 10:51 PM
- Replies
- 2
- Views
- 935
You are using GXT 3.0. There you have to inherit the module 'com.sencha.gxt.ui.GXT'.
Hope that helps. -
31 Oct 2012 2:57 AM
- Replies
- 5
- Views
- 1,579
Well, this sounds like a bug. Did you check this behavior with 2.2.5?
-
31 Oct 2012 2:16 AM
- Replies
- 5
- Views
- 1,579
Why do you need a max length in %?
-
22 Oct 2012 9:58 PM
Jump to post Thread: MVC on GXT 3.0.1 by gishmo
- Replies
- 1
- Views
- 556
Hi,
as far as I know, there is no more MVC pattern implemented in GXT 3.
Instead you can use native view & presenter implementation of GWT or a framework (f.e.: GWT-Platform or mvp4g) to... -
27 Sep 2012 11:34 PM
Jump to post Thread: How to catch keypress enter ? by gishmo
- Replies
- 4
- Views
- 970
Create a new GWT project in Eclipse and check "Generate project samle code".
There you will find the answer of your question. -
23 Sep 2012 11:03 PM
Jump to post Thread: ToolBar not resizing properly by gishmo
- Replies
- 2
- Views
- 554
Use the GXT panels insteed of the GWT panels:
DockLayoutPanel -> BorderLayoutPanel
add the toolbar direct to the BoderLayoutPanel
add the BorderLayoutPanel to a Viewport
add the Viewport to... -
20 Sep 2012 11:40 PM
- Replies
- 3
- Views
- 678
This sounds like the old bug where the window heights decrease. Every time the window was open, the heights gets 6 px smaller.
As a workaround:
Did you try to set the window height before... -
19 Sep 2012 10:30 PM
- Replies
- 2
- Views
- 730
Does this widget solve your request?
Info.display("headline", "text"); -
7 Aug 2012 10:41 PM
- Replies
- 2
- Views
- 502
It's a known issue. The problem was discussed earlier.
Take a look here:
http://www.sencha.com/forum/showthread.php?226128-Window-not-resizable-automatically-resize-when-hide
Until the... -
10 Jul 2012 4:54 AM
Jump to post Thread: TabPanel resize problem by gishmo
- Replies
- 1
- Views
- 572
You have to call forceLayout() when switching the tab.
-
2 Jul 2012 12:32 PM
- Replies
- 11
- Views
- 1,456
it looks like there is problem with your field.
-
2 Jul 2012 8:28 AM
- Replies
- 11
- Views
- 1,456
Ae you sure, that your field reference is correct?
Have you tried setText and does this work?
I am using setEnabled quite often (without UiBinder) and it works.
I know, there were an issue in... -
2 Jul 2012 6:56 AM
- Replies
- 11
- Views
- 1,456
Ok, I am using 3.0.0b and it works for me.
What's your problem? -
2 Jul 2012 6:50 AM
- Replies
- 11
- Views
- 1,456
well, that is logical if you post in this group.
Are you using version 3.0.0 rc x or version 3.0.0 or version 3.0.0b?
Results 1 to 25 of 106
