No, I use TablePane. So far, I was able to workaround it by making the component in the second row draw a fake shadow. Not an elegant solution, but works. Thanks, Piotr
2012/5/19 Roger and Beth Whitcomb <[email protected]>: > Hi Piotr, > Are you using a TableView? And are you using a TableViewHeader with it? If > so, I would think you could attach a decorator to the TableViewHeader to > achieve this.... I haven't tried it, but check out the TableView tutorial > here: http://pivot.apache.org/tutorials/table-views.html or here: > http://pivot.apache.org/tutorials/table-views.custom.html > > ~Roger > > > On 5/18/12 12:04 AM, Piotr Kołaczkowski wrote: >> >> Hi, >> >> I have a table organized layout in rows (one single column, two rows). >> The first row is the toolbar row, the second row is the working area >> of the application. >> Is it possible to make the first row drop shadow over the second row >> of the table, so that it visually appears closer to the screen surface >> than the working area? >> I tried with<decorators><effects:DropShadowDecorator/></decorators> >> put into various places of the bxml but I can't make it work :( >> >> >> I'd like to get something like that: >> ------------------------------------------------------------------- >> Row 1 content >> ------------------------------------------------------------------- >> ============= shadow ================== >> >> Row 2 content >> >> ------------------------------------------------------------------- >> >> Thanks for your help, >> Piotr >> >> >
