Search Type: Posts; User: mtraynham
Search: Search took 0.02 seconds.
-
5 Mar 2013 12:18 PM
- Replies
- 0
- Views
- 195
Required Information
Version(s) of Ext GWT
Ext GWT 3.0.4
Browser versions and OS
(and desktop environment, if applicable)
Internet Explorer 8, Windows 7
Firefox 10, OS X 10.7 -
14 Dec 2012 7:09 AM
- Replies
- 3
- Views
- 548
Hey Colin,
I'm trying to render a custom star-rating widget in the XTemplate for each item in my list. Since I have XTemplates driving my list view, I was wondering if passing a GWT widget would... -
13 Dec 2012 11:35 AM
- Replies
- 7
- Views
- 471
One more thing, if you are trying to get the value afterwards, it will still return Integer and the integer will be scaled to the precision value (i.e. value * 10^precision). Just call...
-
13 Dec 2012 11:32 AM
- Replies
- 7
- Views
- 471
Just implemented this, basically using a precision variable that can be used to translate from float to int.
Basically you just set the precision, but you have to update the min/max/increment... -
13 Dec 2012 11:11 AM
- Replies
- 3
- Views
- 548
Is there a way to display a GWT/GXT widget in XTemplates? And if so, how?
-
3 Dec 2012 9:33 AM
- Replies
- 8
- Views
- 1,337
Perfect information. As always, thanks Colin.
-
3 Dec 2012 7:56 AM
- Replies
- 8
- Views
- 1,337
So with this JsoWriter, I just pass my objects through it each time and then pass them to the template for rendering correct? I might take a different path as this path looks like it has a lot of...
-
30 Nov 2012 2:35 PM
- Replies
- 8
- Views
- 1,337
So just to clarify, as I am about to start implementing these changes...
Right now I have the JsonReader class handling things coming back from a HTTPProxy (both being wrapped in a paging loader).... -
30 Nov 2012 2:00 PM
- Replies
- 5
- Views
- 908
Just create a class called ExtendedListView that looks like the following:
package com.digitalsmiths.admin.client.util.gxtExtended.listview;
import com.google.gwt.cell.client.Cell;... -
19 Nov 2012 10:48 AM
- Replies
- 8
- Views
- 1,337
So what types of data models would you suggest? JSO objects?
-
19 Nov 2012 8:21 AM
- Replies
- 8
- Views
- 1,337
I have a client that is currently displaying a list of search results. The search results can come from multiple sources, all which have their own data structure. Currently I have a map that...
-
3 Oct 2012 7:12 AM
- Replies
- 1
- Views
- 461
The bug is in the render method of the SliderHorizontalBaseAppearance class. The standard slider does not call this method, but the when the cell is used by itself, it does.
I fixed the math and... -
2 Oct 2012 1:04 PM
- Replies
- 1
- Views
- 461
Required Information
Version(s) of Ext GWT
«Ext GWT 3.0.1»
Browser versions and OS
(and desktop environment, if applicable) -
7 Sep 2012 7:40 AM
- Replies
- 16
- Views
- 3,277
Is EXTGWT-1819 not related? Couldn't find the bug report.
-
5 Jun 2012 7:39 AM
- Replies
- 0
- Views
- 328
Currently there doesn't seem a way to get the data backing a drop-drop event in any kind of drag-drop. It only seems to provide access to the widgets.
For instance, I drag from one part of the... -
25 May 2012 6:35 AM
- Replies
- 4
- Views
- 1,462
Just wondering :) Need to know when some fixes are being added.
-
22 May 2012 6:08 AM
Jump to post Thread: clear.gif is missing by mtraynham
- Replies
- 8
- Views
- 1,373
Hey Colin, having the same issue. I copied the GXT.gwt.xml file into my own .gwt.xml to avoid the Blue Appearance.
The solution, which you seem to hint at, is to create a public folder next to... -
14 May 2012 7:04 AM
- Replies
- 2
- Views
- 659
Hey Wesley, sorry for the patch formatting. I'll have to fix my IDE to not do so. The basic idea is to modify the IconConfig into the appearance classes.
-
10 May 2012 6:54 AM
- Replies
- 2
- Views
- 659
Required Information
Version(s) of Ext GWT
Ext GWT 3.0.0
Browser versions and OS
(and desktop environment, if applicable)
Internet Explorer 8, Windows 7
Firefox 10, OS X 10.7 -
3 May 2012 2:13 PM
- Replies
- 5
- Views
- 908
I was still getting a rebind error, but referencing that the Resulting type must be a class. Could be because ListViewCustomAppearance is abstract.
-
3 May 2012 1:25 PM
- Replies
- 5
- Views
- 908
Here is my svn diff for the necessary changes with a deferred binding approach. Also this removes the Type dependency parameter on the ListViewAppearance class, which was uneeded in the first place:
-
3 May 2012 12:22 PM
- Replies
- 5
- Views
- 908
The ListView class points to a DefaultListViewAppearance in it's constructor.
This should probably be doing a GWT.create(ListViewAppearence.class) and have the module xml allow replacements, such as... -
3 May 2012 10:28 AM
Jump to post Thread: How to turn off all borders? by mtraynham
- Replies
- 0
- Views
- 326
I've duplicated most of the GXT Blue appearance and wish to turn off all the borders. Is that feasible? I do see in the XElement class that it explicitely sets borderWidth:0px;
-
30 Apr 2012 3:02 PM
Jump to post Thread: GXT 3.0 Theme Viewer by mtraynham
- Replies
- 9
- Views
- 3,143
Can we get a theme viewer example project similar to the Javascript one available here:
http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/themes/index.html
That would be extremely helpful when... -
26 Apr 2012 8:56 AM
- Replies
- 4
- Views
- 885
Nevermind my comment, found that some CSS files were referencing Java classes.
Results 1 to 25 of 53
