Page 1 of 1

Positioning a new button on the canvas...

Posted: Tue Jun 19, 2012 7:55 pm
by MarcLiron

Hi, just in the process of reviewing Tiggzi and have a question. I tried adding a new button to the canvas and it deafults to the top. I can't seem to position it freely anywhere on the canvas. Is this not possible, will it always "snap to" the top of the screen?

Thanks.


Positioning a new button on the canvas...

Posted: Tue Jun 19, 2012 8:01 pm
by maxkatz

Correct, the layout is created from top to bottom and components will take up the entire phone width. You can use Grid component to create a more flexible layout.

http://help.tiggzi.com/documentation/...


Positioning a new button on the canvas...

Posted: Tue Jun 19, 2012 8:25 pm
by MarcLiron

Thanks Max.