Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic TableNode (Read 1699 times)
Advin
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Nov 10th, 2010
TableNode
Jan 15th, 2011 at 11:23am
Print Post  
I need to add shapeNode into table column in top ,
i.e. if i hav table of two row and five column then i want two nodes in second roe and first column and attach these nodes to node of another column is  it possible if yes then how i tried but i m unable to add shapenode into table row or column.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: TableNode
Reply #1 - Jan 17th, 2011 at 7:36am
Print Post  
Table cells cannot contain other nodes. You could implement something similar by placing a node at the cell location, found by getCellRect(), and then call node.attachTo(table) to make the node move together with the table.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint