Page 1 of 1

how to get 32 menu items in one screen?

Posted: 29 Nov 2012 13:56
by bananas
even with the smallest font (8), i can only get 27 items on the screen at once.

the application i'm doing requires 30, and the limit is listed as 32, but i can't figure out how to get the full list on the screen.

any ideas?

Re: how to get 32 menu items in one screen?

Posted: 29 Nov 2012 14:01
by Softcore
Shows all 32 here - font size 8 and iPad resolution. The menu needs to be placed on the top though! Maximum Y (Y axis coordinate for the menu placement) would be 31 as I see!
Maybe you have it included in a container which is not stretched out to cover the available screen height?

Re: how to get 32 menu items in one screen?

Posted: 29 Nov 2012 14:14
by bananas
thanks for the quick reply!

it wasn't in a container, but for some reason i wasn't getting a proper resfresh. I just moved the menu to another part of the screen, and bingo...it works now.

Re: how to get 32 menu items in one screen?

Posted: 29 Nov 2012 14:38
by bananas
it's got bugs?

the reaction of my menus can be quite erratic, and the only way to make sure they act correctly is to cut and paste them back in the same place