Hello!
Maven repository https://maven.sencha.com doesn't work from friday.
When it will be fixed?
Type: Posts; User: lichnost
Hello!
Maven repository https://maven.sencha.com doesn't work from friday.
When it will be fixed?
Hi, I wonder why FileUploadField only implements IsField interface and not extends Field. It was in GXT 2 class hierarchy but not in GXT 3. It is really annoying for me to check instanceof this type...
When will be the bugfix realise?
Cannot add expanded subfolder in collapsed one. This happens only if I've added treepanel to RootFolder first and then adding tree items to tree store.
Here is the testcase:
public void...
Nobody knows?
Well, actually I dont want scrollbars at all. Maybe I've made something wrong here.
I have a component extends LayoutContainer with two ListFields and buttons that should be resizable to his parent....
How it can be shown when the items text larger than list width. I've found a way through to set width of every element of ListView.getElements() after rendering, but this seems not working with IE.
I use form here only as an example. I think all browsers should woks with this code the same, other browsers works well except Chrome.
Scrollbars appears in Google Chrome when resizing window
public void onModuleLoad() {
GXT.hideLoadingPanel("loading");
final TextField<String> text1 = new...
When resize ToolBar less than visible components width and than resize it back again, all components setted as invisible appears on toolbar.
public void onModuleLoad() {
...
Cannot resize window in IE and hosted-mode. Resize not allowed only on the bottom and right borders and on bottom-right corner after making Window maximize-restore.
little testcase =)
public...
Thanks
GXT 2.0.1, Opera 9.64
This happens when I setWidth on checkbox.
Here is the testcase:
Main:
GXT.hideLoadingPanel("loading");
Window window = new Window();
Wrong position of CheckBox after window maximise->restore. Bug appears in Hosted mode and in IE7 with GXT2.0
public void onModuleLoad() {
GXT.hideLoadingPanel("loading");
...
The workaround is to add model to the store manually after binding.
I'm using Datanucleus Jdo implementation.
http://www.datanucleus.org/
How?
any progress for this issue??
If you still need it
It works like any other field
public CheckBox transfered;
public Bindings bindings;
public Bean bean = new Bean();
...
transfered = new CheckBox();
bindings = new...
It works well.
i have class:
class ProductBalance {
private Product product;
private double balance;
...
}
with combobox I can get this one by product name from the server. combobox binded to another...
I've got this, when I'm trying with setDisplayField("nested.name"):
[ERROR] Unable to load module entry point class bug.app.client.Test (see associated exception for details)...
Well.. if I'm not selecting an item, then it must return value binded with Bindings, right?
Here is it
public class TestBean implements BeanModelTag, Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
When I call ComboBox.getValue() just after binding, it return null however ComboBox.value field not null. If I select then something selected value returns as well.
Here is the example
...