Search Type: Posts; User: xalvaro
Search: Search took 0.02 seconds.
-
16 Aug 2012 6:40 AM
- Replies
- 1
- Views
- 339
if I remove
vboxContainer.setWidth("100%");
The grid and the toolbar fit the space but they are not resized when browser resized :( -
16 Aug 2012 6:37 AM
- Replies
- 1
- Views
- 339
I have written corresponding HTML :
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript" language="javascript"
... -
3 Apr 2012 5:20 AM
Jump to post Thread: GXT3 new style(s) ? by xalvaro
- Replies
- 20
- Views
- 5,171
As GXT3 is in Release Candidate, is there any plan for a better 2.0 (or 3.0) web like theme in next RC?
-
3 Apr 2012 5:15 AM
- Replies
- 7
- Views
- 3,251
yes, and it's better than 2.5's one.
-
19 Dec 2011 12:07 AM
- Replies
- 7
- Views
- 3,251
:-?
-
9 Dec 2011 2:25 AM
Jump to post Thread: Open discussion : GWT Future by xalvaro
- Replies
- 1
- Views
- 1,653
What do you think about GWT technology in the future?
In addition, do you think Google will continue supporting and releasing new Versions?
I can't find any roadmap about GWT. -
15 Nov 2011 1:33 AM
- Replies
- 4
- Views
- 1,242
Like LoriSun said...
Many others widget library propose it as native, why not GXT :-? if it's so easy to do it. -
2 Aug 2011 1:01 AM
Jump to post Thread: GXT3 new style(s) ? by xalvaro
- Replies
- 20
- Views
- 5,171
I have a quick question and after a quick search, don't see anything about it.
Is there going to be new styles in gxt 3.0 ?.
I know anyone can create his own style, but I think a new style... -
22 Jul 2011 8:22 AM
Jump to post Thread: Display all words in GridPanel ? by xalvaro
- Replies
- 3
- Views
- 1,547
in gxt-all.css
.x-grid3-cell-inner,.x-grid3-hd-inner {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
padding: 3px 3px 3px 5px;
white-space: nowrap; -
4 Jul 2011 1:46 AM
Jump to post Thread: GXT 3.0 PivotGrid by xalvaro
- Replies
- 3
- Views
- 2,648
http://www.slideshare.net/darrellmeyer/ext-gwt-30
This slideshow is no official? :D -
26 Apr 2011 1:17 AM
Jump to post Thread: Ext JS 4 or Ext GWT ? by xalvaro
- Replies
- 14
- Views
- 4,446
My reflexion is completely abroad of the initial subject of this thread, if moderators want, they can delete my post in order to not pollute this one.
I was just showing my feeling as a Sencha... -
25 Apr 2011 10:51 AM
Jump to post Thread: Ext JS 4 or Ext GWT ? by xalvaro
- Replies
- 14
- Views
- 4,446
Such response from someone who belongs to the Development team of Sencha, even if it's only EXTJs, scares me.
-
23 Nov 2010 8:45 AM
Jump to post Thread: Features of GXT 3.0 by xalvaro
- Replies
- 4
- Views
- 3,011
I can see on the Roadmap page :
Implement GWT handler design for listeners
Generic implementation refactoring
ARIA/Section 508 accessibility improvements
Tri-state TreePanel and TreeGrid... -
12 Jul 2010 4:08 AM
Jump to post Thread: Where's GXT 2.2? by xalvaro
- Replies
- 40
- Views
- 7,156
Be patient guys,
I think we all work in Software Solutions, do we always release in time? -
22 Feb 2010 6:39 AM
- Replies
- 1
- Views
- 1,008
Description : In HTML Editor, when setting the "EmptyText", nothing is displayed.
Host mode / web mode : both
GWT version: 2.0.0
GXT version: 2.1.1
Platform: Windows XP
Browser: Firefox / Chrome... -
1 Feb 2010 6:58 AM
- Replies
- 7
- Views
- 3,011
The problem is that library needs a constant connexion to
Google which can not be evident for our customers.
I'm trying for the moment : Gflot which is fully javascript
... -
15 Jan 2010 8:09 AM
- Replies
- 7
- Views
- 3,011
are OFC already supported by gxt?
I need this "x_label" value too.
For now i'm thinking of using another library for charts instead of gxt's one -
18 Dec 2009 3:56 AM
Jump to post Thread: GWT 2.0 support - When and how by xalvaro
- Replies
- 8
- Views
- 2,418
we are using GXT 2.1 and GWT 2.0, and we have nearly no size problem or other things
-
12 Nov 2009 2:22 AM
Jump to post Thread: GXT 2.1 help by xalvaro
- Replies
- 6
- Views
- 1,797
but in the trunk of GXT svn, the version is the 2.1 ;)
-
12 Nov 2009 2:18 AM
Jump to post Thread: Constrain Window within DIV by xalvaro
- Replies
- 3
- Views
- 1,477
we are using this for our windows :
public class ConstrainedWindow extends Window
{
private Container<Component> constrainContainer = null;
public ConstrainedWindow(Container<Component>... -
12 Oct 2009 3:49 AM
- Replies
- 4
- Views
- 1,568
In fact, I am using an Xstream serializer.
I don't know why but, when a basetreemodel is deserialized, changeEventSupport is null.
I thought it came from the no-call to super(), but not.
... -
12 Oct 2009 1:38 AM
- Replies
- 4
- Views
- 1,568
/**
* Creates a new model instance.
*/
public BaseTreeModel() {
children = new ArrayList<ModelData>();
}
missing super() call
It can lead to NPE when usingChangeEventSupport -
28 Sep 2009 8:20 AM
- Replies
- 0
- Views
- 1,462
Why the collapse effect is not animated in GXT ??? :-?
GXT -> http://www.extjs.com/examples/explorer.html#overview
Javascript -> http://www.extjs.com/deploy/dev/examples/layout/complex.html -
11 Aug 2009 11:52 PM
- Replies
- 40
- Views
- 55,801
For the few test I have done,
They seems to work. -
11 Aug 2009 12:49 AM
- Replies
- 2
- Views
- 1,524
Thread already discussed here.
http://extjs.com/forum/showthread.php?t=63487&page=2&highlight=desktop
Please, try to make a search before posting dozen of thread already opened.
Results 1 to 25 of 36
