Search Type: Posts; User: pete_by
Search: Search took 0.03 seconds.
-
12 Feb 2012 10:48 AM
- Replies
- 12
- Views
- 1,975
I think it is misleading behaviour: you can specify separator character using UiBinder but it does not take any effect! It is impossible to initialize widget that way. Why then have a setter for it...
-
12 Feb 2012 6:00 AM
Jump to post Thread: Examples on Staging are broken by pete_by
- Replies
- 2
- Views
- 785
A lot of examples are broken:
http://staging.sencha.com:8080/examples-dev/#ExamplePlace:livegrid
Caused by: java.lang.NullPointerException: css is null
at Unknown.Ve(Unknown Source)
at... -
11 Feb 2012 3:31 PM
- Replies
- 12
- Views
- 1,975
This works for me:
label.setLabelSeparator("");
label.setText(""); // set any text -
6 Feb 2012 12:48 PM
Jump to post Thread: NumberField bug by pete_by
- Replies
- 5
- Views
- 688
Looks like this issue is related with the one I reported earlier:
http://www.sencha.com/forum/showthread.php?175802-TriggerFieldCell-does-not-update-field-value-... -
21 Jan 2012 9:16 AM
- Replies
- 0
- Views
- 633
I discovered that sometimes I cannot change the value in NumberField when it initialized with another one (visually value is changed of course, but field's getValue() returns the old one).
... -
18 Jan 2012 11:46 AM
- Replies
- 6
- Views
- 1,843
Would be great if someone from Ext GWT fix it.
Actually, there should be a way either to set size using the longest label on the same form or introduce smart label wrapping (on two or more lines)... -
17 Jan 2012 11:27 AM
- Replies
- 6
- Views
- 1,843
Here is a workaround to adjust FieldLabel width:
FieldLabel fieldLabel = new FieldLabel(field, "Your very long label title here", new FieldLabelDefaultAppearance() {
... -
14 Jan 2012 8:22 AM
- Replies
- 0
- Views
- 441
hi to everyone,
I need to create a widget that edits certain attributes of a specific object. Each attribute consist generally of two elements: 1) Value 2) Unit of measure. The last one is only... -
11 Jan 2012 8:07 AM
- Replies
- 9
- Views
- 1,561
Not a big problem actually, as far as there is an easy workaround: just to specify the compiled jar in IDE as the source jar.
-
11 Jan 2012 4:53 AM
- Replies
- 9
- Views
- 1,561
I looked into repository, source files that reside in compiled jar miss copyright notice:
/**
* Ext GWT 3.0.0-beta2 - Ext for GWT
* Copyright(c) 2007-2011, Sencha, Inc.
*... -
10 Jan 2012 2:08 PM
- Replies
- 9
- Views
- 1,561
The update to beta2 did not solve the issue for me, it looks like that nothing has changed...
-
2 Jan 2012 3:26 PM
- Replies
- 9
- Views
- 1,561
Since beta it comes much harder to debug because source lines and the execution pointer does not match. It looks like the comments were removed prior the code building phase. Could you please resolve...
-
22 Dec 2011 3:54 AM
- Replies
- 10
- Views
- 3,193
I overrided getScrollSupport method extending VLC container but this did not help: method is never called for some reason. Maybe because VLC is not content constraining container?
-
21 Dec 2011 3:01 PM
- Replies
- 10
- Views
- 3,193
I have the same problem with VerticalLayoutContainer. BorderLayoutContainer or ContentPanel work good in plan of scrolls. But I need V.L.C.
-
16 Dec 2011 2:17 PM
- Replies
- 18
- Views
- 7,336
Thanks for a such detailed answer, Colin. What I need is to restrict the number of browsers the code is generated for, just for the sake of time and simplicity. It takes too long time to compile the...
-
16 Dec 2011 6:23 AM
- Replies
- 18
- Views
- 7,336
I have two user-agents to be used during java->js compilation
<set-property name="user.agent" value="safari,gecko1_8"/>
But for some reason, there are 6 permutations take place, no matter... -
8 Dec 2011 11:39 AM
- Replies
- 1
- Views
- 623
Looks like there are racing conditions in TriggerFieldCell class. Sometimes selected value (e.g. in ComboBox) is not updated in CellComponent, though cell itself contains it. There are three methods...
-
2 Dec 2011 8:48 AM
- Replies
- 5
- Views
- 1,636
Looks like the bug submission is irrelevant, my error was not keeping my own tree model in sync with TreeStore model.
-
2 Dec 2011 7:10 AM
- Replies
- 5
- Views
- 1,636
Looks like the problem in store and my data model syncronisation during nodes moving. In Tree.onAdd method:
int parentChildCount = parent == null ? store.getRootCount() :... -
1 Dec 2011 10:44 AM
- Replies
- 5
- Views
- 1,636
I'm not quite sure that the isChildrenRendered property is the only reason for this issue, as far as I tried to change it in debugger to true, but that did not produce any effect so far. The internal...
-
29 Nov 2011 12:21 PM
- Replies
- 3
- Views
- 953
When a tree used as source and target widget in drag and drop operation, showFeedback may throw ClassCastException: cannot cast Tree to TreeGrid.
The problem lines are the following:
if (item... -
29 Nov 2011 12:13 PM
- Replies
- 5
- Views
- 1,636
Though it is possible to drag-and-drop leaf node of a tree to another non-leaf node, drag-and-dropping leaf node to another leaf node makes the dragged one disappear after dropping it. The problem is...
-
29 Nov 2011 11:56 AM
- Replies
- 3
- Views
- 1,109
Change: bug's title misses NOT word: "does NOT allow"
Current implementation does not allow moving both leafs and nodes in the same tree. Only option is possible in the same time (even in single...
Results 1 to 23 of 23
