The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
How to paginate menu/select?
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Foob
I have this problem when select menu has many entry such as 50+ menu.
e.g.
setarray .@menu_list[0],1,2,3,4,5,6,up-to,100; .@size = getarraysize(.@menu_list); for( .@i = 0; .@i < .@size; .@i++ ) and so on..
In-game it will only appear up-to 50 and other will not show.
Is there a way to paginate select lets say for example per page is 30 menu then next is 30?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.