Hi Luís, I'm fairly new to Pivot, but I had the same question before, so check below:
> - Can i render 3D content on some canvas made by Pivot? If not, can i > integrate Pivot with another library that fills this gap? Maybe this? http://www.interactivemesh.org/testspace/j3dmeetspivot.html > - Did Pivot work with components *inside* a table or grid? (for example, > a combobox inside each row of a grid) Yes, but it can become heavy if you have many components with many rows: http://apache-pivot-users.399431.n3.nabble.com/Editable-Table-td875090.html > - Is there a table or grid capable to group rows in a collapsed fashion? > (like a TreeGrid component ? ) No out-of-the-box component, but you can create it with some technique: http://apache-pivot-users.399431.n3.nabble.com/TreeTable-td1723341.html http://apache-pivot-users.399431.n3.nabble.com/Sync-Tree-with-Table-td1959691.html apptaro 2011/1/12 Luís Eduardo <[email protected]>: > > Hi, > > I am studying the possibility of use Pivot in my new project (a 3D > simulator) but need to know if it can do some things: > > - Can i render 3D content on some canvas made by Pivot? If not, can i > integrate Pivot with another library that fills this gap? > - Did Pivot work with components *inside* a table or grid? (for example, > a combobox inside each row of a grid) > - Is there a table or grid capable to group rows in a collapsed fashion? > (like a TreeGrid component ? ) > > I found Pivot just today and it looks very handy. Too extensive component > sets, but i am afraid it could become like OpenLaszlo was to me in a few > years ago when i tried it and it was too buggy. > > Can someone help with this tips? > > best regards, > - Luís >
