| Help with PShelf size and rendering [message #630356] |
Fri, 01 October 2010 13:42  |
|
I am using the PShelf widget and am having some rendering issues.
Here is my setup:
ScrolledComposite
- Composite (Stack Layout)
-- PShelf
--- PShelf Item (at least 1, possibly many)
---- Contains a composite with a table & buttons
--- PShelf Item (at least 1, possibly many)
---- Contains a composite with a table & buttons
--- PShelf Item (at least 1, possibly many)
---- Contains a composite with a table & buttons
-- etc.
I set the proper PShelf as the top control in the stack when the user presses a button on another pane in the UI (I have this part working fine).
The issue I have is when there are too many shelf items for the display, the body of the shelfItem is not displaying - there isn't enough room in the composite containing the shelfItems sometimes, let alone the shelfItem that is selected!
Is anyone still working on this widget that can help me with this? Does anyone have any ideas?
The key is that the items are being added to the shelves based on outside ad-hoc messages...so they are dynamically being added. So, I do not have a set size for the number of shelf items. The body of the shelf item should have a minimum size that is adhered to.
Any thoughts? I could really use the help!
Thanks in advance!
Sharon
|
|
|