Ok, I'll try, but it'll be some time before I can get to it. I'm just reloading the entire tree for the time being.
Type: Posts; User: batkins
Ok, I'll try, but it'll be some time before I can get to it. I'm just reloading the entire tree for the time being.
The change to the item is a status flag. This flag results in a new icon for the item in the tree and a different behavior of the context menu when that item is selected. I didn't want to reload...
After updating a tree item on the tree store using TreeStore.update(), calling TreePanelSelectionModel.getSelectedItem() results in a stale item being returned.
I'm making a call to update an item...
My apologies, I didn't realize this had already been hashed out.
My understanding is that modules that provide resources in their public directory have those resources copied automatically into the inheritor's public directory in their war file. Yet, GXT seems to...
Ok, I see the problem. I thought I was getting uniqueness based on the wrapper id, but the model maps my bean, which uses the ID field for equality, hence the collision.
Thanks for the quick...
I have a TreePanel I'm loading with BeanModels, using a TreeStore, BaseTreeLoader, and TreeModelReader (but no proxy). Each bean has a unique ID in a field called "id". I need the same bean to show...
Perfect, thanks!
Both, actually. I have set a context menu of my own, and when the container it's attached to is masked, I don't want the right click event on that container to do anything. I don't want to post my...
I'm trying to disable the context menu of a LayoutContainer when it's mask. I see a protected method, "disableContextMenu(boolean)", but it doesn't appear to work. Although it does call...
Sven,
Thanks! That was exactly what I needed!
When I add a TextField<String> to a ContentPanel header using insertTool(textField, 0), the text fieldappears and functions normally, except that no selection highlighting is happening. Selecting on...