I'm aware of that ... but you mentioned that you haven't been able to make it work. I have a modified ShowViewMenu that retrieves the view descriptors from VLDockingPageDescriptor. It recreates the...
Type: Posts; User: tamim; Keyword(s):
I'm aware of that ... but you mentioned that you haven't been able to make it work. I have a modified ShowViewMenu that retrieves the view descriptors from VLDockingPageDescriptor. It recreates the...
I don't use floating views. I found that the docking behaves much better when you turn it off. I haven't tried page caching and actually don't require it for my app. But would be interested to know...
I think the default behaviour is that context-sensitive/shared commands become frozen when you select a view that didn't register for that command.
There is another memory leak that you might want to fix as well. When using VLDocking, you'll see this in VLDockingApplicationPage class:
private class DefaultLayoutManager implements...
I have a combobox populated from a list of objects. On a selection in the combobox, I'd like to display certain properties of the selected object. Any help on how I should achieve this ?
Domain...
Can some tell me how BlueBell is supposed to be used ? Is there a binary solution available anywhere ? or am I supposed to checkout the trunk and build it ? I'm not a maven user so I'm not sure what...