Search Type: Posts; User: igieon
Search: Search took 0.02 seconds.
-
30 Nov 2012 6:57 AM
- Replies
- 0
- Views
- 156
Example
this.tripGrid = new Grid<Trip>(tripStore, cm, tripGridView) {
@Override
protected Cell<?> handleEventForCell(Event event) {
final... -
30 Nov 2012 6:23 AM
- Replies
- 2
- Views
- 323
this.tripGrid = new Grid<Trip>(tripStore, cm, tripGridView) {
@Override
protected Cell<?> handleEventForCell(Event event) {
final EventTarget... -
29 Nov 2012 9:26 AM
- Replies
- 2
- Views
- 323
RowExpander dosn't fire events on ContentCell.
Workaround:
this.tripGrid = new Grid<Trip>(tripStore, cm, tripGridView) {
@Override
protected Cell<?>... -
26 Nov 2012 5:29 AM
- Replies
- 6
- Views
- 673
I need Vertical container in fieldset because i have more fields in fieldset. I use ui:binder in project. Here is slightly modified example where is problem.
On printscreen when i use fieldset... -
26 Nov 2012 4:46 AM
- Replies
- 4
- Views
- 657
Thanks I change call in onMouseMove().
Sorry for mvn install. I create project from archetype and remove all. -
24 Nov 2012 12:36 PM
- Replies
- 4
- Views
- 657
Here is example maven project, printscreen and stackstrace.
-
24 Nov 2012 11:56 AM
- Replies
- 6
- Views
- 673
Added example code Bug.java derived from GridBindingExample.
Added printscreen when in example modifing Maring 0,10,20. -
22 Nov 2012 5:11 AM
- Replies
- 4
- Views
- 657
Draggable method onMouseMove has comment
// elem.getClassName throwing GWT exception when dragged widget is over // SVG / VML
I use third party JS library leaflet, drawing polyline... -
22 Nov 2012 4:12 AM
- Replies
- 6
- Views
- 673
FieldSet has style with margin, but when VerticalLayout compute layout use only margin from LayoutData.
For example if you use fieldset with height="1" thats is bug.
Workaround for proper... -
2 Oct 2012 4:42 AM
- Replies
- 0
- Views
- 221
If use FieldLabel in UIBinder and use html text for examble <b>Vehicle</b> illegall tag in text ellement, when you change class FieldLabel with removing implements HasText all working as expected.
-
10 Sep 2012 12:58 AM
- Replies
- 0
- Views
- 205
Hello i want modifying method protected int getIndex(PrecisePoint point) in com.sencha.gxt.chart.client.chart.series.LineSeries, but lineCommands is private. For example in Series all member is...
-
29 Jun 2012 3:44 AM
- Replies
- 0
- Views
- 219
Version GXT 3.0.0.b
Class com.sencha.gxt.widget.core.client.Component
method
protected void onResize(int width, int height) {
if (mask) {
mask(maskMessage);
}
} -
26 Apr 2012 4:02 AM
- Replies
- 0
- Views
- 309
Hello I use GXT 3.0.0-rc2. And I have problem with this layout
<ui:with type="com.sencha.gxt.widget.core.client.container.HorizontalLayoutContainer.HorizontalLayoutData"...
Results 1 to 13 of 13
