Agon Bina
Posts: 0
Joined: Thu Oct 04, 2012 5:01 am

Resize Span component in the builder?

currently the builder won't allow me to make the size of a panel component set to Span, to a size smaller than 100 px. Is there any way to do this? Or can you change it so we can make the Span smaller than 100 px?

Thnx

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Resize Span component in the builder?

Hello! I was able to change panel size

Image

Could you try again? Please let us know about the result

Agon Bina
Posts: 0
Joined: Thu Oct 04, 2012 5:01 am

Resize Span component in the builder?

well, first off I am using the flash builder, second your Type is set to html, if you set it to Span, it won't let you change the width to less than 100 (in the flash builder,I don't know about the new html5 builder)

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Resize Span component in the builder?

I updated the screenshot. I'll test in flash-based builder

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Resize Span component in the builder?

Yes, it's not possible, I'll ask our developer team what we can do here.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Resize Span component in the builder?

There is no way to make width less then 100px, but you can run JS which can change Panel width on preview

Tiggzi('mobilepanel1').width('50px')

Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

Resize Span component in the builder?

not sure if that was fixed in new editor but in case you develop native app be aware that when you are looking at 640px project you can't use real pixel dimensions - they will look very small on really device with resulution 640x... px (ipjhone3 is 320px)

I hope that in the new builder when project is set up to 640px and panel to 200x200px you see zoomed-in view of this element to get real look at your project

Agon Bina
Posts: 0
Joined: Thu Oct 04, 2012 5:01 am

Resize Span component in the builder?

If you're using css you can use % instead of px, ex 30% would make it as big as 30% of the total size of the width ... If that's what you were saying?

Agon Bina
Posts: 0
Joined: Thu Oct 04, 2012 5:01 am

Resize Span component in the builder?

Thanks Marina, so does Tiggzi('componentName') work exactly the same as a jquery selector and I can use any method (like width() ) in this case, just the same way as I would do with jquery ?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Resize Span component in the builder?

Yes, Tiggzi(..) is just a shortcut to jQuery selector: http://docs.tiggzi.com/javascript-api/

Return to “Issues”